/*
grau: e3e3e3
grau gestrichelt: abaaaa
grau schrift: 606060
blau: 2c76bb
orange: eb7d04
grün: 6ab023
grün schrift: 599723
*/
* 
	{ 
	margin: 0; 
	padding: 0; 
	}
	
html
{
    scrollbar-3dlight-color:#606060;      /* rahmen außen links und oben */
    scrollbar-arrow-color:#e3e3e3;        /* pfeilfüllung */
    scrollbar-darkshadow-color:#606060;   /* rahmen außen rechts und unten */
    scrollbar-face-color:#6ab023;         /* hintergrund balken und pfeile */
    scrollbar-highlight-color:#e3e3e3;    /* rahmen innen links und oben */
    scrollbar-shadow-color:#e3e3e3;       /* rahmen innen links und oben */
    scrollbar-track-color:#ffffff;        /* hintergrund hinter Bildlaufleiste */	
}

body 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color: #606060;
  width: 974px;
}

#container 
{ 
	width: 974px;
}	


#a
{ 
	float:left;	
	width: 974px;
	height:58px;
	border-bottom: 1px dashed #606060;
}

#a1
{ 
	float:left;	
	width: 204px;
	height:58px;
	border-right: 1px dashed #606060;	
}

#a2
{ 
	float:left;	
	width: 278px;
	height:58px;
	border-right: 1px dashed #606060;		
}

#a3
{ 
	float:right;	
	width: 490px;
	height:58px;
  background: url(image_layout/a3_gruen.gif) top left no-repeat #ffffff;	
}
    
#navioben
{ 
	margin: 34px 0 0 0;
	text-align:center;
}
    
#navioben a
{ 
	color: #606060;
	text-decoration: none;
	font-size:10px;
	padding: 0 4px 0 4px ;
}

#navioben a:hover, #navioben a#aktiv
{ 
	font-size:10px;
	text-decoration:underline;
	color:#63a93f;
}
	
#b
{ 
	float:left;	
	width: 974px;
	height:166px;
}

#b1
{ 
	float:left;	
	width: 204px;
	height:166px;
	border-right: 1px dashed #606060;	
  background: url(image_layout/b1_gruen.gif) top left no-repeat #ffffff;	
}


#b3
{ 
	float:left;	
	width: 278px;
	height:166px;
	border-right: 1px dashed #606060;
  background: url(image_layout/b3.jpg) top left no-repeat;	  	
}

#b4
{ 
	float:left;	
	width: 476px;
	height:166px;
  background: url(image_layout/b4_gruen.gif) top left no-repeat;
}

#b5
{ 
	float:right;	
	width: 14px;
	height:166px;
  background: #ffffff;	
}

        ul#navibereiche 
        {
            text-align: center;
            margin: 146px 0 0 0;		
            width:476px;    
        }
        
        ul#navibereiche li 
        {
            list-style: none;
            display: inline;
            text-align: center;
        }
        
        ul#navibereiche li.a_orange a, ul#navibereiche span 
        {
            float: left; 
            text-decoration: none; 
            font-weight: bold;
            font-size: 11px;
            color: #ffffff; 
            background: #eb7d04;
            width: 158px;
            height: 20px; 
        }
        
        ul#navibereiche li.a_gruen a, ul#navibereiche span 
        {
            float: left; 
            text-decoration: none; 
            font-weight: bold;
            font-size: 11px;
            color: #ffffff; 
            background: #6ab023;
            width: 159px;
            height: 20px;    
        }
        
        ul#navibereiche li.a_blau a, ul#navibereiche span 
        {
            float: left; 
            text-decoration: none; 
            font-weight: bold;
            font-size: 11px;
            color: #ffffff; 
            background: #2c76bb;
            width: 159px;
            height: 20px;    
        }
        
        /* Korrektur fuer IE 5.x
        * html ul#navibereiche a, * html ul#navibereiche span 
        { 
            width: 158px;
            height: 20px;
            w\idth: 158px;
            h\eight: 20px; 
        }*/
        
        ul#navibereiche a:hover, ul#navibereiche span 
        {
            text-decoration: underline; 
        }
        
        
        ul#navibereiche div 
        {
            clear: left;
        }			


