/* basic elements 
Logo-Grün: 0c9349
*/

body { 
  color: #333333;
  text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	
}


p, tr, td { 
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}



tr p, td p { 
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 0em 0em;
}

.tr-odd {
 	background-color: #f8f8f8;
}
a:link { 
	text-decoration: none; 
	color: #0066cc;
	}
a:visited { 
	text-decoration: none; 
	color:#336699;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color:#0066cc;
	}

h1 {
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.2em;
	margin: 2em 0em 2em 0em;
	font-weight: uppercase;	
	color:#666666;
	}
h3 {
	font-size: 1.0em;
	margin: 2.5em 0em 0em 0em;
	padding: 0;
	font-weight: bold;
	color:#008C00;
	}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
	
 
ol, ul, li {

	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	}
	


strong, b {
	font-weight: bold;
	}


.klein {
  font-size: 10px;
}
/**************** specific divs ******************************************************************************/
#container{ 
  width : 800px !important;
  width : 800px;
  margin : 0 auto;
	background: transparent url(../images/bg_top.jpg) no-repeat 0px 0px;
	border:1px solid #cccccc;
	text-align:left;
	}


#pageheader { 
	height: 90px;
	background: transparent url(../images/logo.gif) no-repeat 20px 20px;
	border-top: 15px solid #62bb47;
	}

#pageheader h1 {
	border-bottom: none;
}

#pageheader h1 span {
	display:none;
	}



/*###################### Klickpfad ###############################
#klickpfad {
	float: left;
	text-align: left;
	font-size: 0.8em;
}
	
#klickpfad a:link { 
	text-decoration: none; 
	color: #0066cc;
	}
#klickpfad a:visited { 
	text-decoration: none; 
	color:#0066cc;
	}
#klickpfad a:hover, a:active { 
	text-decoration: underline; 
	color:#0066cc;
	}


/*###################### Titelbild ###############################*/
#titelbild {
	margin: -2px 0 0 0;
	padding: 0 0 0 0;
	width: 800px; 
/*	height:86px;
	text-align: right;
	background: url(../images/titelbild.jpg) repeat-x top left;*/
}



/*###################### Menu Oben ###############################*/
#menu_oben {
	width: 800px; 
	height:26px;
	padding: 0px 0 0 0;
	border-bottom:1px solid #cccccc;
	text-align: left;
	background-color: transparent;
	margin: 10px 0px 0px 0px;
}

#menu_oben ul li a
{
	border-right: 1px solid #cccccc;
}

/*	
#menu_oben ul { padding: 0;}
#menu_oben ul li { display: inline; }

#menu_oben ul {
	margin: 0;
	padding: 0 0 0 px;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

#menu_oben ul li a
{
	padding: 0.2em 29px;
	background-color: #0c9349;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #cccccc;
}

#menu_oben ul li a:hover
{
	background-color:#82c629;
	color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	background: #82c629;
	text-align: left;
}

#navlist li a:visited
{
	color: #FFFFFF;
}

#menu_oben a.currentnav
{
	color: #FFFFFF;
	text-decoration: none;
	background: #82c629;
	text-align: left;
}
*/

/*###################### Spalte_Links ###############################*/

#spalte_links {
	width: 180px;
	float:left;
	padding-left:20px;
	padding-right:10px;

}

#spalte_links h2.csc-firstHeader{
  margin-left:0px;
}

#spalte_links p.klein{
  margin-left:0px !important;
}

/*###################### Navigation ###############################*/

#navcontainer {
margin-left:-5px;
}

#navcontainer ul
{
text-align: left;
}
#navcontainer li {
	list-style-type:square;
	margin-left: -20px;
	border-bottom:#eaeaea solid 1px;
	margin-right:10px;
}

#navcontainer ul li a
{
text-align: left;
text-decoration: none;
color: #666666;
}

#navcontainer ul li a:hover
{
color: #ffffff !important;
background-color:#62BB47 !important; 
}

#navcontainer ul li a:visited
{
color: #666666;
}


#navcontainer ul li a.currentnav
{
color: #62BB47 ! important;
font-weight: bold ! important;
}

#navcontainer ul li a:hover.currentnav
{
color: #ffffff !important;
background-color:#62BB47 !important; 
font-weight: bold ! important;
}




/*###################### Navigation 2. Ebene ###############################*/

#navlist_ebene2 ul
{
	margin: -1px 0 0 22px;
	padding:0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#e4f8b9;
}

#navlist_ebene2 li { 
	margin: 0 0 0 0; 
}
#navlist_ebene2 a
{
	display: block;
	padding: 2px 0px 2px 20px;
	margin: 0 0 0 0;
	width: 180px;
	text-decoration: none;
	background-color:#e4f8b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	border-bottom: none;
}

#navlist_ebene2 a:link, #navlist_ebene2 a:visited
{
	color:#000000;
	text-decoration: none;
}

#navlist_ebene2 a:hover
{
	color: #000000;
	background-color: #b5e74a;
	font-weight: normal;
}

#navlist_ebene2 a.currentnav
{
	color: #000000 !important; 
	background-color: #b5e74a;
	font-weight:bold !important;
}


/*###################### Spalte_inhalt ###############################*/

#spalte_inhalt {
	margin: 0 0 0 0px;
	width: 550px;
	float:left;
	padding-left: 20px;
	border-left:1px solid #cccccc;

}

	
#spalte_inhalt h1{
	margin: 0 0 1em 0;
}


#spalte_inhalt table{
	border-collapse:collapse;
	width: 100%;
}

#spalte_inhalt tr{
	border-bottom: #eaeaea solid 1px;
}

#spalte_inhalt th{
	text-align: left;
}

#spalte_inhalt li {
	list-style-type:square;
	margin-left: -20px;
	border-bottom:#eaeaea solid 1px;
}


#spalte_inhalt table.csc-searchform tr{
	border-bottom: none;
}


#spalte_inhalt .tx-thmailformplus-pi1 tr{
	border-bottom: none;
}

#spalte_inhalt .csc-mailform {
	border: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#spalte_inhalt .csc-sitemap li {
	border-bottom: none;
}

#spalte_inhalt .csc-textpic-caption{
	font-size: 0.8em;
	color:#868486;
	padding-bottom: 20px;
}


.tx-addressgroups-pi1 img {
  border: 1px solid #eaeaea;
}


/*###################### Spalte_Links ###############################*/

#spalte_rechts {
	width: 180px;
	float:right;
	margin-left: 10px;
	padding: 0px 5px 0px 10px;
	border-left: 1px solid #eaeaea;
	background-color: #f3f3f3;
}

#spalte_rechts h2.csc-firstHeader{

}

#spalte_rechts p.klein{
  margin-left:-9px;
}
/*###################### Footer ###############################*/

#footer {
	clear:both;
	background: url(../images/bg_footer.jpg) repeat-x top left;
	margin-top: 5px;
	font-size:0.8em;
}

div.footerbox {
    padding: 5px 0 0 0px;
    width: 800px !important;
    width: 800px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    color:#999999;
}

div.copyright {
	color:#999999;
	text-align : right;
  float:right;

}

div.footerbox p{
	margin: 0 0 0 0px;
}

#footer p{
	color:#999999;
}

#footer a{

	color:#999999;
}
#footer a:hover{
	color:#000000;
}

.pit_googlemaps-map-withsidebar {
	margin:0px 0px 10px 0px;
}

