html {
	
	  height: 100%;
	
}

body {

	font-family: "minion-pro",sans-serif;
	background: url(/img/back.jpg) top center fixed;
	margin: 0;
	padding: 0;
	font-style: normal;
	background-color: #ffffff;
	height: 100%;
	font-size: 13px;
	
}


img {
	
	border: 0px;
	
}

h1 {
	
	 font-family: "futura-pt",sans-serif;
	 font-weight: 700;
	 color: #85817a;
	 font-size: 55px;
	 line-height:60px;
	 text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
}




h2 {


	color:#6a8a54;
	font-size: 18px;
	font-weight: bold;	
	text-transform: uppercase;
	line-height: 20px;
	
	
}


h3 {


	color:#6a8a54;
	font-size: 14px;
	font-weight: bold;	
	text-transform: uppercase;
	line-height: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}



.head_gruen {
	
	color: #76916e;
	
}


#navigation {

	width: 70%;
	margin:0  auto; 
	background: rgb(255,255,255); /* The Fallback */
 	background: rgba(255,255,255,0.85);
	margin-top: 20px;
	padding: 8px;
		
}

#navigation-inner {
	
	border: 1px dashed #6a8a54;
	padding: 15px;
		
}

.nav-element {
	margin-bottom: 5px;
	
}


.nav-element a {
	
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	color: #85817a;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 20px;
		
}


.nav-element .selected {
	
	border-bottom: 1px dashed #85817a;
}


.nav-element a.selected  {
	
	color: #76916e;
		
}

#subnavigation {
	
	
	margin-bottom: 10px;
}


.subnavigation {
	margin: 5px 0px;
	padding:0px;	
	

}

.subnavigation a {


	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	color: #85817a;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 15px;

}

a.subnavselected {
	
	color: #76916e;
	border-bottom: 1px dashed #85817a;

	
}


.control-label {
	
	font-family: "futura-pt",sans-serif;
	font-weight: 200;
	color: #85817a;

	
}

 .stoerer {
		clear: both;
		margin-top: 0px;;
		float:right;
		}

ul {
	
	margin-top: 10px;
/* 	max-width:50%; */
	margin: 0;
	border: 1px dashed #6a8a54;
	padding: 15px;
	
	
}

ul li {
	
	list-style: circle;
	margin-left: 20px;
	
	
}

table {
	
	border-collapse:collapse;
	
}

table td {
	
	text-align: center;
	border: 1px dashed #6a8a54;
	
}


input, textarea, .uneditable-input {
width: 80%;

}





.btn-primary {

background-color: #6a8a55;
background-image: -moz-linear-gradient(top, #939c8d 0%, #6a8a54 100%);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#939c8d),to(#6a8a54));
background-image: -webkit-linear-gradient(top,#939c8d,#6a8a54);
background-image: -o-linear-gradient(top,#939c8d,#6a8a54);
background-image: linear-gradient(to bottom, #939c8d 0%, #6a8a54 100%);
background-repeat: repeat-x;
border-color: #002a80;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #6a8a55;
  *background-color: #6a8a55;
}


/* Large desktop */
@media (min-width: 1200px) { 


	

 }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	
		

 }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	

 }
 
/* Landscape phones and down */
@media (max-width: 480px) { 

	 .stoerer {

		clear: both;
		float:right;
		margin-top: 50px;

	
}		
				

 }