#c
{ 
	float:left;	
	width: 974px;
	min-height:350px;
	height: auto !important;
	height:350px;


}

#c1
{ 
	float:left;	
	width: 204px;
	min-height:350px;
	height: auto !important;
	height:350px;

}

#c11
{ 
	float:left;	
	width: 204px;
	height:1px;
}

#c12 
	{
		text-align:center;
		margin: 60px 0 0 0;
		float:left;
		width: 204px;
	}

#c111
{ 
	float:right;	
	width: 17px;
	height:1px;
	border-top: 1px dashed #606060;
}

#c2
{ 
	float:left;	
	width: 755px;
	min-height:350px;
	height: auto !important;
	height:350px;	
	background: url(image_layout/c2.gif) top right repeat-y;
	border-top: 1px dashed #606060;	
	border-left: 1px dashed #606060;		
}

#c3
{ 
	float:right;	
	width: 14px;
	min-height:350px;
	height: auto !important;
	height:350px;
	border-top: 1px dashed #606060;	   	
}
   	

/* Anfang Navigationsbereich */
#navilinks
{ 
	padding-top:35px;
}

  #navilinks ul
		{
		margin: 0 0 0 0;
		width:204px;
		}
	
  #navilinks ul li
		{
    display: block;
    list-style-type: none;
    margin: 8px 0px 8px 0px;
    width:204px;
		}
	
	#navilinks ul li a
		{
		color: #606060;
		font-weight:bold;
		padding: 0 0 0 30px;
		text-decoration:none;		
		}
		
	#navilinks ul li a:hover
		{
		color: #6ab023;		
		}
	
	#navilinks ul li.aktiv
		{	
		    background: #6ab023;
				width:204px;
				height: 16px;
		}
		
	#navilinks ul li.aktiv a, #navilinks ul li.aktiv a:hover
		{	
				font-weight:bold;	
				color: #ffffff;
		}	

/* Unternavigation */
        #navilinks ul li ul	
        {
            margin:0;
        }
        
        #navilinks ul li ul li
        {
            display: block;
            list-style-type: none;
            margin: 8px 0px 8px 0px;
            width:204px;
        }
        
        #navilinks ul li ul li a
        {	
            color: #606060;
            font-size:11px;
            font-weight:normal;
            padding: 0 0 0 40px;
            text-decoration:none;
        }
        
        #navilinks ul li ul li a:hover
        {
            color: #6ab023;
            text-decoration:none;			
        }
        
        #navilinks ul li ul li.sub1aktiv
        {	
            background: #6ab023;
            width:204px;
            height: 16px;
        }
        
        #navilinks ul li ul li.sub1aktiv a, #navilinks ul li ul li.sub1aktiv a:hover
        {	
            font-weight:normal;	
            color: #ffffff;
        }	

#inhalt 
	{
		padding: 40px 0 20px 50px;
		font-size:11px;
		text-align:left;
		min-height:400px;
		height: auto !important;
		height:400px;
	}

#terminbox 
	{
		text-align:left;
		margin: 14px 0;
		float:right;
		width: 180px;
		min-height:200px;
		height: auto !important;
		height:200px;
	}

#termin 
	{
		padding: 25px 15px 20px 32px;
		font-size:10px;
		text-align:left;
	}	

#termin a
	{
		text-decoration:none;
	}		

td.termininhalt
	{
		width:500px;
		padding: 5px;
	}	


	
#d
{ 
	float:left;	
	width: 974px;
	height:20px;
	border-bottom: 1px dashed #606060;		
}

#d1
{ 
	float:left;	
	width: 204px;
	height:20px;
  background: #e3e3e3;
  text-align:center;
  border-right: 1px dashed #606060;		
}
		#d1 a
		{ 
		  text-decoration: none;		
			color:#606060;
			font-size:10px;			
      padding: 3px 0 0 0 ;	
		}	
#d2
{ 
	float:left;	
	width: 755px;
	height:20px;
  background: #6ab023;
  	
}
		#naviunten
		{ 		
      padding: 0 10px 0 0 ;
      text-align:right;	
		}	
		#naviunten a
		{ 
		  text-decoration: none;		
			color:#ffffff;
			font-size:10px;
      padding: 0 10px 0 0 ;			
		}	
		
