/*** general body formats *************************************************************************************************************/
body, html {
	background-color:#161F96;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	min-height:660px;
}

input, textarea{
	border-style:dotted;
	border-color:#FA7E02;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006600;
	background-color:#FFFFFF;
}

img{
	border:0px;
}

img.float{
	border:10px;
	border-color:#FFFFFF;
	float:left;
	margin:0px 10px 10px 0px;
}

/*** big_container includes all the other div-boxes for easy positioning **********************************************************/
#big_container{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-391px;
}
		#logo{
			position:absolute;
			top:100px;
			left:200px;
			background-image:url(images/logo_print.gif);
			background-repeat:no-repeat;		
			index:5;
		}
		
		* html #logo{
			position:absolute;
			top:0px;
			left:200px;
			background-image:url(../images/logo_print.gif);
			background-repeat:no-repeat;		
			index:5;
		}
		
		#menue{
			visibility:hidden;
			position:absolute; 
			top:250px; 
			left:0px;
			width:197px;
			/* height:20px; */
			background-color:none;
			z-index:6;
		}
		
		*html #menue{
			visibility:hidden;
			position:absolute; 
			top:264px; 
			left:0px;
			width:197px;
			/* height:20px; */
			background-color:none;
			z-index:6;
		}

		#head_01{
			visibility:hidden;
			position:absolute; 
			top:0px; 
			left:0px;
			width:782px;
			height:66px;
			background-image:url(../images/head_01.gif);
			background-repeat:no-repeat;
			z-index:1;
		}
		
		#head_02{
			visibility:hidden;
			position:absolute; 
			top:66px; 
			left:0px;
			width:782px;
			height:69px;
			/* background-image:url(../images/head_02.gif);
			background-repeat:no-repeat; */
			z-index:2;
		}
		
		#head_03{
			visibility:hidden;
			position:absolute; 
			top:135px; 
			left:0px;
			width:274px;
			height:116px;
			/* background-image:url(../images/head_03.gif);
			background-repeat:no-repeat; */
			z-index:2;
		}
		
		#head_04{
			visibility:hidden;
			position:absolute; 
			top:135px; 
			left:274px;
			width:508px;
			height:66px;
			background-image:url(../images/head_04.gif);
			background-repeat:no-repeat;
			z-index:2;
		}
		
		* html #head_01{
			visibility:hidden;
			position:absolute; 
			top:0px; 
			left:0px;
			width:782px;
			height:66px;
			background-image:url(../images/head_01.gif);
			background-repeat:no-repeat;
			z-index:1;
		}
		
		* html #head_02{
			visibility:hidden;
			position:absolute; 
			top:66px; 
			left:0px;
			width:782px;
			height:69px;
			/* background-image:url(../images/head_02.gif);
			background-repeat:no-repeat; */
			z-index:2;
		}
		
		* html #head_03{
			visibility:hidden;
			position:absolute; 
			top:135px; 
			left:0px;
			width:274px;
			height:116px;
			/* background-image:url(../images/head_03.gif);
			background-repeat:no-repeat; */
			z-index:2;
		}
		
		* html #head_04{
			visibility:hidden;
			position:absolute; 
			top:135px; 
			left:274px;
			width:508px;
			height:66px;
			background-image:url(../images/head_04.gif);
			background-repeat:no-repeat;
			z-index:2;
		}

		#content{
			position:absolute; 
			top:0px; 
			left:0px;
			width:782px; 
			background-color:#FFFFFF;
			z-index:1;
		}
		
		#text{
			margin:70px 150px 5px 40px;
			z-index:10;
		}
		
		* html #text{
			width:400px;
			margin:70px 90px 5px 80px;
			z-index:5;
		}
				
		#footer{
			position:absolute;
			margin:150px 0px 0px 40px;
			left:0px;
			width:620px; 
			z-index:1;
		}
		
		* html #footer{
			position:absolute; 
			margin:100px 0px 0px 40px;
			width:500px; 
			z-index:1;
		}
		
		
/*** p tags *****************************************************************************************************************/
p{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000066;
	line-height:17px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	float:inherit;
}

p.titel{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#000066;
	line-height:15px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

p.footer{
	margin:78px 10px 0px 40px;
	font-size:12px;
	font-weight:400;
	line-height:11px;
	color:#999999;
}

p.break{
	margin-bottom:18px;
}

p.break_s{
	margin-bottom:3px;
}

p.break_xs{
	margin-bottom:1px;
}

p.break_m{
	margin-bottom:12px;
}


/*** a tags *****************************************************************************************************************/
a{
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
  	font-weight:400;
	color:#999999;
	text-decoration:none;
	text-align:right;
	margin:0;
	padding:0;
}

a:hover{
	text-decoration:underline;
}

a.menue{
	display:block;
	background-image:url(../images/menue.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:20px;
	text-align:right;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#FF6600;
	
}

a.menue_a{
	display:block;
	background-image:url(../images/menue_a.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:20px;
	text-align:right;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
	color:#000066;
}

a.menue:hover{
	display:block;
	background-image:url(../images/menue_a.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:20px;
	text-align:right;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-weight:400;
	text-decoration:underline;
	color:#FF6600;
}


a.footer{
	font-size:10px;
	font-weight:400;
	line-height:11px;
	text-decoration:none;
	color:#999999;
}

a.footer:hover{
	font-size:10px;
	font-weight:400;
	line-height:11px;
	text-decoration:underline;
	color:#999999;
}


/*********************************************************************/
ul{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:none;
	width:127px;
}

li{
	list-style-type:none;
	width:127px;
}

