/****PAGE GRUNDBEREICH**********************************************************/   
body {
	 background-image: url(/prog/img/bg-unten.gif);
	 background-repeat: no-repeat;
	 background-position: 0px 130px;
	 background-color: #f8f2df;
		 
	 font-size: x-small;  /* fuer IE5/Win */
	 voice-family: "\"}\"";
	 voice-family: inherit;
	 font-size: small; /* fuer konforme Browser*/
    
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #000; 
	 
    margin: 0;
	 padding: 0;
	 
	 overflow:-moz-scrollbars-vertical;
}
/********************************************************************************/ 





/****KONFIG PAGE*****************************************************************/ 
#page {
    /* text-align: left;    Seiteninhalt wieder links ausrichten */
	 width: 912px;
	 margin: 0px;
    padding: 0px;
	 
	 border: 0px solid #666600;
	 
}
/********************************************************************************/   
  
  




/****HEADER BEREICH**************************************************************/ 
#headerarea{
	height: 130px;
	border: 0px solid #FF0066;
	background-image: url(/prog/img/top-bg.jpg);  /*Heller BG ueber alles*/
	margin-bottom: 18px;
}
#headerarea .header{
	height: 130px;
	width: 915px;
	border: 0px solid #FF0066;
	background-image: url(/prog/img/header.jpg);  /*Bild und Logo*/
	background-repeat: no-repeat;
}
/********************************************************************************/ 






/****NAVIGATION BEREICH**********************************************************/  
#navigationarea{
	float: left;
	margin: 0; 
	margin-top: -5px;
	padding: 0;
	width: 220px;
	height: 520px;
	border: 0px solid #669933;
}

#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;
	
	border-top: 0px solid #DBDBDB;
	font-size: 90%;
}


/* Grundlayout-Definition Level 1*/
#navigation ul{
   margin: 0px;
	padding: 0px;
   font-weight: bold;
}

#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: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	
	border-bottom: 0px solid #DBDBDB;
}

#navigation ul li a:link, #navigation ul li a:visited  {
	color: #fff; 
}

#navigation ul li a.active:link, #navigation ul li a.active:visited, #navigation ul li a:hover  {
	color: #000;
}



/* Level 2 */
#navigation ul ul{
   margin: 0px;
	padding: 0px;
   font-weight: normal;
}

#navigation ul ul a { 
	 display: block;
	 padding-left: 30px;
	 padding-top: 0px;
	 padding-bottom: 4px;
	 letter-spacing : 0px;
	 border-bottom: 0px solid #fff;
	 
 	 font-weight: bold;
	 font-size: 95%;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
	 background-color: transparent; 
}

#navigation ul ul li a.active:link, #navigation ul ul li a.active:visited, #navigation ul ul li a:hover {
	color: #000; 
}

/* Level 3 */
#navigation ul ul ul{
   margin: 0px;
	padding: 0px;
}

#navigation ul ul ul a {
	 display: block; 
	 padding-left: 40px;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 letter-spacing : 0px;
	 font-weight: normal;
}

#navigation ul ul ul li a:link, #navigation ul ul ul li a:visited  {
	 color: #fff; 
}

#navigation ul ul ul li a.active:link, #navigation ul ul ul li a.active:visited, #navigation ul ul ul li a:hover {
	color: #000;  
}







#suche {
	clear: both;
	font-size: 85%;
	padding-top: 40px;
	margin-left: 20px;
}
#suche .suchEingabe{
	width: 90px;
}
#suche .suchButton{
	font-size: 100%;
	margin-left: 2px;
}


#adresse {
	clear: both;
	font-size: 85%;
	padding-top: 40px;
	margin-left: 20px;
}
#adresse a{
	color: #000;
	text-decoration: none;
}
#adresse a:hover{
	text-decoration: underline;
}
/********************************************************************************/ 
  

  
  
  
  
  
/****CONTENT BEREICH  (KOPIE cms.css machen) ************************************/ 
#contentarea{
	margin-left: 350px;
	border: 0px solid #669933;
}


#content {
	 width: 562px;  /*Berechnete Breite*/
	 float: left;
    padding: 0px;
	 border: 0px solid #669933;
	 font-size: 85%;
}

.spalteText {
	float: left;
	width: 340px;
	/*margin-right: 40px;*/
}
.spalteBilder {
	float: right;
	width: 182px;
}


#content h1 {
	 color: #000;
    font-size: 105%;
    margin-top: 0px;
	 margin-bottom: 20px;
}
#content h2 {
	 color: #000;
    font-size: 100%;
    margin-top: 0px;
	 margin-bottom: 0px;
}

/*Dekativiere diese Styles*/
#content h3, #content h4, #content h5 {
	color: #000;
	font-size: 0em;
}

#content p {
    margin-top: 0px;
    margin-bottom: 15px;
}

#content b, #content strong{
	color: #000;
	font-weight: bold;
}


#content a{
	color: #8BA63D;  /*#e84649  #9fbd4b */ 
	text-decoration: none;
}
#content a:hover{
	color: #8BA63D;
	text-decoration: underline;
}

#content a:visited{
	color: #8BA63D;
	text-decoration: underline;
}

#content img.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	border: 1px solid #339999;
}
#content img.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #339999;
}



#content .tabZeilentrenner{
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	
	font-size: 1px;
}


#content .frmMussfeld {
	font-weight: bold;
}

#content .frmAbstand {
	height: 20px;
}

#content input, select{
	font-size: 115%;
}

#content textarea{
	font-size: 105%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#content .dropDown{
	width: 200px;
	background-color: #EEEEEE;
}

#content .zusatzText{
	margin-top: 15px;
	margin-bottom: 10px;
}

#content ul{
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 15px;
}
/*Standard - Tabellenformatierung*/
#content .tabStandard td p, #content .tab3Bilder td p {
	padding: 0px;
	margin: 0px;
}
#content .tabStandard td {
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

#content .tab3Bilder td {
	padding-right: 40px;
	padding-bottom: 20px;
	margin: 0px;
	vertical-align: top;
}
/********************************************************************************/ 








/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { display: none; }


#copyRight {
	border: 0px solid #FF0066;
	font-size: 70%;
	text-align: right;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#copyRight a:active, #copyRight a:link, #copyRight a:visited  	{color: #666;	text-decoration: none;}
#copyRight a:hover 	{color: #666;	text-decoration: underline;}
/********************************************************************************/ 



