@charset "UTF-8";
html{
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 15px;
	padding-left: 15px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */
}

a{ text-decoration:none;
color:#000;
	}
	
a:hover{
	text-decoration: underline;
}

img{
	border:none;
}

h1{
	color:#fff;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin-bottom:10px;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0.05em;
}

h2{
	color:#fff;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.05em;
}

h3{
	color:#963131;
	font-size:16px;
	margin:25px 0 10px;
}

h4{
	color:#963131;
	font-size:19px;
	margin:0 0 10px;
}

.header {
	background: url(../Bilder/header_bg.jpg) no-repeat top center;
	height:101px;
}

.header_inner {
	margin:0 auto;
	width:980px;
}

.header_lf{
	float:left;
	margin-top:30px;
}

.header_rt{
	float:right;
	margin-top:12px;
	width:700px;
	text-align:right;
	border-bottom: 2px solid #fff;
}


.content {
	background:url(../Bilder/content_bg.jpg) repeat-x bottom;
	padding: 10px 0;
	overflow:hidden;
}

.container{
	margin:0 auto 10px;
	padding: 20px;
	background: #FFF;
	width:940px;
	box-shadow:0px 0px 5px #999999;
	-moz-box-shadow:0px 0px 5px #999999;
	-webkit-box-shadow:0px 0px 5px #999999;
}

.main{
	width:580px;
	float:left;
	text-align:justify;
}

.liste, .liste_black{
	padding:0 15px;
	margin-left:50px;
	margin-bottom:10px;
}

.liste li{
	color:#963131;
	margin:3px 0;
}

.liste_black li{
	margin:3px 0;
}

.sidebar{
	width:340px;
	float:right;
}
.box_bild{
	background:#CCC;
	margin-bottom:5px;
	padding:5px 20px;
}
.box_head {
	background:#f0d7d7;
	color:#ac3939;
	margin:5px 0;
	padding:15px 20px;
	font-size:16px;
}

.box {
	background:#f0d7d7;
	padding:20px;
}

.box p{
	padding:0;
	margin-bottom:12px;
}

.box_lf{
	 float:left; 
	 margin-right: 28px;
}

.box_rt{
	 float:right;
}


/* ~~ Fußzeile ~~ */
.footer {
}

.footer_top{
	background:#fff;
	height:40px;
}

.footer_bottom{
	background:#740808;
	height:33px;
	color:#fff;
}

.footer_inner{
	margin:0 auto;
	width:980px;
	padding:5px;
}

.footer_inner ul{
	list-style: none;
	padding:0;
	margin:5px 0 0;
}

.footer_inner li{
	float: left;
	margin: 0 12px;
}

.footer_inner li a{
	text-decoration: none;
	color:#740808;
}

.footer_inner li a:hover, .footer_inner li a.current{
	text-decoration: underline;
}


.footer_inner p{
	margin:4px 0 0;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.menu{
	margin:10px auto;
	width:980px;
	height:40px;
}

.menu ul{
	list-style:none;
	padding:0;
	margin:0;
}

.menu li{
	float:left;
}

.menu li a{
	-moz-box-shadow: 0px 1px 2px 0px #8a8a8a;
	-webkit-box-shadow: 0px 1px 2px 0px #8a8a8a;
	box-shadow: 0px 1px 2px 0px #8a8a8a;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #641515), color-stop(1, #9c3e3e) );
	background:-moz-linear-gradient( center top, #641515 5%, #9c3e3e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#641515', endColorstr='#9c3e3e');
	background-color:#641515;*/
	background:url(../Bilder/btn_bg.jpg) repeat-x;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #a96b6b;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:10px 26.8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #545454;
}

.menu li a:hover, .menu li a:focus, .menu li a#current{
	background:url(../Bilder/btn_bg_hover.jpg) repeat-x; !important
	filter: none;
	background-color: none;
	border: 1px solid #a96b6b; !important
	-moz-box-shadow: 0px 1px 2px 0px #8a8a8a;
	-webkit-box-shadow: 0px 1px 2px 0px #8a8a8a;
	box-shadow: 0px 1px 2px 0px #8a8a8a;
	color:#a62727;
	text-shadow:1px 1px 0px #edf5f8;
	text-decoration:none;
	padding:10px 26.8px;
	display:inline-block;
}

a:hover #current{
	background:url(../Bilder/btn_bg_hover.jpg) repeat-x; !important
	border: 1px solid #a96b6b; !important
	-moz-box-shadow: 0px 1px 2px 0px #8a8a8a;
	-webkit-box-shadow: 0px 1px 2px 0px #8a8a8a;
	box-shadow: 0px 1px 2px 0px #8a8a8a;
	color:#a62727;
	text-shadow:1px 1px 0px #edf5f8;
	text-decoration:none;
	padding:10px 26.8px;
	display:inline-block;
}

.menu li a:active {
	position:relative;
	top:1px;
}


hr {
    padding: 0;
    border: none;
    border-top: medium double #841c1c;
    color: #841c1c;
    text-align: center;
	margin:30px 12px 15px;
}
hr:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.box_tel{
	border:1px solid #841c1c;
	padding:10px;
	text-align:center;
	width:40%;
	margin:0 auto;
}
.box_tel img{
	float:left;
	margin-left:22%;
	margin-top:-5px;
}
.box_tel span{
	margin-left:-50px;
}
.mail{
	padding:0 15px;
}
#formail{
	
}
#formail label{
	display: block;
	margin: 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
#text{
	background: #f8f8f8;
}
input{
	width:60%;
	height:25px;
}
textarea{
	border: 1px solid #CCC;
	padding: 3px;
	resize:none;
	width:100%;
}
textarea:focus, input:focus {
        border: 2px solid #f0d7d7;
}
select{
	height:30px;
	width:30%;
	padding:5px;
}

#sendmail{
	background:url(../Bilder/btn_bg_hover.jpg) repeat-x; !important
	border: 1px solid #a96b6b; !important
	-moz-box-shadow: 0px 1px 2px 0px #8a8a8a;
	-webkit-box-shadow: 0px 1px 2px 0px #8a8a8a;
	box-shadow: 0px 1px 2px 0px #8a8a8a;
	color:#a62727;
	text-shadow:1px 1px 0px #edf5f8;
	text-decoration:none;
	padding:8px 25px;
	display:inline-block;
	height:auto;
	width:auto;
	margin-top: 20px;
	font-size:14px;
	border:none;
	cursor:pointer;
}
#sendmail:active {
	position:relative;
	top:1px;
}
#response{
	display: none;
	padding: 10px;
	width: 58%;
	margin: 0 0 15px;
	color: #930;
	background: #f0d7d7;
}
