/*  CSS Document - screen */

body {
	background-color: #0E376D;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
}

.textSmall { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
 	font-style: normal; 
	line-height: 17px; 
	color:#0E376D;
	text-decoration: none;
	}
	
.textSmall a {
	color:#0E376D;
	font-size:11px;
	text-decoration:none;
	line-height: 17px;
	font-style: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.textSmall a:link {color:#0E376D;}
.textSmall a:visited {color:#0E376D;}
.textSmall a:hover {color:#FFFFFF;}
.textSmall a:active {color:#0E376D;}	
		
p {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 17px; 
	color:#0E376D;
	text-decoration: none;
	}
	
.ul {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 17px; 
	color:#0E376D;
	text-decoration: none;
	list-style-type: disc;
	list-style-position:outside;
	margin: 0px 0px 0px -20px;
	}	
	
.textRot {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 17px; 
	color:#B9110D;
	text-decoration: none;
	}	
	
.textWeiss {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 16px; 
	color:#416CA3;
	text-decoration: none;
	}	
	
.textWeiss a{  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 16px; 
	color:#416CA3;
	text-decoration: none;
	}		
	
.textWeiss a:link {color:#416CA3;}
.textWeiss a:visited {color:#416CA3;}
.textWeiss a:hover {color:#FFFFFF;}
.textWeiss a:active {color:#416CA3;}		

a {
	font-size:12px;
	text-decoration:none;
	line-height: 17px;
	font-style: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a:link {color:#B9110D;}
a:visited {color:#B9110D;}
a:hover {color: #001E3F;}
a:active {color:#B9110D;}

h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	 font-style: normal; 
	 font-weight: bold;
	color: #B9110D;
	margin:0px;
	line-height: 17px; 
	}	
	
h2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	 font-style: normal; 
	 font-weight: normal;
	color: #B9110D;
	margin: 0px 0px -10px 0px;
	line-height: 16px; 
	}
	
	
.bild {
	border: 1px solid #0E376D;
	}


/* ----------nav-------------- */
#nav1 {
	position: absolute;
	width: 50px;
	margin: 5px 0 0 65px;
	padding: 0px;
}


/* -----------------Inhalt--------------------- */
#head {
	position: absolute;
	width: 435px;
	margin: 128px 0 0 100px;
	padding: 0px;
}

#headEng {
	position: absolute;
	width: 435px;
	margin: 128px 0 0 103px;
	padding: 0px;
}

#headPrint {
	display:none;
}

#content {
	position: absolute;
	width: 469px;
	margin: 170px 0 0 51px;
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
}

#kontakt {
	position: absolute;
	width: 250px;
	margin: 240px 0 0 562px;
	padding: 0px;
}

#drei {
	position: absolute;
	width: 380px;
	margin: 670px 0 0 560px;
	padding: 0px;
}

