/****PAGE GRUNDBEREICH**********************************************************/   

/*Default Werte */
body {
	color: #000000;
	background-color: #B3DDBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	/* Zentrierung im Internet Explorer */
	background-image : url(/img/hintergrund.gif);
	background-repeat : repeat-y;
}

#page {
    text-align: left;    				/* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      				/* standardkonforme horizontale Zentrierung */
    width: 780px;
    padding: 1em;
    border: 2px ridge silver;
  }

/* mit korrekte Reihenfolge der A-Tags  */
a:link    { color: red }    			/* noch nicht besuchter Link */
a:visited { color: blue } 			    /* schon besuchter Link   */   
a:hover   { color: #FF9900;}	  		/* Benutzer 'hovert'     */    
a:active  { color: lime }   		    /* Link wird ausgewählt   */

/********************************************************************************/ 



/****NAVIGATION BEREICH**********************************************************/   

#navigation{
   float: left;  /*Muss da sein sonst ist die Navigation total verzogen NUR bei Mac*/
	width: 100%;  /*Content muss berechent werden width*/
   margin: 0px; 
	padding: 0px;
}

/*Grundlayout-Definition*/
#navigation ul{
   margin: 0px;
	padding: 0px;
   font-weight: bold;
	font-size: 12px;
}

#navigation li{
	 /* margin-bottom: -1px; !important ; -->Bug zur Behebung Border -Bottom mit Styleswitcher einbinden falls noetig */
	 list-style: none;
	 display: inline; 				/*Damit IE keine Abstand mehr macht!!!*/ 
}

#navigation a{
	display: block;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 100%;
	text-decoration: none;
	margin-bottom: 2px;
	letter-spacing : 1px;
}

#navigation ul li a:link, #navigation ul li a:visited  {
    color: #ffffff; 
	 background-color: #2188cb;
}

#navigation ul li a:hover {
    color:#000000; 
	 background-color: #cccccc;
}

#navigation ul li a.active:link, #navigation ul li a.active:visited {
	background-color: #cccccc;
	color: #000000; 
}


/********************************************************************************/ 



/****ADRESSE BEREICH###**********************************************************/    
#adresse {
   float:left;
	margin-top: 55px;
	padding-left: 8px;
   font-weight: normal;
	font-size: 12px;
}

#adresse a:link  {
	color: #000000;
}
/********************************************************************************/ 


  
/****CONTENT BEREICH*************************************************************/ 

#content {
    margin-top: 125px;
	 margin-left: 0px;
	 margin-right: 20px;
    padding: 0px;

}

#content h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#content h2 {
	color: #000000;
	font-size: 14px;
	font-weight : normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 16px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 12px;
}

#content td, #content input, #content textarea{
	font-size: 12px;
}

#content form {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#content a{
	color: #ffffff;
	text-decoration: none;
	font-size : 12px;
}

#content a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#content img.right{
	float: right;
	margin-left: 12px;
	margin-bottom: 2px;
	border: 0px solid #339999;
}

#content img.left{
	float: left;
	margin-right: 12px;
	margin-bottom: 2px;
	border: 1px solid #339999;
}

#content ul{
	list-style: square;
	/* list-style-position:  inside; */
	margin-left: 8px;
	padding-left: 8px;
}

.footer {
    margin-top: 252px;
	 margin-left: 0px;
    padding: 0px;
}

.footer_home {
    margin-top: 97px;
	 margin-left: 0px;
    padding: 0px;
}
/********************************************************************************/ 



/****SPEZIAL BEREICH/WERTE*******************************************************/

.imgLogo{
	margin-left: 0px;
}

.clear{
	clear: both;
	font-size: 1px;
}

/*Verstecke div */
.hide{ 
display: none; 
}

/********************************************************************************/ 