#d3
{ 
	float:right;	
	width: 14px;
	height:20px;	  	
}

#e1
{ 
	float:left;	
	width: 204px;
	height:20px;
  text-align:center;
  border-right: 1px dashed #606060;		
}
	
#e2
{ 
	float:left;	
	width: 769px;
	height:20px;
}

/* Anfang allgemeine Textformatierungen  */	
a:link, a:visited {
	text-decoration : underline;
	color : #606060;	
}

a:active, a:hover {
	text-decoration : underline;
	color : #63a93f;
}

h1  
{
  margin-bottom:15px;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
	color : #63a93f;
}

h2  
{
	color : #606060;
	margin-bottom:10px;
	margin-top:5px;
	font-weight : bold;
	font-size:11px;
}

h3  
{
	color : #606060;
	margin-bottom:10px;
	margin-top:5px;
	font-weight : bold;
	font-size:10px;
}

h4  
{
	color : #606060;
	margin-bottom:11px;
	margin-top:5px;
	font-size:11px;
	font-weight : bold;
	text-align:center
}

h5  
{
	color : #606060;
	margin-bottom:10px;
	margin-top:5px;
	font-size:11px;
	font-weight : bold;
	text-align:center
}

ol
{
	font-size:11px; 
	line-height:16px;
	padding-right: 20px;
	margin: 10px 30px 10px 0;
}

ul#listbox 
	{
	line-height:12px;
	padding-left:20px;
	margin-bottom: 20px;
	}
	
ul#listbox li
	{
	padding-left:5px;
	padding-bottom:7px;
	list-style-image:url(image_layout/li.gif)
	}	
	
#inhalt table
{
	border-collapse:collapse;
}

#inhalt table tr th
{
	padding:5px 0;
	vertical-align:top;	
	color : #606060;
	font-weight : bold;
	font-size:11px;	
}

#inhalt table tr td
{
	padding:5px 0;
	vertical-align:top;	
}	

#inhalt table tr td a
{
  color : #606060;
}	

.imginhalt
{ 
	padding:0px 0px 10px 10px;
}

p 
{ 
	font-size:11px; 
	line-height:16px;
	padding-right: 20px;
	margin: 10px 30px 10px 0;
}

hr
{
	height:0;
	color: #606060;
	border-bottom: 1px dashed #606060;
	border-top: 0;
	border-left:0;
}
/* Ende allgemeine Textformatierungen  */	


/* Anfang Styles Kontaktformular */

#inhalt .tk /* Außentabelle */
{
	border-top: 1px dashed #63a93f;
}	

#inhalt .tk1 /* Tabellenfeld links */
{
	color : #000000;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	padding:6px;
}

#inhalt .tk1p /* Tabellenfeld links Pflichtfeld*/
{
	color : #000000;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding:6px;
}

#inhalt .tk2 /* Tabellenfeld rechts */
{
	padding:6px;
}

.tk2 input  /* Formularfelder rechts */
{
	background: #ffffff;
	color : #000000;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	text-decoration: none;
	font-size: 11px;
	width: 180pt;
	border: 1px solid #63a93f;
	
}	

.tk2 textarea  /* Textareas rechts */
{
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	width: 180pt;
	border: 1px solid #63a93f;	
	font-size : 11px;
	text-decoration : none;
	color : #000000;
	background: #ffffff;
    scrollbar-3dlight-color:#606060;      /* rahmen außen links und oben */
    scrollbar-arrow-color:#e3e3e3;        /* pfeilfüllung */
    scrollbar-darkshadow-color:#606060;   /* rahmen außen rechts und unten */
    scrollbar-face-color:#606060;         /* hintergrund balken und pfeile */
    scrollbar-highlight-color:#e3e3e3;    /* rahmen innen links und oben */
    scrollbar-shadow-color:#e3e3e3;       /* rahmen innen links und oben */
    scrollbar-track-color:#ffffff;        /* hintergrund hinter Bildlaufleiste */	
}

input.sendenbutton /* Formularfelder Button */
{
	width:70px;
	height:17px;
	border: 1px solid #63a93f;
}
/* Ende Styles Kontaktformular */

