@charset "UTF-8";
/* CSS Document */

* {
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #fff url(images/desserta_bg.jpg) no-repeat 100% 100%;
	background-attachment: fixed;
	color: #15286E;
	font: 11px/120% Verdana, Arial, Helvetica, sans-serif;
}
a {color: #15286E;
}

a:hover {
	color: #B2100D;
}

#wrapper {
	width: 860px;
}

#header {
	position: relative;
	width: 850px;
	height: 180px;
	
}

#header img {
	position: absolute;
	left: 805px;
	top: 57px;
}


#header h1 {
	top: 30px;
	background: #fff url(images/logo.gif) no-repeat 0 0;
	position: absolute;
	left: 145px;
}

#header h1 a {
	display: block;
	width: 144px;
	height: 75px;
	text-indent: -2000px;
	overflow: hidden;
}

#navi {
	position: absolute;
	left: 337px;
	top: 60px;
	width: 460px;
	text-align: right;
	border-bottom: 1px solid #15286E;
	padding-bottom: 5px;
}

#navi ul {
	list-style: none;
	
}

#navi li {
	float: right;
	margin-right: 10px;
}

#navi a {
	color: #15286E;
}

#navi a:hover {
	color: #B2100D;
}

#navi img {
	clear: both;
}


#produktnavi {
	text-align: right;
	width: 330px;
	background: transparent url(images/welle.gif) no-repeat 90px 60px;
	float: left;
	height: 417px;
	margin-right: 25px;
}

#produktnavi h2 {
	font-size: 24px;
	margin-bottom: 30px;
	padding-top: 20px;
}

#produktnavi ul {
	list-style: none;
}

#produktnavi ul li {
	font-size: 16px;
	padding-bottom: 11px;
}

#produktnavi ul li a {
	color: #15286E;
}

#produktnavi ul li a:hover {
	color: #B2100D;
}

#produktnavi ul li a.proselected {
	color: #B2100D;
}

#content {
	float: left;
	width: 500px;
	
}

#content .shadow {
	background: #fff url(images/desserta_blatt.jpg) no-repeat 0 0;
	width: 474px;
	height: 394px;
	padding-top: 20px;
	text-align: center;
}

#content .detail {
	width: 400px;
	margin-left: 40px;
	margin-top: 20px;
	text-align: left;
}

* html #content .detail {
	margin-top: 40px;
	margin-left: 0;
}

*+html #content .detail {
	margin-left: 0;
	margin-top: 40px;
}

#content .detail h3 {
	font-size: 18px;
	border-bottom: 1px solid #15286E;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 3px;
}

#content .detail h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .detail img {
	float: left;
}

#content .detail p em {
	color: #000;
}

table {
	margin-top: 10px;
	margin-bottom: 30px;
}

table thead th {
	background: #7FB0E7;
	padding: 5px;
	color: #000;
	text-align: center;
}

table tbody td {
	background-color: #DEE8F3;
	padding: 5px;
	color: #000;
	text-align: center;
}

#navunten {
	position: absolute;
	top: 610px;
	left: 700px;
}

#navunten a.zurueck {
	background: transparent url(images/desserta_zurueck.jpg) no-repeat 0 0;
	width: 80px;
	height: 20px;
	text-indent: 25px;
	display: block;
	color: #B2100D;
	padding-top: 2px;
}

#navunten a.weiter {
	background: transparent url(images/desserta_weiter.jpg) no-repeat 0 0;
	width: 80px;
	height: 20px;
	text-indent: 25px;
	display: block;
	color: #B2100D;
	padding-top: 2px;
}

#content .produktbox {
	
	float: left;
	width: 237px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#content .produktbox a {
	width: 237px;
	height: 208px;
	display: block;
	background: #fff url(images/desserta_detail_blatt_btm.jpg) no-repeat 0 0;
}

#content .produktbox a:hover {
	background: #fff url(images/desserta_detail_blatt_btm_over.jpg) no-repeat 0 0;
}

#content .produktbox img {
	padding-top: 30px;
}

.tooltip {
	position: absolute;
	display: none;
	background: transparent url(images/bg_trans.gif) repeat 0 0;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}
.tooltip h3 {
	border-bottom: 1px solid #15286E;
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-size: 14px;
}
.tooltip .link {
	color: #B2100D;
	font-weight: bold;
	margin-top: 15px;
}
* html .tooltip {
	width: 250px;
}
