* {
	margin:0;
	padding:0;
}

html { 
	margin-bottom: 1px;
	height: 100%!important;
	background:#fff;
	color:#000;
	font: .8em/1.5em Verdana,Arial,Helvetica,sans-serif;
} 

body {
	min-height:101%; 
	background-color:#EBF1EB;
}

a:link,a:visited,a:active {
	color:#2E6B2E;
	text-decoration:none;	
}

a:hover,a:focus {
		text-decoration:underline;
}

#page {
	width:950px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	/*border:1px solid #2E5A6B;*/
}

#header {
	background:url(../images/logo.jpg) 10px 10px no-repeat;
	height:131px;
	width:950px;
	margin:0;
	padding:0;
}

#header h1 {
	margin-left:170px;
	font-size:4em;
	color:#2E6B2E;
	line-height:60%;
	margin-top:25px;
}

#header a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#navigation {
	margin-left:170px;
	margin-top:-3em;
	margin-bottom:6em;
}

#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation li {
	float:left;
	margin-right:1em;
}

#navigation a {
	width:8em;
	display:block;
	padding:.5em;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#ddd;
	background-color:#fff;
}

#navigation a:hover,#navigation a:focus,#navigation a.aktuell {
	text-decoration:none;
	background-color:#2E6B2E;
	border-color:#2E6B2E;
	color:#fff;
}

#content {
	margin-top:1em;
}

#frmKontakt img {
	padding:0;
	margin:0;
	border:none;
}

img {
	border:none;
}

#foot {
	margin:1em 0 0 0;
	line-height:150%;
	clear:both;
	padding:1em;
	font-size:0.9em;
}

#foot p {
	color:#000;
	margin-bottom:0;
	text-align:center;
}

#foot_print {
	display:none;
}

h1,h2,h3,p,td,li,legend {
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	margin-bottom:1em;
}

h1,h2,h3 {
	color:#2E6B2E;	
}

h1 {
	font-size:1.5em;
}

h2 {
	margin-top:1.5em;
	margin-bottom:.5em;
	font-size:1.2em;
}

h2 + ul {
	margin-top:-0.5em;
}

p + ul {
	margin-top:-0.5em;
}

ul {
	margin-left:1.25em;
}

li {
	margin-bottom:0;
}

hr {
	color:#00487D;
}

fieldset {
	padding:1em;
	margin-bottom:1em;
	margin-top:0;	
}

legend {
	color:#2E6B2E;
	font-weight:bold;
}

#frmKontakt label {
	display:block;
	float:left;
	width:8em;
}

.required {
	margin-left:1ex;
	font-size:smaller;
	color:red;
}

button {
	color:#660000;
}

.fehler {
	border:1px dotted red !important;
}

textarea {
	width:95%;
	height:15em;
}

label {
	font-weight:bold;
	color:#2E6B2E;
}

/*Bildverwaltung*/

.bildliste {
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	margin:1em;
	text-align:center;
	border:1px solid #eeeeee;
	padding:0.25em;
}

.bildliste img {
	width:50px;
	border:none;
}

.vorschau {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	padding:0.5em;
	background-color:#eeeeee;
	border:1px solid #000000;
}

.vorschau p {
	margin:0;
}

/*TinyMCE*/

body.mceContentBody {
  background-color:#FFFFFF;
}

.mceLayout {
	width:100% !important;
}

#txt_ifr {
	width:100% !important;	
	height:30em !important;
}

/*Klassen für CMS*/
.infobox {
	float:right;
	width:12em;
	margin-left:0.5em;
	padding-top:1em;
}

.grafik-rechts {
	float:right;
	margin-left:1em;
	margin-bottom:0.5em;
}

/*Ideen*/

.idee {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:1em 1em 0 1em;
	width:600px;
	margin:0 auto 1em auto;
	position:relative;
}

.idee .ranking {
	position:absolute;
	right:10px;
	top:10px;
}

.idee .logo {
	float:left;
	margin-right:1em;
}

.idee h2 {
	margin:0;
	padding:0;
}
