/* seitlicher Scrollbalken **********************************/
html {
	overflow-y: scroll;
}


html, body {
	background: #DDDDBB;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

ul, li, p {
	margin: 0;
	padding: 0;
}

body {
	font: normal 1em  Verdana, Geneva, sans-serif; 
}

h1 {
	font-size: 1.5em;
	margin: .5em 0 .8em;
}
 h2 {
	font-size: 1.1em;
	margin: 1.25em 0 .5em;
}
h3 {
	font-size: 1em;
	margin: 0 0 .25em;
}
p {
	margin: 0 0 1em;
	font-size: .9em;
}

ol {
	margin: 0 0 1em 24px;
}
ul {
	margin: 0 0 1em 18px;
	font-size: .9em;
}

ul li{
	margin:0;
	padding:0;
	list-style-image: url(list-style-image.png) 
}

.zitat{
	font-size: .9em;
	color: #686836;
	text-align:right;
	margin-bottom: .2em;
	font-weight: bold;
	
}
.quelle{
	font-size: 0.8em;
	color: #686836;
	text-align:right;
	margin-top: 0;
}

.prominent{
	font-size: 1.1em;
	margin: 3.5em 1.5em;
	font-weight: bolder;
	
}


/* Rahmen um den gesamten body-Bereich **********************************/
div#rahmen {
	position:relative
	min-height: 100%;
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
}


/* Kopfbereich **********************************************************/
div#kopf {
	margin-top:10px;
	border-bottom: solid 15px #999666;
	position: relative;
	width: 100%;
	height: 85px;
	background: #FFFFFF;
	/*background: #FFFFFF url(logo.png) no-repeat;*/
}

div#kopf img {
	margin-top:15px;
	border:none;
}

.kopftext {
	margin-left: 22px;
	font-size: 0.8em;
}

	
/* Menue *****************************************************************/	
div#menue {
	position: relative;
	padding: 0;
	margin: 0;
	background: #CCCC99;
	border-top: 3px solid white;	
	border-bottom: 2px solid #FFFFFF;
	height: 34px;
	line-height: 35px;
}
div#menue ul {
	margin: 0 auto;
}

div#menue ul li {
	list-style: none;
	float: left;	
	border-top: 0;
	border-right: solid 3px white;
	text-align:center;
	letter-spacing: 1px;
	color:black;
	font-weight: bold;
	font-size:1.2em;
	background: #CCCC99 url(button-link.png) bottom left repeat-x ;
	list-style-image: none;
  }
  

div#menue li a {
	color: #FF6600;
	text-decoration: none;
	padding: 6px 12px;
}


div#menue ul li a:hover {
	background: #006000  url(button-hover.png) bottom left repeat-x ;
	color: black;
}

div#menue li strong {
	padding: 6px 12px;
	background: #999666 url(button-aktiv.png) bottom left repeat-x ;
}

/* Inhalt *************************************************************/		
div#inhalt {
	clear:both;
	margin:0;		
	padding: 10px 30px;
	font-size: 1em;
}


div#inhalt .zentriert {
	text-align: center;
}

div#inhalt a {
	color: #006000;
	text-decoration: none;
}

div#inhalt a:hover {
color: #CF8B48;
}

div#kontakt {
	display:block;
	float:left;
	width: 430px;
	border: 2px solid #DDDDBB;	
	padding: 15px;
	margin-right: 20px;
	margin-bottom:20px;
}
	
div#kontakt .formullable {
	display:block;
	float: left;
	width: 40px;
	margin-left: 10px;
	margin-right: 50px;
}

div#kontakt .inputfelder {
	border: 1px solid #999666;		
}


div#kontakt .pflicht {
	font-size: .8em;
	color:#C30;
}

div#kontakt .senden {
	margin-top: 10px;
	margin-left: 330px;	
	margin-bottom: 10px;
	cursor: pointer;
	background-color:#ddddbb;
	width:90px;
	padding:4px;
}

div#kontakt .senden:hover {
	background: #b7b593;	
}

div#adresse a {
	color: color: #FF6600;
}

/* Fußbereich ************************************************************/
div#fuss {
	clear: both;
	border-top:solid 10px #999666;
	line-height: 30px;
	text-align: center;
	font-size: 0.8em;
	color: 006000;
	background: #FFFFFF  url(fuss.png) bottom left repeat-x;
}

div#fuss a {
	color: #FF6600;
	text-decoration: none;
}

div#fuss a:hover {
color: #cf8b48;
text-decoration: none;
}