/* ##### ALLGEMEIN #####*/
html{
	height:100%;
	width:100%;
}
body{
	background-color:#f0f0f0;
	background-image:url('../img/bg3.jpg');
	background-position:center center;
	background-repeat:repeat-y;
	font-family:arial,verdana;
	font-size:10px;
	height:100%;
	width:100%;
	line-height:14px;
	margin:0px;
	padding:0px;
	position:relative;
	text-align:center;
}
form, ul, li, h1, h2, h3 {
	margin:0px;
	padding:0px;
}
h1 {
	color:#1d456f;
	font-family:arial,verdana;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
	margin: 0 0 20px;
}
h2{
	color:#000;
	font-family:arial,verdana;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
}
ul,li{
	list-style:none;
	list-style-type:none;
}
a, img{
	border:0 none;
	outline:none;
}

a{
	color:#003366;
}

.hidden {
	display:none;
	height:0px;
	left:0px;
	line-height:0px;
	overflow:hidden;
	position:absolute;
	top:0px;
	visibility:hidden;
	width:0px;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
	overflow:hidden;
	padding:0px;
}

/* ##### GRUNDLAYOUT - CONTENTEREICH #####*/
#center{
	position:relative;
	margin:auto;
	width:799px;
	text-align:left;
}

#impressum {
	height:20px;
	left:0px;
	line-height:20px;
	position:relative;
	text-align:right;
	top:0px;
	width:799px;
}
#impressum a{
	color:#000;
	line-height:20px;
	margin-right:20px;
	text-align:right;
	text-decoration:none;
}
#impressum a:hover{
	text-decoration:underline;
}

#header {
	height:200px;
	left:0px;
	position:relative;
	top:0px;
	width:799px;
}
#header #menu{
	background-color:#fff;
	height:180px;
	left:0px;
	position:relative;
	top:0px;
	width:305px;
}
#header #menu #padding{
	background-color:#fff;
	height:140px;
	left:0px;
	position:relative;
	top:20px;
	width:265px;
}
#header #menu #padding div.spacer{
	font-size:0px;
	height:7px;
	line-height:0px;
	overflow:hidden;
	width:160px;
}
#header #menu #padding a.firstlevel{
	background-color:#fff;
	display:block;
	line-height:30px;
	position:relative;
	width:160px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
#header #menu #padding a.firstlevel:hover{
	background-color:#003366;
	color:#fff;
}
#header #menu #padding a.aktiv{
	background-color:#003366;
	color:#fff;
}
#header #menu #padding a.firstlevel span{
	left:10px;
	position:relative;
	width:140px;
	display:block;
	height:30px;
	cursor:pointer;
}
#header #menu #padding div.seclevel{
	background-color:#003366;
	left:160px;
	top:0px;
	position:absolute;
	width:125px;
	display:block;
	height:141px;
}
#header #menu #padding div.seclevel a{
	margin-left:10px;
	color:#fff;
	text-decoration:none;
	line-height:28px;
}
#header #image{
	position:absolute;
	left:305px;
	top:0px;
	
}
#header #image span{
	position:absolute;
	left:20px;
	top:20px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	letter-spacing:5px;
}
.content{
	position:relative;
	left:20px;
	width:760px;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
}
.content h1{
	position:relative;
	width:760px;
	border-bottom:1px solid black;
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.content h2{
	position:relative;
	width:370px;
	border-bottom:1px solid black;
	color:#000;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 7px 0px;
}
.content .padding{
	position:relative;
	width:760px;
	padding:10px 0px 20px 0px;
}
.content .padding .left{
	float:left;
	position:relative;
	width:265px;
}
.content .padding .right{
	float:left;
	margin-left:40px;
	position:relative;
	width:455px;
}
.content .padding .row1{
	float:left;
	position:relative;
	width:370px;
}
.content .padding .row2{
	float:left;
	position:relative;
	width:370px;
	left:20px;
}

.under{
	border-bottom:1px solid black;
}
.price{
	vertical-align:center;
	text-align:center;
	font-weight:bold;
}

