html * { font-size: 100.01% }
body {
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 90%;
}
#layer {
	position: absolute;
	left: 50%;
	width: 970px;
	height: 630px;
	margin-left: -482px;
	z-index: 1;
}
#outer {
	width: 970px;
	margin: auto;
}
#navi {
	height: 44px;
	position: relative;
}
#navi_flash {
	position: absolute;
	right: 37px;
	z-index: 0;
}
#head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 181px;
	width: 970px;
}
#news {
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	height: 389px;
	width: 210px;
	float: left;
	padding: 10px 20px 10px 5px;
}
.neu .neu_head {
	color: #750207;
	font-weight: bold;
	margin-bottom: 5px;
}
.neu {
	margin: 10px 0px 5px 0px;
	background-image: url(../images/line_small.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.neu a {
	display: block;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content {
	padding: 10px;
	position: relative;
}
#content img {
	padding: 10px;
	border: 0px;
}
#content .thumbnail {
	padding-top: 25px;
	padding-bottom: 0px;
}
.info_frame {
	position: absolute;
	background-image:url(../images/info_frame.gif);
	width: 280px;
	height: 80px;
	padding: 10px;
}
form {
	position: relative;
}
#hint_firma {
	top: -90px;
	left: 260px;
	display: none;
}
#hint_name {
	left: 260px;
	top: -35px;
	display: none;
}
#hint_vorname {
	left: 260px;
	top: -3px;
	display: none;
}
#hint_strasse {
	left: 260px;
	top: 29px;
	display: none;
}
#hint_ort {
	left: 260px;
	top: 61px;
	display: none;
}
#hint_telefon {
	left: 260px;
	top: 93px;
	display: none;
}
#hint_fax {
	left: 260px;
	top: 125px;
	display: none;
}
#hint_email {
	left: 260px;
	top: 157px;
	display: none;
}
#hint_mitteilung {
	left: 750px;
	top: -98px;
	display: none;
}
#hint_vericode {
	left: 700px;
	top: 193px;
	display: none;
}
.highlight {
	background-color: #F8EEEF;
}
h1 {
	font-size: 150%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-image: url(../images/line_large.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2 {
	font-size: 130%;
	background-image: url(../images/line_small.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 0px 5px 0px;
	font-weight: lighter;
}
p {
	text-align: justify;
}
a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 21px;
	clear: both;
	padding-left: 20px;
	padding-top: 4px;
	margin-top: 20px;
	color: white;
	text-align: center;
	margin-left: 10px;
}
#footer a {
	color: white;
}
form.contact label {
	display: block;
	float: left;
	width: 100px;
}
form.contact p {
	padding: 0;
	margin: 0 0 2px 0;
}
form.contact input[type="text"] {
	width: 200px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #A21D22;
	background-image: url(../images/line_small.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 10px;
}
form.contact input {
	width: expression(this.type == "text" ? "200px" : "auto");
	font-family: "Trebuchet MS", Tahoma, Arial;
}
form.contact textarea {
	width: 400px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	background-image: url(../images/line_large.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 1px solid #A21D22;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	
}
form.contact div.errors {
	color:#620307;
	margin: 0 0 10px 0;
	padding: 10px;
	border: solid 1px #990000;
}
#vericode_bild {
	border: 1px solid #A21D22;
}
