/*GROESSENDEFINITION*/

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F2F8EB;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;

}

/*GRUNDSTRUKTUR*/

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 911px;
	background-image: url(../gfx/cont_back.jpg);
	margin-bottom: 30px;
	
}
#header {
padding-top: 132px; 
	height: 31px;
	width: 100%;
	background-color: #F2F8EB;
	background-image: url(../gfx/header.jpg);
}

#headlist
{
margin-left: 197px;
padding: 0 0 20px 10px;
}

#headlist ul, #headlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#headlist a:link, #headlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #B6BB6B;
	font-size: 12px;
}



#headlist a:hover { color: #003300; }

#h_nav {
	height: 25px;
	background-color: #F2F8EB;
	background-image: url(../gfx/h_nav_back.jpg);
	clear: both;
	padding-left: 208px;
	padding-top:10px;	
	
}

#mainnavlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#mainnavlist li
{
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 003300;
	font-weight: bold;
}

#mainnavlist a { padding: 8px 12px; }

#mainnavlist a:link, #mainnavlist a:visited
{
color: #003300;
background-color: #E4F1D7;
text-decoration: none;
}

#mainnavlist a:hover
{
color: #fff;
background-color: #B6BB6B;
text-decoration: none;
}



#v_nav {
	float: left;
	width: 187px;
	background-image: url(../gfx/nav_back.jpg);	
}

#v_nav img {
	margin-left: 7px;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navlist {



list-style-type: none; 
margin-top: 20px;
margin-left: 7px;
width: 180px; }

#navlist ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;

}

#navlist a
{
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	width: 170px;
	background-color: #B6BB6B;
	font-size: 12px;
}

#navlist a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navlist a:hover
{
background-color: #003300;
color: #fff;
}
#content {
	float: left;
	width: 690px;
	padding: 10px;
	
}
#footer {
	clear: both;
	height: 27px;
	background-image: url(../gfx/footer_back.jpg);
	
}

/*LAYOUTSTRUKTUR*/

#inhalt {
	float: left;
	background-color: #FFFFFF;
	width: 460px;
	padding: 15px;
}

#inhalt h1 {
	font-size: 15px;
	font-weight: bold;
	color: #003300;
	margin-bottom: 30px;
	}

#inhalt p {
	font-size: 12px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	}


 #inhalt a:link {
  color:#003300;
  text-decoration: underline;
  background-color: none;
  font-weight: normal;
 }
 #inhalt a:hover {
  color:#003300;
  text-decoration: none;
  background-color: #E4F1D7;
  text-decoration: underline;
  font-weight: normal;
 }
 #inhalt a:visited {
  color:#003300;
  text-decoration: underline;
  background-color: none;
  font-weight: normal; 
}

	
#inhalt ul, #inhalt li {
	font-size: 12px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-left:10px;
	}
	
#spalte_rechts {
padding-top: 65px;
padding-right: 12px;
	float: right;
	width: 170px;
	font-size: 12px;
	color: #B4BEAB;
	text-align: right;
}
#spalte_rechts a:link, #spalte_rechts a:visited {
	text-decoration: underline;
	color: #B6BB6B;
}
#spalte_rechts a:hover, #spalte_rechts a:active {
	text-decoration: none;
}





/*DYNAMOLAYOUTS*/

.cont_wrap {
	margin: 5px;
	clear: both;
}

.float_re {
 	float: right;
 	display: inline;
 }
 
.float_li {
 float: left;
 display: inline;
 }

.mitte_break{
 width: auto;
 clear: both;
 margin-left:auto;
 margin-right:auto;
 }

.li_break{
 width: auto;
 clear: both;
 margin-left:0;
 margin-right:auto;
 }
 
.re_break{
 width: auto;
 clear: both;
 margin-left:auto;
 margin-right:0;
 }
 
.clear {
 	width: 100%;
	clear: both;
}

/*widhtes*/
.140{
width: 140px;
}

 /* BILDERSEITEN */
 #imgcontainer {
  margin-left:auto;
  margin-right:auto;
 }
 
 #imgthumbnails {
  list-style-type:none;
  width: 450px;
 }
 
 #imgthumbnails li {
  float:left;
  padding-bottom:5px;
  padding-top:5px;
  margin-top: 5px;
  height: 170px; /*max vorhandene höhe*/
  width: auto;
  background-color:#eeeeee;
  border: 2px solid #ffffff;
 }
 
 #imgthumbnails li a:link, #imgthumbnails li a:visited {
 background-color:#eeeeee;
 }
 
 #imgthumbnails li a:hover {
 background-color:#09B772;
 }
 
 #imgthumbnails img {
  margin-left: auto;
  margin-right: auto;
  display:block;
  /*border: 4px solid #cccccc;*/
 }
 
 
 
 #imgfoot a:link {
  color:#09B772;
  text-decoration: none;
  background-color: none;
  }
 #imgfoot a:hover {
  color:#09B772;
  text-decoration: none;
  background-color: none;
  text-decoration: underline;
  }
 #imgfoot a:visited {
  color:#09B772;
  text-decoration: none;
  background-color: none;
  }
 
 #imgfoot {
  font-size: 0.9em;
  text-align: right;
  /*float: right;*/
  /*background-color: #eeeeee;*/
  /*width: 445px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding-top: 2px;
  
 }
 
 /*FORMULARE*/
 
.form_text_large {
background-color: #F2F8EB;
margin-top: 5px;
margin-bottom: 10px;
  border: 1px solid #003300;
  width: 300px;
 }
 
 .form_text_small {
 margin-top: 5px;
 margin-bottom: 10px;
  border: 1px solid #003300;
  width: 300px;
 }
 
 .form_textarea {
 background-color: #F2F8EB;
 margin-top: 5px;
 margin-bottom: 10px;
  border: 1px solid #003300;
  width: 300px;
  height: 90px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
 }
 
 .form_submit {
  border: 1px solid #003300;
  background-color: #eeeeee;
 }
 
 .form_checkbox {
  border:  1px solid #cccccc;
  width: 15px;
  height: 15px;
 }
 
 p.error_msg {
  font-weight: bold;
  font-size: 11px;
  color: #C9252B;
 }
 

