/* ALLGEMEINES Stylesheet für Wiedergabe auf allen Medien */
/* ------------------------------------------------------*/

/* ------------------------------------------------------*/
/* Struktur */
/* ------------------------------------------------------*/


@media screen 				     /* Grundgrößen Bildschirmmedium */
{
html
	{
	}
body 	
	{
	font-size:1em;
	font-family: Verdana, sans-serif;
	background-color:#CADDDF;
	}

}
/* ------------------------------------------------------*/

@media all 	          /* Definitionen der Seitenelemente für alle Medien */
{

div#inhalt
	{
	height:auto;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

/* ------------------------------------------------------*/
/* TOP & TABS*/
/* ------------------------------------------------------*/

div#top   
	{
	position:static;
	width:800px;
	height:152px;
	margin: 0px 0px -3px 0px;
	}

img#logobanner
	{
	width:800px;
	height:152px;
	border:0px;
	}
	
div#tab
	{
	width:100%;
	height:48px;
	border:0px;
	}

div#notab
	{
	clear:both;
	float:left;
	border:0px;
	}
	
img.border
	{
	border:0;
	}
	
div#tab_a
	{
	border:0;
	float:left;
	}

div#tab_b
	{
	border:0px;
	float:left;
	}

div#tab_c
	{
	border:0px;
	float:left;
	}	
	
/* ------------------------------------------------------*/
/* MENUE */
/* ------------------------------------------------------*/

div#menue
	{
	clear:both;
	float:left;
	margin: 1px 1px 1px 0px;
	z-index:2;
	} 

	
table.table1
	{
	background-image: url('../bilder/navi.png');
	width: 169px; 
	height: 598px;
	}
	
/* ------------------------------------------------------*/
/* Navigations Liste  */
/* ------------------------------------------------------*/


			     /* Grundformatierung der Hauptnavigation*/

	
	
a.navi_link 					       /* Ebene_0 Navi-Links */
	{ 
	margin-left: 1.5em;
	margin-top:1em;
	display:block;
	text-decoration:none; 
	text-align: left;
	font-size: 0.9em;
	font-weight:bold;
	color:#0066CC;
	/* background-color:#339999; */

	}

a.navi_link:visited 
	{
	color:#0066CC;
	

	}
	
a.navi_link:hover 
	{
	color:CC0000;
	text-decoration:none;
	

	}
	
a.navi_link_1  					       /* Ebene_1 Navi-Links */
	{
	display:block;
	text-decoration:none;  
	text-align: left;
	font-size: 0.8em;
	font-weight:bold;
	color:#0066CC;
	
	}

a.navi_link_1:visited 
	{
	color:#0066CC ;
	background-color:#fff;
	}

a.aktiv 			   /* Kennzeichung der aktuell aktiven Links */
	{ 
	margin-left: 1.5em;
	margin-top:1em;
	display:block;
	text-align: left;
	font-size: 0.9em;
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	}

/* ------------------------------------------------------*/
/* HAUPTINHALTE */
/* ------------------------------------------------------*/

div#content
	{
	float:left;
	margin-top: -3px;
	
	width:630px ;
	height: 600px; 
	z-index:3;
	background-color: #E7EBEE;
	}


	
.center			      /*Grunsätzliche Klassen zur Textpositionierung */
	{
	text-align:center;
	}
	
.right
	{
	text-align:right;
	}
	



/* ------------------------------------------------------*/
/* FOOTER */ 
/* ------------------------------------------------------*/

div#bottom
	{
	float:left;
	height: 25px;
	width: 800px;
	background-image: url('../bilder/footer.jpg');
	margin:2% 0% 2% 0%;
	padding-left:10px;
	padding-top:3px;
	text-align:left;
	background-repeat:no-repeat;
	}


							/* Footer Navigation */
#bottom_link
	{
	margin-left: 10%;
	text-decoration:none;
	color:#333333;
	font-size:0.7em;
	}
	
#bottom_link:hover 
	{
	color:red;
	text-decoration: underline;
	}
							
							
#bottom_link_l
	{
	margin-left: 20%;
	text-decoration:none;
	font-size:0.7em;
	color:#333333;
	}
	
#bottom_link_l:hover 
	{
	color:red;
	text-decoration: underline;
	}
	
#bottom_link_m
	{
	margin-left: 25%;
	text-decoration:none;
	font-size:0.7em;
	color:#333333;
	}

#bottom_link_m:hover 
	{
	color:red;
	text-decoration: underline;
	}

}   /* end of @media all rule */
