/*---------------------------------###STRUCTURE###----------------------------------*/

/*centers the whole shit*/
body {
	text-align: center;
	width: 832px;
	margin: 10px auto;
	}
	
/*Background*/
DIV#page {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	width: 832px;
	margin-left: 1px;
	text-align: left;
	padding: 0 0 0 0;
	}

/*Header*/	
DIV#header {
	height: 160px;
	width: 832px;
	margin-left: 1px;
	}

/*Footer*/	
DIV#footer {
	height: 100px;
	width: 832px;
	margin-left: 1px;
	}
	
/*Menu block*/
DIV#menu_1 {
	width: 200px;
	margin-left: 50px;
	margin-top: 0px;
	padding: 50px 0 10px 0;
	}

DIV#menu_1 DIV.menu1-level1-no{
	padding-top: 7px;
	}

DIV#menu_1 DIV.menu1-level1-act{
	padding-top: 7px;
	}

DIV#menu_1 DIV.menu1-level2-no{
	padding-left: 20px;
	padding-top: 2px;
	}
	
DIV#menu_1 DIV.menu1-level2-act{
	padding-left: 20px;
	padding-top: 2px;
	}
	
DIV#menu_1 DIV.menu1-level3-no{
	padding-left: 40px;
	}
	
DIV#menu_1 DIV.menu1-level3-act{
	padding-left: 40px;
	}

	
/*Content block*/
DIV#content {
	width: 412px;
	margin-left: 100px;
	margin-top: 0px;
	padding: 20px 0 10px 0;
	}

/*Kalender block*/
DIV#kalender {
	width: 442px;
	margin-left: 35px;
	margin-top: 0px;
	padding: 20px 0 10px 0;
	}
	
	
/*-------------------------------###TYPOGRAPHY###-------------------------------------*/

/*Basic Font Styles*/
body {
	font-family: Arial;
	font-style: normal;
	}
	
/*Menu block*/
DIV#menu_1 {
	text-align: left;
	font-size: 10.5pt;
	}
	
/*Menu links*/
DIV#menu_1 a, a:link { 
	color:#666666;
	text-decoration: none;
	}
DIV#menu_1 a:hover { 
	color:#006699;
	text-decoration: underline;
	}
DIV#menu_1 DIV.menu1-level1-act A{
	color:#000000;
	text-decoration: underline;
	}
	
DIV#menu_1 DIV.menu1-level2-act A{
	color:#000000;
	text-decoration: underline;
	}

DIV#menu_1 DIV.menu1-level3-act A{
	color:#000000;
	text-decoration: underline;
	}

/*Content block*/
DIV#page {
	text-align: left;
	font-size: 10.5pt;
	}

DIV#content {
	text-align: justify;
	font-size: 10.5pt;
	line-height: 18px;
	color: #333333;
}
	
DIV#content P.bodytext {
	text-align: justify;
	font-size: 10.5pt;
	line-height: 18px;
	color: #333333;
}

DIV#content P.important {
	text-align: justify;
	font-size: 10.5pt;
	line-height: 18px;
	color: #ff2200;
	font-weight: bold;
}
	
DIV#kalender {
	text-align: left;
	font-size: 10.5pt;
	}


DIV#page h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
}
	
DIV#page h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
	
DIV#page h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
	
DIV#page h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}
	
DIV#page h5 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #333333;
}

DIV#page h1 a{
	color: #666666;
	text-decoration: none;
}

DIV#page h1 a:hover{
	color: #006699;
	text-decoration: underline;
}

DIV#page h2 a{
	color: #666666;
	text-decoration: none;
}

DIV#page h2 a:hover{
	color: #006699;
	text-decoration: underline;
}

DIV#page h3 a{
	color: #666666;
	text-decoration: none;
}

DIV#page h3 a:hover{
	color: #006699;
	text-decoration: underline;
}

DIV#page h4 a{
	color: #666666;
	text-decoration: none;
}

DIV#page h4 a:hover{
	color: #006699;
	text-decoration: underline;
}

DIV#page h5 a{
	color: #666666;
	text-decoration: none;
}

DIV#page h5 a:hover{
	color: #006699;
	text-decoration: underline;
}

DIV#content a, a:link { 
	color:#006699;
	text-decoration: underline;
	}
	
DIV#content a:hover { 
	color:#666666;
	text-decoration: none;
	}
	
DIV#content A IMG {
	border: 0;
}

DIV#content IMG {
	border: 0;
	
}

DIV#content TABLE.contenttable {
	border: 0;
}

DIV#page TABLE TR TD DIV#content DIV TABLE.imgtext-table TR TD P.csc-caption {
	text-align: justify;
	font-style: italic;
	font-size: 9pt;
	line-height: 15.5px;
	color: #333333;
}

A#spampoison {
	color: #ffffff;
	text-decoration: none;
}
