@charset "utf-8";

body {
	margin:0;
	padding:0;
	background:#503735 url(../images/bg_body.gif) repeat-x center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#633;
}

p, li, td {
	font-size:12px;
	line-height:130%;
}

a {
	color:#0683A6;
}
.content_ref {
	font-size:11px;
	line-height:120%;
}
.content_small {
	font-size:9px;
	text-align:right;
	line-height:120%;
}
.content_big {
	font-size:14px;
	line-height:120%;
	font-weight:bold;	
}
.content_kursiv {
	font-style:italic;
}
.img_ref
{
	float: left; 
	margin-right: 8px; 
}

#wrapper {
	position:relative;
	left:0;
	top:0;
	width:996px;
	height:600px;
	background-color:white;
	text-align:left;
}
#left_column {
	position:absolute;
	left:0;
	top:0;
	width:198px;
	height:600px;
	background-color:#0683A6;
	border-right:1px solid #82C2D3;
}

#content {
	position:absolute;
	left:200px;
	top:0;
	width:412px;
	height:520px;
	padding:40px 350px 40px 37px;
	overflow:auto;
	z-index:2;
}
* html #content {
	width:798px;
	height:600px;
}
#decoration {
	position:absolute;
	right:0;
	top:0;
	width:350px;
	height:600px;
	z-index:1;
}

#content dl {
	font-size:12px;
}
#content dd {
	margin-bottom:5px;
}

/* FORMULAR
-------------------------------------------------- */
fieldset {
	padding:0;
	border:0 solid white;
	margin:0;
	font-size:12px;
}
fieldset label {
	display:block;
	margin:0 0 5px;
	font-weight:bold;
}
#form_promo {
	background-color:#E9F4F7;
	padding: 1px;
}

#form_promo #tbStrasse, #form_promo #tbPLZOrt {
	width:390px;
	border:1px solid #663333;
	background-color:white;
}

#form_promo input {
	width:40px;
	border:1px solid #663333;
	background-color:white;
}
fieldset input {
	width:390px;
	border:1px solid #663333;
	background-color:white;
}
input.button {
	width:auto;
	padding:2px 5px;
	border:1px solid white;
	background-color:#663333;
	color:white;
}
fieldset textarea {
	width:390px;
	height:100px;
	border:1px solid #663333;
	background-color:white;
}