<!--

body {
	background:#01487c;
	color:#ffffff;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	letter-spacing:0.9px;
}

/* Helperklassen */

.leftfloat {
	float:left;
}

.rightfloat {
	float:right;
}

.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.textcenter {
	text-align:center;
}

.clearer {
	clear:both;
	height:0px;
	line-height:0px;
}

.headline {
	margin-right:20px;
}

.column {
	background:#005695;
	margin:18px 20px 35px 0;
	position:relative;
}




/* Layout */

#wrapper {
	width:940px;
	margin:0px auto;
	text-align:left;
	background:#002d53;
}

#header {
	background:#004578;
}

#headlines {
	height:45px;
	background:#004070 url(media.php/1946/headlines-bg.gif) top right no-repeat;
	*margin-top:-3px;
}

#the-content {
	
}

#footer {
	background:#efeef0;
	height:31px;
}

.column-small {
	width:340px;
	height:392px;
}

.column-wide {
	width:700px;
}

.column-sidebar {
	width:200px;
	height:392px;
	margin-right:0px;
}

#formular {
	height:400px;
	width:661px;
	background:url(media.php/1946/form-bg.gif) no-repeat;
	position:relative;
	margin:0 0 30px 0;
}

#formular .anrede {
	position:absolute;
	top:-3px;
	left:125px;
}

#formular .vorname {
	position:absolute;
	top:33px;
	left:125px;
	border:2px solid #fff;
	width:160px;
}

#formular .name {
	position:absolute;
	top:33px;
	left:413px;
	border:2px solid #fff;
	width:160px;
}

#formular .firma {
	position:absolute;
	top:67px;
	left:125px;
	border:2px solid #fff;
	width:160px;
}

#formular .strasse {
	position:absolute;
	top:67px;
	left:413px;
	border:2px solid #fff;
	width:160px;
}

#formular .ort {
	position:absolute;
	top:103px;
	left:125px;
	border:2px solid #fff;
	width:160px;
}

#formular .plz {
	position:absolute;
	top:103px;
	left:413px;
	border:2px solid #fff;
	width:47px;
}

#formular .email {
	position:absolute;
	top:138px;
	left:125px;
	border:2px solid #fff;
	width:160px;
}

#formular .telefon {
	position:absolute;
	top:138px;
	left:413px;
	border:2px solid #fff;
	width:160px;
}

#formular .nachricht {
	position:absolute;
	top:263px;
	left:28px;
	border:2px solid #fff;
	width:630px;
	height:100px;
	font-family:Arial;
	font-size:11px;
}

#formular .button-submit {
	position:absolute;
	top:375px;
	right:0px;
	height:22px;
	width:114px;
	background:url(media.php/1946/button-send.gif) no-repeat;
	border:none;
	cursor:pointer;
	
}


/* Text */

ul {
	list-style-image:url(media.php/1946/list-bullet.gif);
	margin-top:16px;
}

li {
	margin:0 0 20px 50px;
	width:250px;
}

.column-wide li {
	width:500px;
}

p {
	margin:26px 0 23px 20px;
	width:286px;
	font-size:12px;
}

.tinytext {
	font-size:11px;
	margin:18px 0 11px 11px;
	width:184px;
}

.widetext {
	width:600px;
}

.danketext {
	width:600px;
	margin-left:80px;
	margin-top:10px;
}

a {
	color:#ffffff;
}

table {
	margin:0 0 40px 42px;
}

tr {
	height:34px;
}

td {
	vertical-align:center;
}

.check_box {
	margin-right:15px;
}

.yellow {
	color:#ffd502;
}
strong {
	font-weight:bold;
}

.danke {
	background:#005695 url(media.php/1946/danke-bg.gif) no-repeat;
	height:392px;
}

.dankebutton {
	margin-right:38px;
}

-->