/* scrollbalken im IE*/
html, body, textarea {
	SCROLLBAR-FACE-COLOR: #E5CA90; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E5CA90; 
	SCROLLBAR-SHADOW-COLOR: #E5CA90; 
	SCROLLBAR-3DLIGHT-COLOR: #712F19; 
	SCROLLBAR-ARROW-COLOR: #712F19; 
	SCROLLBAR-TRACK-COLOR: #712F19; 
	SCROLLBAR-DARKSHADOW-COLOR: #712F19;}

* {
	margin: 0;
	padding:5;
}

body {
background: #E5CA90 url(img/bg_header.jpg) repeat-x;
/*background: #E5CA90;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

img { border:none}

.rahmen {  border: 1px #712F19 solid}
hr {text-align:center; width:400px; color:#712F19;border:1px solid;}

.formtext {font-family:verdana, Arial,Helvetica,sans-serif;background-color :#E5CA90;  font-size: 11px; color: #000000;  border-left: 1px solid #712F19; border-bottom: 1px solid #712F19; border-right: 1px solid #712F19; border-top: 1px solid #712F19 }
.butts { font-size: 11px; width: 130; color: #712F19; font-weight: bold; background-color: #fcfcf0; border-left: 1px solid #712F19; border-bottom: 1px solid #712F19; border-right: 1px solid #712F19; border-top: 1px solid #712F19}

h3 {margin-top:10px;color:#000000;   text-shadow:black; font-size:13pt; font-family: Arial,Helvetica,sans-serif; font-weight:bold;}
h4 {color:#000000;  text-shadow:black; font-size:12pt; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}
h5 {margin-top:5px;margin-bottom:5px;color:#000000; text-shadow:black; font-size:11pt; font-family:Arial,Helvetica,sans-serif; font-weight:bold;}

a {
text-decoration: none;
color: #712F19;
}
a:hover {
text-decoration: none;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 131px;
background: #E5CA90 url(img/header.jpg) no-repeat;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #712F19;
}
#header h1 a { 
color: #712F19;
text-decoration: none;
font-weight:bold;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #aaa;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.right {
float: right;
width: 570px;
/*text-align: justify;*/
padding-top: 10px;
}
.right h2 {
font-size: 18px;
font-weight: bold;
height: 30px;
line-height: 30px;
color: #712F19;
}
.right h2 a {
text-decoration: none;
color: #712F19;
}
.right h2 a:hover {
color: #000;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}

.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
background: #be9c64 url(img/bg_header.jpg);
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color: #000000;
}
.left ul li a:hover {
	color: #712F19;
/*border-bottom: 1px dotted #712F19;*/
}

#footer {
text-align: center;
font-size: 11px;
margin-top: 40px;
border-top: 1px dotted #712F19;
padding-top: 10px;
padding-bottom: 10px;
}
