/* Seitenaufbau */

body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-align: center;
	background: #B2D1EC url(../images/bg.jpg) repeat-x fixed center top;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

#main {
	text-align: left;
	width: 830px;
	margin: 0px auto;
	background: url(../images/leftright.png) repeat-y;
}

#left {
	float: left;
	width: 15px;
}

#right {
	float: left;
	width: 15px;
}

#center {
	float: left;
	background-color: #FFFFFF;
	width: 800px;
}

#bottom {
	width: 830px;
	height: 18px;
	margin: 0px auto;
	background: url(../images/bottom.png) no-repeat 0 0;
}

#head {
	width: 800px;
	height: 240px;
	background-image: url(../images/header.jpg);
}

#content {
	background: #EFFDFF url(../images/content.jpg) no-repeat 0 0;
	padding: 20px;
}

.clearfix {
	clear: both;
}

/* allgemeine Formatierungen (seitenweit) */

a img {
	border: none;
}

/* Head und Seitennavigation */

#headlogo {
	padding: 15px 50px;
	float: left;
	height: 210px;
}

#sitenavi {
	float: right;
	text-align: right;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #45789e;
	padding-top: 99px;
	padding-right: 85px;
}

#sitenavi a:link { font-family:Tahoma; font-weight: normal; font-size: 11px; color:#666666; text-decoration:none }
#sitenavi a:visited { font-family:Tahoma; font-weight: normal; font-size: 11px; color:#666666; text-decoration:none }
#sitenavi a:active { font-family:Tahoma; font-weight: normal; font-size: 11px; color:#666666; text-decoration:none }
#sitenavi a:hover { font-family:Tahoma; font-weight: normal; font-size: 11px; color:#45789e; text-decoration:none }

/* Content */

.headline {
	padding-top: 10px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #45789e;
	text-align: left;
}

h1.headline {
	font-size: 60px;
}

h2.headline {
	font-size: 28px;
}

h3.headline {
	font-size: 14px;
}

h4.headline {
	font-size: 12px;
}

h5.headline {
	font-size: 10px;
}

h6.headline {
	font-size: 8px;
}


.text {
	font-size: 12px;
	font-style: normal;
	
	font-weight: normal;
	color: #000000;
}

#content_left address.text {
	color: #45789e;
	line-height: 1.5;
}

#footer {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	width: 760px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 20px;
	margin-bottom: 20px;
}

#footer #copyright {
	float: left;
}

#footer #footernavi {
	float: right;
}

#footernavi {
	white-space: nowrap;	
}

#footernavi a:link { font-weight: normal; font-size: 12px; color:#000000; text-decoration:none }
#footernavi a:visited { font-weight: normal; font-size: 12px; color:#000000; text-decoration:none }
#footernavi a:active { font-weight: normal; font-size: 12px; color:#000000; text-decoration:none }
#footernavi a:hover { font-weight: normal; font-size: 12px; color:#45789e; text-decoration:none }

#content_left {
	/* border: 1px solid red; */
	float:left;
	width: 165px;	
	background-repeat: no-repeat;
	background-image: url('../images/navigation.png');
	padding: 0px 25px;
}

#content_center {
	/* border: 1px solid blue; */
	width: 535px;
	float: left;
}

.address_left {
	margin-top: 50px;
}

.navigation .activepage {
	display: block;
	padding: 5px 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #45789e;
	text-decoration: none;
}

.navigation a {
	display: block;
	padding: 5px 0px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.navigation a:hover {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #45789e;
	text-decoration: none;
}

.navigation .headline {
	text-align: left;
}

#content_left #tags {
	margin-top: 100px;
}

#content_center #tags {
	width: 350px;
}

.product {
	width: 474px;
	clear: right;
}

.product img {
	margin-top: 14px;
	margin-left: 20px;
	float: right;
}

.starlink {
	padding-left: 12px;
	background: url('../images/star.png') no-repeat 0px 3px;
}

.linkblock {
	width: 	230px;
	height: 230px;
	text-align: center;
	float: left;
}

.linkblock img {
	margin-bottom: 12px;	
}

.linkblock a {	
	font-weight: bold;
	text-decoration: none;
}

#content_center a:link { font-size: 12px; color:#000000; text-decoration:none }
#content_center a:visited { font-size: 12px; color:#000000; text-decoration:none }
#content_center a:active { font-size: 12px; color:#000000; text-decoration:none }
#content_center a:hover { font-size: 12px; color:#45789e; text-decoration:none }

.pricetable {
	width: 250px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #45789E;
}

.pricetable td.c1 {
	text-align: left;
	width: 140px;
	padding-left: 24px;
}

.pricetable td.c2 {
	text-align: right;
}

p.price {
	width: 250px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #45789E;
	text-align: right;	
}

p.inlineprice {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #45789E;
}

p.productfeatures {
	display: list-item;
	list-style-position: inside;
	padding-left: 12px;
	margin-bottom: 0px;
	margin-top: 6px;
}

.navigation .sublink {
	margin-left: 10px;
}
