@charset "utf-8";

/* Reset * * * * * * * * */
*{
	margin: 0;
	padding: 0;
}



html {
    min-height: 100%;
    position: relative;
}

img{
	max-width: 100%;
}

body{
	font: 400 15px/24px 'Droid Sans', Helvetica, Arial, sans-serif;
	color:  #2c3133;


	

	
}
	

/* Layout * * * * * * * * */





.wrapper{
	width:960px;
	margin: 0 auto;
	overflow: hidden;
}

#wrapper{
	width:960px;
	margin: 0 auto;
}

#wrapper img{
margin-left: 10px;
}



#header{
	background: #2E6321;
	padding: 22px 0;
	margin-bottom: 30px;
}

#header1{
	background: #ffffff;
	padding: 22px 0;
	margin-bottom: 30px;
}

.home{
	margin-bottom: 0 !important;
}



#teaser2{
	background: #ffffff;
	padding-bottom: 50px;
	
}







#footer{
	background: #295d1c;
	padding: 20px 0 50px;
	margin-top: 50px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 200px;
	width: 100%;
}




/* Spalten * * * * * * * * */

.col_1, .col_1_2, .col_1_3, .col_2_3{
	float: left;
	margin: 20px 10px;
	}


.col_1{ 
	width:940px;
}

.col_1_2{
	width:460px;
}

.col_1_3{
	width:300px;
	position: relative;
}

.col_2_3{
	width:620px;
}

.col_1_4{
	width:200px;
	margin: 20px 10px 0;	
	float: left;
}


.col_3_4{
	width:720px;
	margin: 20px 10px 0;	
	float: left;
}

.alignright{
	float: right;
	margin: 5px 0 15px 15px;
}

.alignleft{
	float: left;
	margin: 5px 5px 15px 0;
}

/* Navigation */

ul#navigation{
	float: right;
	margin: 30px 0px 0px 0;
}

ul#navigation li{
	display: inline;
	margin: 0 0 0 25px;
	list-style: none;
	position: relative;
}

ul#navigation li a{
	color: #393834;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	transition: all 0.15s linear 0s;
}

ul#navigation li a:hover, ul#navigation li a.active, ul#subnavigation .active, #subnavigation li a:hover{
	color: #ff621c;
} 






/* Typografie */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 10px 0;
}

h1{
	color: #2E6321;
	font-size: 30px;
	line-height: 60px;
}

h2{

	font-size: 25px;
	line-height: 34px;
}

h3{
	font-size: 22px;
	line-height: 32px;
}

h4{
	color: #2E6321;
	font-family: 'Indie Flower', cursive;
	font-size: 25px;
	line-height: 60px;
}

h5{
	font-size: 19px;
	line-height: 28px;
}

h6{
	font-size: 18px;
	line-height: 26px;
}



#teaser h1{
	color: #ffffff;
	font-size: 42px;
	line-height: 54px;
	margin: 20px 0;
	text-shadow: 1px 1px #1d1d1d;
}

#teaser h2{
	color: #ffffff;
	font-size: 45px;
	margin-bottom: 20px;
	font: 19px/28px 'Droid Sans', Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
	text-shadow: 1px 1px #1d1d1d;
}

a{
	color: #ff621c;
	text-decoration: none;
}

a1{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial;
}

a:hover{
	color: #2c3133;
}

#footer a:hover{
	color: #fff;
}

p{
	margin-bottom: 12px;
}

.teaser{
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 30px;
}

 


/* Formular */

label { 
  display: block;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 6px;
}

input[type='text'],input[type='checkbox'], input[type='radio'],
textarea, select {
    margin-bottom: 24px;
}

input[type='text'], textarea, select {
  width: 400px;
  border: 1px solid #999;
  padding: 5px;
  font: 400 15px/24px 'Droid Sans', Helvetica, Arial, sans-serif;
}

textarea {
  height: 120px;
}
input:hover, textarea:hover {
	border: 1px solid #ff5e1c;
}

input:focus, textarea:focus {
	border: 1px solid #ff5e1c;
	background: #eee;
}


input[type='submit'], input[type='reset']{
	border: 0;
	cursor: pointer;
	margin-right: 20px;
	background: #ff621c;
	padding: 4px 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	text-shadow: 1px 1px #842e08;
}


input[type='reset']{
	background: #849399;
	text-shadow: 1px 1px #444;
}

input[type='submit']:hover, input[type='reset']:hover{
	background: #fff;
	color: #ff621c;
	text-shadow: none;

}


/* Druckformatierung */

@media print {

#header, #footer {
display: none;
}

}



