/* CSS Document */
* {
	margin:0;
	padding:0
}
body {
  font-family: Arial, Verdana, Tahoma, 'Trebuchet MS'; 
	font-size:11px;
	margin:0;
	padding:0;
  background-color: #ffffff;
  color: #2F2F2F;
}

.google_nav1 {
  margin: 0px 0px 0px 5px;
  width: 160px;
  height: 600px;
}
.google_nav2 {
  margin: 0px 0px 0px 3px;
  width: 120px;
  height: 240px;
}

.google_rechts {
  float: right;
  height: 250px;
  width: 300px;
  margin:6px 0px 0px 10px;  
}
.google_links {
  float: left;
  height: 125px;
  width: 125px;
  margin: 6px 10px 0px 0px;    
}


img.img_rechts {
  float: right;
  margin: 7px 0px 2px 15px;
}

img.img_links {
  float: left;
  margin: 7px 15px 2px 0px;
}

img.img_full {
  margin: 4px 0px 10px 0px;
}

img.img_top {
  margin: 0px 0px 10px 0px;
}

div.clear_nav {
  clear:both;
  margin: 0px 0px 10px 0px;
}



a, a:link, a:visited, a:active, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer;
}
a:link {
	color:#456200;
}
a:visited {
	color:#456200;
}
a:active {
	color:#456200;
}
a:hover {
	color:#A32C00;
  text-decoration: underline;
}

#wrap {
	margin: 0 auto;
  width: 1000px;
}

#header {
  background-image: url(images/bg_head.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 1000px;
  height: 145px;
  padding: 45px 0px 0px 0px;
}

#content {
  background-image: url(images/bg_content.jpg);
  background-repeat: repeat-y;
  min-height: 400px;
  width: 1000px;
  color: #2F2F2F;
}

#cont_right {
  float: right;
  font-size: 13px;
  line-height: 18px;
  width: 760px;
  min-height: 250px;
  margin: 0px 28px 0px 0px;
  padding: 5px 0px 30px 0px;
}

p {
  font-size: 13px;
  line-height: 20px;
  margin: 8px 0px 8px 0px;
}



#cont_left {
  float: left;
  width: 168px;
  min-height: 250px;
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 30px 0px;  
}

#cont_left h2 {
  font-size: 12px;
  margin: 0px 4px 0px 6px;
  padding: 0px;
  color: #FFFFFF;
  font-weight: bold;
}

#cont_left p {
  font-size: 11px;
  line-height: 16px;
  margin: 8px 4px 8px 6px;
  text-align: justify;
  color: #FFFFFF;
}

#cont_left p a {
  color: #A4D923;
  text-decoration: none;
} 

#cont_left p a:hover {
  color: #A4D923;
  text-decoration: underline;
}

#cont_left hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:15px 5px;
	line-height:0px;
	background-color:transparent;
	border: dotted #FFFFFF;
	border-width:0px 0px 1px 0px;
  text-align: center;
}




.navigation {
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;

}

.navigation a {
  text-decoration: none;
  color: #ffffff;
}

.navigation a:hover {
  text-decoration: none;
  color: #A4D923;
}

.navigation a.select {
  text-decoration: none;
  color: #A4D923;
}



.breaker {
 padding: 0px 0px 30px 18px;
}


h1 {
  margin: 0px 0px 10px 0px;
  color: #556F16; 
  font-size: 16px;
  padding: 0px;
  font-weight: bold;
}

h2 {
  margin: 0px 0px 5px 0px;
  color: #556F16; 
  font-size: 15px;
  padding: 0px;
  font-weight: bold;
}


#footer {
  background-image: url(images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 1000px;
  height: 60px;
}

#copyright {
  width: 1000px;
  text-align: center;
  padding: 25px 0px 0px 0px;
  font-size: 9px;
  font-weight: bold;
}

#copyright a {
  color: #556F16;
  text-decoration: none;
  font-weight: bold;
}

#copyright a:hover {
  color: #A32C00;
  text-decoration: underline;
} 

input, textarea {
  padding: 3px;
}

  
