@charset "utf-8";

html, body {
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%;  /*Mindesthöhe für den IE */
} 
body {
	font-family: 'Trebuchet MS', 'MyriadCondensedWebRegular', Arial, Helvetica;
	background-color: #7e2422;
	margin: 0; 
	padding: 0;
	color: #6d1515;
	overflow-y: scroll;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
.klein {
	font-size: 0.7em;
	font-weight: bold;
}
hr {
	border: dotted 1px #BC6B00;
}
input[type="text"], input[type="password"], input[type="select"] {
    background-color: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    font: 14px Calibri, "Trebuchet MS", Tahoma, Verdana;
    height: 20px;
    margin: 4px 0;
	color: #902F2F;
}
textarea {
    background-color: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    font: 14px Calibri, "Trebuchet MS", Tahoma, Verdana;
    height: 100px;
    margin: 4px 0;
	color: #902F2F;
}
input[type="submit"], input[type="button"] {
    background-color: #BC6B00;
    border: 1px solid #666;
    border-radius: 5px 5px 5px 5px;
    color: #E8D390;
    cursor: pointer;
    height: 24px;
    margin-top: 4px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #7E5115;
	color: #fff;
	}
#content a, a:visited {
	color: #BC6B00;
	text-decoration: none;
	font-weight: bold;
	padding: 0 4px;
}
#content a:hover {
	color: #ECCA8D;
	text-decoration: none;
	background-color: #BC6B00;
}
#content a.text, a.text:visited {
	color: #BC6B00;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
}
#content a.text:hover {
	text-decoration: underline;
	background: none;
}
#content .anker:hover {
	background-color: #fff;
}
#content .arrow {
    border-bottom: 5px solid transparent;
    border-left: 7px solid #6d1515;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    margin: 2px 0;
    width: 0;
}
#content img {
	float:left;
	margin:0 18px 6px 0;
}
#galerie {
	position:absolute;
	right:30px;
	top:28px;
	width:350px;
	height:270px;
}
#oben {
	width: 870px;
	height: 80px;
	position: relative;
	margin: auto;
}
#main {
	width: 850px;
	height: auto;
	margin: auto;
	-webkit-box-shadow: 4px 6px 10px #333, -4px 6px 10px #333;
	-moz-box-shadow: 4px 6px 10px #333, -4px 6px 10px #333;
	box-shadow: 4px 6px 10px #333, -4px 6px 10px #333;
	border: #efefef 1px solid;
	position: relative;
	background-color: #b1b1b1;
	padding: 10px;
}
#header {
	width: 850px;
	height: 150px;
	position: relative;
	background-image: url(bilder/header.jpg);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#content {
	width: 794px;
	height: auto;
	min-height: 300px;
	position: relative;
	background-color: #efefef;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 28px;
	margin-top: 15px;
	text-align: justify;
}
#unten {
	width: 870px;
	height: 80px;
	position: relativ;
	margin: auto;
}
ul {
	padding: 0 8px;
}
#menu {
	font-family: 'Trebuchet MS', 'MyriadCondensedWebRegular', Arial, Helvetica;
	color: #E3D189;
	line-height: 30px;
	height: 30px;
	font-size: 1.0em;
	background-color: #bc6b00;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#menu a {
	color: #E3D189;
	text-decoration: none;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	padding: 0 20px;
	height: 30px;
	float: left;
}
#menu ul li.active {
	background-color: #7e5115;
}
#menu ul li:hover {
	background-color: #7e5115;
}
#menu .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: relative;
	width: 0;
	height: 0;
	top: -1px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #6d1515;
}
.dropotron {
	font-family: 'Trebuchet MS', 'MyriadCondensedWebRegular', Arial, Helvetica;
	color: #E3D189;
	min-width: 140px;
	padding: 10px;
	background-color: #7e5115;
	list-style: none;
	line-height: 2.0em;
	margin-top: 0;
	-moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.dropotron li {
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	position: relative;
	border-top: dotted 1px #E3D189;
	padding: 0 14px;
	font-size: 0.9em;
}
.dropotron li:hover {
	background-color: #543206;
}
.dropotron li a {
	color: #E3D189;
	text-decoration: none;
	font-size: 0.9em;
}
#clear {
	clear: both;
}
#main, #header, #content, #menu {
	behavior: url(PIE.htc);
}
.graphy {
line-height: 25px !important;
}