@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 10px;
	padding-left: 10px; 
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	color: #54a341;
}
h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #00704f;
}

h3 {
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #54a341;
}

.sidebartxt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	}
.sidebartxt p {
    padding-bottom: 2px;
	margin-bottom: 2px;
	}	
	
p {
    padding-bottom: 5px;
	margin-bottom: 5px;
	}	
	

.greentext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #00704f;
	}

a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#sidebar1 a:link {
	color: #666;
	text-decoration: none; 
}
#sidebar1 a:visited {
	color: #666;
	text-decoration: none;
}
.container {
	width: 700px;
	margin: 0 auto; 
	background-image: url(../images/bg-wrapper.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	padding: 40px 0 20px 15px
}
#sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
}
.content {
	padding: 0;
	width: 480px;
	float: left;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;  
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Kontaktformular*/

label, select {
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 0 0 10px 10px;
}
input {
	height: 17px;
	width: 160px;
	border: 1px solid #ccc;
	margin: 5px 0 3px 10px;
}

select {
	height: 20px;
	width: 160px;
	border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0 0 8px 10px;
}

textarea {
	height: 100px;
	width: 160px;
	border: 1px solid #ccc;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */


}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
  color: #fff;
  background-color: #54a341;
  margin: 3px 0 0 10px;
}

input#reset { /* den Reset-Button */
  width: auto;
  color: #666;
  margin: 3px 0 0 10px;
}

input:hover,
textarea:hover{
	border: 1px solid #999;
	background-color: #CCC;
}

input:focus,
textarea:focus{
	border: 1px solid #000;
	color: #FFF;
	background-color: #54a341;
}

/* Ende Kontaktformular */