/* CSS Document */
	/* 
		blau #005b8b
		blau 70% #4d8cae
		blau 50% #80adc5
		tuerkis #66cccc
	*/

/* Voreinstellung Anfang  */
body, p, table, tr, td
{
    font-family: 'Arial';
    font-size: 12px;
	line-height: 16px;
	margin:0;
		color: #ffffff;
	font-weight: bold;
}

body
{
    min-width: 68.5em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	background-color: #005b8b;
}

p
{
	margin:0;
}

.blauer_text
{
	color: #5b96c8;
}

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

a:link     { color: #ff0000; }
a:visited  { color: #ff0000; }
a:hover    { color: #ffffff; }
a:focus    { color: #ffffff; }




a.nav:link    { color:#ffffff; }
a.nav:visited { color:#ffffff; }
a.nav:active  { color:#ff0000; }
a.nav:hover   { color:#ff0000; }

a.act:link    { color:#ff0000; }
a.act:visited { color:#ff0000; }
a.act:active  { color:#ffffff; }
a.act:hover   { color:#ffffff; }

a.header
{
	font-size: 24px;
	color: #4d8cae;
}




/* Voreinstellung Ende  */


.div_seitenbereich	 
{
	height: 600px;
	width: 824px;
	
	position: relative;
	top: 40px;
  	margin-left: auto;
   	margin-right: auto; 	

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

.div_header
{
	height: 100px;
	width: 804px;
	
	position: absolute;
	
	border:1px solid #cccccc; 
	border-bottom:1px solid #ffffff; 
	background-color: #000000; 
}

.div_navigation 
{
	position: absolute;
	top: 15px;
	left: 40px;
	
/*	border:1px solid #ffffff; */
}

.div_email 
{
	height: 25px;
	position: absolute;
	top: 60px;
	left: 410px;
	
	padding-top: 2px;
	padding-bottom: 2px;

}

.div_logo
{
	position: absolute;
	right: 0px;

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




.div_content
{
	width: 764px;
	height: 480px;
	
	position: absolute;
	top: 100px;
	
	padding-left: 40px;
	
	background-color: #000000;

	overflow: auto;
	
	border:1px solid #cccccc; 
	border-top:1px solid #ffffff; 
}

.div_content_start
{
	width: 804px;
	height: 480px;
	
	position: absolute;
	top: 100px;
	
	background-color: #000000;
	
	border:1px solid #cccccc; 
	border-top:1px solid #ffffff; 

	overflow: hidden;
}


.div_content_right
{
	width: 350px;
	
	position: absolute;
	left: 410px;
	
/*	border:1px solid #000000;	*/
}

.div_content_left
{
	width: 400px;
	
	position: absolute;
	
/*	border:1px solid #000000;	*/
}


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


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

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

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

