/* Standard-Style-Definitionen */

/* Allgemeine Tags */
body, p, table, tr, td
{
	font-family: Arial;
	font-size: 12px; 
	line-height:18px; 
}

p
{
	margin:0;
}

ul.nav
{
	margin:0px;
	padding:0px;
	padding-left:15px;
}

ul.content
{
	margin-top:0px;
	padding-top:0px;
}

body
{
	margin:0;
	background-color: #b5cbd6;
}

/* Ueberschriften */
h1
{
  font-size: 20px;
  line-height:26px; 
  text-decoration:none;
  padding:-5px;
  font-weight:normal;
  color: #0068b1;
  margin: 0px;
  padding: 0px;
}

h2
{
  font-size: 20px;
  line-height:26px; 
  text-decoration:none;
  font-weight:normal;
  margin: 0;
}

.blauertext
{
	color: #0068b1;
	font-weight:bold;
}

.abstand
{
	height: 12px;
}

.abstand_breite
{
	width: 12px;
}

/* Verweise */
a 					{ text-decoration: none; }

a:link				{ color: #0068b1; }
a:visited			{ color: #0068b1; }
a:hover				{ color: #000000; }
a:focus				{ color: #000000; }
	
a.act				{ color: #0068b1; font-weight: bold; }

a.nav				{ font-weight: bold; }
a.nav:link			{ color: #000000; }
a.nav:visited		{ color: #000000; }
a.nav:hover			{ color: #0068b1; }
a.nav:focus			{ color: #0068b1; }

a.act_sub			{ color: #0068b1; }

a.nav_sub:link		{ color: #000000; }
a.nav_sub:visited	{ color: #000000; }
a.nav_sub:hover		{ color: #0068b1; }
a.nav_sub:focus		{ color: #0068b1; }



/* Style Klassen */



.div_seitenbereich1
{
	height: 620px;
	width: 844px;
	
	position: relative;
	top: 40px;
  	margin-left: auto;
   	margin-right: auto; 	
}
	
.div_seitenbereich2	 
{
	height: 600px;
	width: 824px;
	
	position: absolute;
	top: 0px;
	left: 0px;
 
	border:1px solid #000000;    
	background-color: #ffffff; 
}
 
.div_header 
{
	height: 100px;
	width: 774px;
	position: absolute;
	left: 50px;
	
/*	border:1px solid #000000; */
}		

.div_header_image_1
{
	position: absolute;
	top: 20px;
	left: 50px;
	
/*	border:1px solid #000000; */
}

.div_header_image_2
{
	position: absolute;
	top: 30px;
	left: 225px;
	

/*	border:1px solid #000000; */
}

.div_header_image_3
{
	position: absolute;
	top: 30px;
	left: 590px;
	

/*	border:1px solid #000000; */
}
.div_header_image_4
{
	position: absolute;
	top: 85px;
	left: 50px;

	
/*	border:1px solid #000000; */
}

.div_seite_blau
{
	height: 50px;
	width: 50px;
	
	position:absolute;
	background: #0068b1;
/*  border:1px solid #66FF33;    */
}

.div_seite_schwarz
{
	height: 550px;
	width: 50px;
	
	position:absolute;
	top: 50px;
	background: #000000;
/*  border:1px solid #66FF33;    */

}

.div_nav
{
	height: 500px;
	width: 175px;
	
	position:absolute;
	top: 100px;
	left: 100px;

/*	border:1px solid #66FF33; */
}	

.div_nav_start
{
	height: 500px;
	width: 185px;
	
	position:absolute;
	top: 100px;
	right: 0px;

/*	border:1px solid #66FF33;  */
}	


.div_inhalt
{
	height: 500px;
	width: 549px;
	
	position: absolute;
	top: 100px;
	left: 275px;
	
	overflow:auto; 
/*	border:1px solid #000000;    */

}	

.div_schatten_unten_links 	 
{
	height: 20px;
	width: 20px;
	position: absolute;
    left: 20px; 
	top: 600px;
	
/*	border:1px solid #000000; */
	background-image:url(images/schatten_unten_links.jpg);  
}	
.div_schatten_unten 	 
{
	height: 20px;
	width: 784px;
	position: absolute;
    left: 40px; 
	top: 600px;
	
/*	border:1px solid #000000; */
	background-image:url(images/schatten_unten.jpg);  
}		


.div_schatten_ecke	 
{
	height: 20px;
	width: 20px;
	position: absolute;
    left: 824px;
	top: 600px;
/*	border:1px solid #000000;    */
	background-image:url(images/schatten_ecke.jpg);  
}		

.div_schatten_rechts	 
{
	height: 560px;
	width: 20px;
	
	position: absolute;
	top: 40px;
	left: 824px;
/*	border:1px solid #000000;    */
	background-image:url(images/schatten_rechts.jpg); 
}		

.div_schatten_rechts_oben	 
{
	height: 20px;
	width: 20px;
	
	position: absolute;
	top: 20px;
	left: 824px;
/*	border:1px solid #000000;    */
	background-image:url(images/schatten_rechts_oben.jpg); 
}	
	





