* {
	font-family:Arial, Helvetica, sans-serif;
}

.transparent {
	behavior:none;
}

* html .transparent {
	behavior:url("pngbehavior.htc");
}

body {
	margin:0;
	padding:0;
	background-color:#e0e6eb;
	background-image: url(images/bgh.jpg);
	background-repeat:repeat-x;
	color: #404344;
	font-size:12px;
}

form {
	margin:0;
	padding:0;
}

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

a:hover {
	color:#cea600;	
}

img {
	border:0;
	margin: 0;
}

.small {
	font-size:9px;	
}

input, textarea {
	border:1px #ccc solid;
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

hr {
	border:none;
	border-top:1px dotted #cccccc;
	height:1px;
}

#outer {
	width: 875px;
	margin: 0 auto;
	padding:0;
	height: 742px;
	background-image: url(images/bgv_main.gif);
	background-repeat:repeat-y;
	background-color:none;
}

#header {
	height: 99px;
	position:relative;
}

#main {
	width: 875px;
	height: 416px;
	position: relative;	
}

#left {
	width: 194px;
	height: 400px;
	position:absolute;
	left:0px;
	top:0px;
	border-right:1px solid #b18f00;
	background-image:URL(images/bgh_left.jpg);
	background-repeat:repeat-x;
}

#logo {
	padding:30px 0 20px 20px;
}

#right {
	width: 680px;
	height: 416px;
	position:absolute;
	right:0px;
	top:0px;
	padding:0;
	margin:0;
	z-index:10;
}

#content {
	width: 254px;
	height: 315px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:URL(images/bgh_content.png);
	background-repeat:repeat-x;
	background-color:none;
	border-left:1px solid #fff;
	padding:65px 20px 20px 20px;
	line-height:17px;
	z-index:15;
}

* html #content {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bgh_content.png');
}

#main_bottom {
	width: 875px;
	height: 16px;
	position:absolute;
	top: 400px;
	left: 0px;
	background-image:URL(images/schatten.png);
	background-repeat:no-repeat;
	z-index:15;
}

#nav {
	width: 194px;
	margin-top:130px;
}

#nav a {
	display:block;
	line-height: 32px;
	color:#fff3ba;
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:20px;
	margin-bottom:4px;
}

#nav a:hover {
	color:#fff;
	background-image:URL(images/pfeil_nav.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
}

#nav a.active {
	color:#fff;
	background-image:URL(images/pfeil_nav.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
}

#global {
	height:45px;
	margin-top:53px;
	float:right;
}

#global a {
	display:block;
	float:left;
	height:25px;
	background-image:URL(images/global_trennstrich.jpg);
	background-repeat:no-repeat;
	padding:20px 18px 0 18px;
	color:#404344;
	font-size:11px;
	text-transform:uppercase;
}

#global a:hover, #global a.active {
	color:#000;
}

#url {
	height:25px;
	margin-top:53px;
	float:left;
	padding:20px 20px 0 20px;
	color:#9a9a9a;
}

#url a {
	color: #9a9a9a;	
}

#url a:hover {
	color: #404344;	
}

#info-left {
	position:relative;
	width:435px;
	padding:10px 20px 0 20px;
	color:#9a9a9a;
	line-height:17px;
}

#info-left h1 {
	color:#9a9a9a;
}

#info-left a {
	color:#404344;	
}

#info-right {
	position:relative;
	width:345px;
	float:right;
	padding:10px 20px 0 20px;
	color: #404344;
	line-height:17px;
}

#info-right h1 {
	color:#404344;
}

#info-right a {
	color:#000;	
}

.link_blank {
	cursor:default;
}

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

li {
	background-image:url(images/li.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:0 0 0 12px;
	margin:0 0 5px 0;
}

#formular td {
	padding:0 0 5px 0;
}

#send {
	width:109px;
	height:22px;
	line-height:22px;
	padding:0 0 0 23px;
	background-image:url(images/bg_button.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	border:0;
	text-align:left;
	cursor:pointer;
}

p.green {
	color:#00bc09;
}

p.red {
	color:#bc0000;
}

.textarea {
	width:248px;
}

.input {
	width:224px;
}

.input_plz {
	width:60px;
	margin-right:3px;
}

.input_ort {
	width:156px;
}

.input_error {
	border:1px #bc0000 solid;
	width:224px;
}

a.ref-next {
	width:63px;
	height:22px;
	display:block;
	line-height:22px;
	padding:0 0 0 23px;
	background-image:url(images/button_ref_next.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	border:0;
	text-align:left;
	cursor:pointer;
	float:right;
	margin:8px 0 0 5px;
}

a.ref-back {
	display:block;
	width:63px;
	height:22px;
	line-height:22px;
	padding:0 0 0 23px;
	background-image:url(images/button_ref_back.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	border:0;
	text-align:left;
	cursor:pointer;
	float:right;
	margin:8px 0 0 0;
}

.ref td {
	border-bottom:1px dotted #cccccc;
	padding:5px;
}

.ref .td-left {
	border-bottom:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	padding:5px;
}