* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #000;
	background: #fff;
	font-size: 85%;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div#container {
	margin: 0 auto;
	width: 500px;
	text-align: left;
}
div#header {
	height: 120px;
	margin: 20px 0px;
}
h3, h1 {
	font-size: 1.5em;
} 
h4 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #f29400;
}

div.slider {
	margin: 10px 20px;
	line-height: 140%;
	padding: 0 3px;
}
.slider a:link, #footer a:link, .slider a:visited, #footer a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ccc;
}
.slider a:hover, #footer a:hover {
	background: #ffedd0;
	color: #f29400;
	border: none;
}
.slider p {
	margin: 10px 0px;
}
.slider img {
	border: 1px solid #ccc;
}
.slider strong {
	color: #f29400;
}	
div#footer {
	margin: 20px;
	padding: 3px;
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: .8em;
}
.showh{
	height:30px;
	margin:0 20px 0 20px;
	padding:5px 10px 5px 0px;
	text-align:left;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.showh a:link{
	text-decoration:none;
	border-bottom:0px solid #ccc;
	color: #707072;
}
.showh a:visited{
	text-decoration:none;
	border-bottom:0px solid #ccc;
	color: #707072;
}
.showh a:hover{
	background:#ffedd0;
	text-decoration:none;
	border-bottom:0px solid #ccc;
	color:#f29400;
}
ul#download a:link, ul#download a:visited {
	display: block;
	margin: 2px;
	padding: 8px 0px 8px 30px;
	background: #fafafa url(../img/pdf.gif) center left no-repeat;
	border: 1px solid #ccc;
}
ul#download a:hover {
	background: #ffedd0 url(../img/pdf.gif) center left no-repeat;
	border: 1px solid #f29400;
}
input, select, textarea {
	background-color: #fafafa;
	border: 1px solid #ccc;
	width: 444px;
	padding: 3px 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	height: 80px;
}
form ul li {
	margin: 10px 0 10px 0;
}
#betreff, #send {
	width: 450px;
}
p.msg {
	color: #f29400;
	background-color: #ffedd0;
}
