@charset "utf-8";
/* CSS Document */


body table div img p
	{
	margin:0px;
	padding:0px;
	border:0px;
	} 

body 
	{
    font: 100% "Microsoft Sans Serif";
	background:#C8C8C8;
    text-align: left; 
    color: #666666;
	}

body a:link
	{
	color:#0183D1;
	}
	
body a:hover
	{
	color:#F69D17;
	}

hr	
	{
	 height: 1px;  
	 background-color:#0183D1;
	 color:#0183D1;
	 border-color:#0183D1;
	 border:1px solid;
	 border:none;
	} 

img
	{
	border:0;
	}

h2
	{
	font-size:1em;
	}

h3
	{
	font-size:0.9em;
	}

.global #container 
	{ 
    	width: 63em;  /* 1em = 16 px , also 1008px */
    	background:#FFFFFF url(../bilder/background-global.jpg) repeat-y;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 0px;
    	text-align: left;
    } 

.global #header 
	{ 
    	background: url(../bilder/background-header-aktuell.jpg) no-repeat top; 
		height:17.5em;
    } 
    
.global #sidebar 
	{
    	float: left; 
    	width: 13.5em;
		background: #FFFFFF url(../bilder/background-sidebar.jpg) no-repeat top right;
    	padding: 4.5em 0 0 1.5em; 
    }

.sidebar-left
	{
	width:auto; 
	height:auto; 
	background: #FFFFFF url(../bilder/background-line.jpg) repeat-y top;
	}

.navigation-block
	{
	width:139px; 
	color:#0183D1; 
	padding:18px 0 18px 55px;  
	font-weight:bold; 
	font-size:0.8em; 
	text-align:left;
	}

 .link
	{
	text-decoration:none;
	color:#0183D1;
	}
	
 .sublink
	{
	text-decoration:none;
	color:#0183D1;
	}
	
 .sublink_first
	{
	text-decoration:none;
	color:#F69D17;
	}	

.global #mainContent 
	{
	float:right;
	text-align:left;
	min-height:28em;
	width:45.5em;
	padding: 0 19px 0px 0;	
    } 
	
.global #mainContent p 
	{	
	font-size:0.8em;
	}

.global .table
	{	
	font-size:0.8em;
	<!-- font-size:1em; -->
	}
		
	
		
.global #mainContent h1
	{
	font-size:1.3em;
	color:#0183D1;
	font-weight:normal;
    } 

.global #footer 
	{ 
	width:63em;
	margin:0; padding:0;
	float:left;
    height:8.5em;
    background:#FFFFFF url(../bilder/background-footer.jpg) no-repeat bottom;
    } 

.adresse
	{
	float:left;
	font-size:0.75em;
	}

.kontakt
	{
	float:left;
	font-size:0.75em;
	margin-left:150px;
	}

.sprechzeiten
	{
	float:left;
	font-size:0.75em;
	margin-left:150px;
	}
   
/* Verschiedene wieder verwertbare Klassen */
/* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
.fltrt 
	{ 
   	float: right;
   	margin-left: 8px;
    }
	
/* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */	
.fltlft 
	{ 
    float: left;
    margin-right: 8px;
    }
	
 /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */	
.clearfloat 
	{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }
	
#impressum
	{
	float:right;
	color:#4D7491;
	margin-right:2em;
	margin-top:1.5em;
	font-size:0.7em;
	
	}


.subnavigation
	{
	font-weight:normal;
	font-size:0.9em;
	margin:5px 0 0 0px;
	}

.subnavigation ul
	{
	margin:0; 
	padding:0; 
	list-style:none; 
	}


.subnavigation li
	{
	margin-top:7px;
	}

.myHoverClass {color:#990000; text-decoration:none;} 
.mySelectClass {color:#F69D17; text-decoration:none;} 

.subul
	{
	font-size:0.8em;
	}

.subul li
	{
	margin-top:5px;
	}

.subul a
	{
	color:#0183D1;
	}

.subtitle
	{
	color:#446D8C;
	}

.gotop
	{
	float:right; margin-right:0.5em; margin-top:0em; 
	}


.info a:link
	{
	color:#F69D17;
	}

.info
	{
	color:#FFFFFF;
	text-decoration:none;
	}

.neuigkeiten_border_top
{
	border-bottom:1px solid #0183D1;
	 padding-bottom:2px; 

}
