/*
 $Revision: 52634 $
 $Author: falk $
 $Date: 2010-08-27 12:36:07 +0200 (Fr, 27 Aug 2010) $

 - Page
 - Logo
 - Content
 - Nav
 - Flash
 */

body, h1, h2, p, blockquote, ul, ol, dl, dd, fieldset, button { margin: 0; padding: 0; }
img { border: 0 none; }
html >/**/body a:focus { outline-width: 1px; }
html >/**/body a:active { outline-width: 0; }

.nobr { white-space: nowrap; }
.important { color: #DC002E; text-transform: uppercase; }

/* _______________________________________________________________________________________Page___ */

html,
body,
div#page {
	height: 100%;
	}

body,
input,
textarea,
button {
	font-family: "Myriad Web Pro", "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif;
	}
body {
	background: #F0F0F0 url(../img/loading.sw.gif) no-repeat center;
	color: #1A171B;
	font-size: 62.5%;
	}
html.js body {
	background-color: #1A171B;
	background-image: none;
	}
	html > body {
		background-color: #1A171B;
		background-image: url(../img/loading.ws.gif);
		color: white;
		}
	html.js > body {
		background-image: none;
		}
body.content {
	background-image: none;
	padding-right: 340px;
	}
	html > body.content {
		background: #C6C6C6 url(../img/gradient.jpg) repeat-x;
		color: #1A171B;
		}
html.js body.content {
	background-color: #C7C7C7; /* #D6D6D6 */
	}
	html.js > body.content {
		background-image: none;
		}

div#page {
	min-height: 560px;
	min-width: 995px;
	position: relative;
	}
	html > body div#page {
		background: no-repeat center;
		}
	html.js > body div#page {
		background-image: none !important;
		}
	* html div#page {
		background-image: none !important;
		}
body.content div#page {
	min-width: 655px;
	}
	html > body.content div#page {
		background-image: url(../img/pimples.png);
		background-position: 48% 95%;
		background-position: center bottom\9;
		}
	@media screen and (max-height: 740px) {
		html > body.content div#page {
			background-position: 48% 110%;
			}
		}
	@media screen and (max-height: 600px) {
		html > body.content div#page {
			background-position: 48% 115%;
			}
		}
	html > body.content.fullsize div#page {
		background-image: none;
		}

/* _______________________________________________________________________________________Logo___ */

p#logo {
	background: url(../img/carver.sw.gif) no-repeat;
	position: absolute;
	right: 14px;
	top: 20px;
	z-index: 1;
	}
	html > body p#logo {
		background-image: url(../img/carver.ws.png);
		}
body.content p#logo {
	right: -326px;
	}
	html > body.content p#logo {
		background-image: url(../img/carver.sw.gif);
		}
body#home p#logo {
	display: none;
	}

p#logo a {
	display: block;
	}
	* html p#logo a {
		zoom: 1;/* hasLayout */
		}

p#logo img {
	display: block;
	visibility: hidden;
	}

/* ____________________________________________________________________________________Content___ */

div#content  {
	background-color: white;
	min-height: 100%;
	padding: 0 30px;
	position: absolute;
	right: -340px;
	top: 0;
	width: 280px;
	}
	* html div#content  {
		height: 100%;
		}

div#content h1 {
	color: #DC002E;
	font-size: 110%;
	font-weight: normal;
	margin-top: 100px;
	margin-bottom: 30px;
	text-transform: uppercase;
	}

div#content h2 {
	font-size: 110%;
	margin-top: 23px;
	margin-bottom: 12px;
	}
div#content table h2 {
	margin-top: 0;
	margin-bottom: 0;
	}

div#content p {
	font-size: 110%;
	margin-right: 20px;
	margin-bottom: 15px;
	}
div#content table p {
	margin-right: 0;
	margin-bottom: 0;
	}
div#content p.pagination {
	padding-top: 10px;
	}
div#content p.btn {
	margin-right: 0;
	padding-top: 10px;
	/* Clearfix */
	overflow: hidden;
	_display: inline-block;
	}
div#content p.error {
	background-color: #DC002E;
	margin-right: 0;
	padding: 2px;
	}
	body:first-of-type div#content p.error {
		margin-right: 3px;
		}
div#content form p.error {
	margin-bottom: 8px;
	text-align: left;
	}

div#content blockquote {
	font-size: 110%;
	text-indent: -5px;
	margin-right: 20px;
	margin-bottom: 15px;
	}
div#content table blockquote {
	font-size: 100%;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 5px;
	}

div#content p.error em {
	font-style: normal;
	color: white;
	}

div#content ul {
	margin-right: 20px;
	margin-bottom: 15px;
	}
	html >/**/body div#content ul {
		margin-left: -9px;
		}
div#content ul li {
	font-size: 110%;
	list-style-type: square;
	margin-bottom: 3px;
	}
	html >/**/body div#content ul li {
		list-style-type: none;
		padding-left: 9px;
		background: url("data:image/gif,GIF89a%04%00%04%00%80%00%00%20%22%1F%00%00%00!%F9%04%00%00%00%00%00%2C%00%00%00%00%04%00%04%00%00%02%04%84%8F%09%05%00%3B") no-repeat 0 .4em;
		}
div#content form ol li {
	list-style-type: none;
	margin-bottom: 10px;
	}

div#content dl,
div#content dt {
	border: 0 solid #DADCDC;
	}
div#content dl {
	border-bottom-width: 1px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
div#content dt,
div#content dd {
	font-size: 110%;
	padding: 0 2px;
	}
div#content dt {
	border-top-width: 1px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 4px;
	}

div#content h2 time {
	/* color: darkgray; */
	display: block;
	font-weight: normal;
	}
div#content dt time {
	border-right: 1px solid;
	padding-right: 2px;
	}

div#content a {
	color: #1A171B;
	}
div#content a:hover,
div#content a:active,
div#content a:focus {
	color: #DC002E;
	text-decoration: none;
	}
/* News */
div#content dt a {
	text-decoration: none;
	}
div.news-single-image {
	display: inline;
	float: left;
	margin-right: 9px;
}
p.news-single-imgcaption {
	display: none;
}
/* Lnk */
div#content p.lnk a {
	background: url(../img/lnk-item.gif) no-repeat 0 50%;
	padding-left: 13px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}
div#content p.lnk.back a {
	background-image: url(../img/lnk-item.back.gif);
	}
/* Btn */
div#content p.btn a {
	background: url(../img/btn-item.gif) no-repeat 0 50%;
	display: block;
	float: right;
	padding-left: 16px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}
/* Pagination */
div#content span.inactive-prev-link a,
div#content span.inactive-next-link a {
	background: no-repeat 0 50%;
	padding-left: 13px;
	text-decoration: none;
	text-transform: uppercase;
	}
div#content span.inactive-prev-link a {
	background-image: url(../img/lnk-item.back.gif);
	}
div#content span.inactive-next-link a {
	background-image: url(../img/lnk-item.gif);
	}
div#content span.inactive-prev-link {
	display: block;
	float: left;
	width: 100px;
	}
div#content span.inactive-next-link {
	display: block;
	margin-left: 220px;
	}
div#content span.tt_news_pagebrowser_redundantlink {
	display: none;
	}

div#content table {
	border: 1px solid #DADCDC;
	border-right-width: 0;
	border-left-width: 0;
	width: 100%;
	margin-bottom: 15px;
	}
div#content table.zebra {
	border: 0 none;
	position: relative;
	left: -5px;
	}
	body:first-of-type div#content table.zebra {
		left: -1px;
		}
div#content th,
div#content td {
	border: 0 none;
	font-size: 110%;
	padding: 2px 0 3px;
	vertical-align: top;
	}
div#content th {
	text-align: left;
	}
div#content td.important {
	padding-left: 20px;
	text-align: right;
	width: 1%;
	}
div#content table.zebra th,
div#content table.zebra td {
	padding: 1px 3px 0;
	}
div#content table.zebra th {
	background-color: #E4E4E4;
	font-weight: normal;
	white-space: nowrap;
	width: 1%;
	}
div#content table.zebra tr:nth-child(odd) th {
	background-color: transparent;
	}
div#content table.zebra tr:nth-child(even) th,
div#content table.zebra tr:nth-child(even) td {
	background-color: #DADCDC;
	}

div#content form {
	margin-bottom: 15px;
	/* Clearfix */
	overflow: hidden;
	_display: inline-block;
	}
div#content fieldset {
	border: 0 none;
	padding-bottom: 20px;
	width: 274px;
	}
	body:first-of-type div#content fieldset {
		width: 271px;
		}
div#content label,
div#content input,
div#content textarea,
div#content button {
	font-size: 110%;
	}
div#content input,
div#content textarea {
	width: 100%;
	}
div#content textarea {
	overflow: auto;
	}
div#content button {
	background: transparent url(../img/btn-item.gif) no-repeat 0 50%;
	border: 0 none;
	cursor: pointer;
	display: block;
	float: right;
	height: 13px;
	padding-left: 13px;
	padding-left: 16px\9;
	*padding-left: 7px;
	text-transform: uppercase;
	/* long button fix */
	overflow: auto;
	width: auto;
	}
div#content button:hover,
div#content button:active,
div#content button:focus {
	color: #DC002E;
	}

/* ________________________________________________________________________________________Nav___ */

div#nav {
	left: 25px;
	position: absolute;
	right: 0;
	top: 30px;
	}

div#nav ul {
	margin-bottom: .7em;
	height: 1%;/* hasLayout */
	}
	html > body div#nav ul {
		float: left;
		width: 100%;
		}
div#nav ul:last-child {
	margin-bottom: 0;
	}

div#nav li {
	background-color: white;
	display: block;
	float: left;
	font-size: 110%;
	text-transform: uppercase;
	padding: 1px 0;
	white-space: nowrap;
	}
div#nav li:last-child {
	padding-right: 4px;
	}
div#nav ul ul li {
	font-size: 100%;
	}

div#nav strong,
div#nav a {
	border-left: 1px solid #1A171B;
	display: block;
	margin-left: 1px;
	padding: 0 2px;
	}
	* html div#nav strong,
	* html div#nav a {
		border-left-color: white;
		}
	body:first-of-type div#nav strong,
	body:first-of-type div#nav a {
		border-right: 1px solid #1A171B;
		border-left: 0 none;
		margin-right: 1px;
		margin-left: 0;
		padding-right: 3px;
		}
div#nav strong a {
	border-left: 0 none;
	margin: 0 -2px;
	}
	body:first-of-type div#nav strong a {
		border-right: 0 none;
		margin-right: -3px;
		margin-left: -2px;
		}
div#nav li:first-child > strong,
div#nav li:first-child > a {
	border-left: 0 none;
	margin-left: 0;
	}
	body:first-of-type div#nav li:last-child > strong,
	body:first-of-type div#nav li:last-child > a {
		border-right: 0 none;
		margin-right: 0;
		padding-right: 2px;
		}
div#nav strong {
	font-weight: normal;
	}
div#nav a {
	color: #1A171B;
	text-decoration: none;
	}
div#nav strong,
div#nav strong a,
div#nav a:hover,
div#nav a:active,
div#nav a:focus {
	color: #DC002E;
	}

/* __________________________________________________________________________________ Vergleich ___ */

div#compare-wrapper {
	border: 1px solid #DADCDC;
	background: white;
	width: 610px;
	position: absolute;
	z-index: 999;
	left: 25px;
	top: 125px;
	}

#compare-wrapper a {
	color: black;
}
#compare-wrapper .navi strong,
#compare-wrapper .navi strong a,
#compare-wrapper a:hover,
#compare-wrapper a:active,
#compare-wrapper a:focus {
	color:#DC002E;
}

a#compare-close {
	display: block;
	height: 11px;
		_line-height: 0;
	width: 11px;
	position: absolute;
	top: -13px;
	right: -13px;
	text-indent: -999em;
	outline: none;
	background: #fff url(../img/close.png) no-repeat 0 0;
}

div#compare-table th,
div#compare-table td {
	vertical-align: top;
	text-align: left;
	width: 170px;
	height: 30px;
	font-size: 110%;
	}
div#compare-table th{
	width: 100px;
	}
div#compare-table .zebra th {
	background-color: #E4E4E4;
	font-weight: normal;
	white-space: nowrap;
	/*width: 1%;*/
	width: 100px;
	}
/* div div#compare-table table.zebra tr.thumbnails td,
div div#compare-table table.zebra tr.thumbnails th, */
div#compare-table table.zebra tr:nth-child(odd) th {
	background-color: transparent;
	}
div#compare-table table.zebra tr:nth-child(even) th,
div#compare-table table.zebra tr:nth-child(even) td {
	background-color: #DADCDC;
	}
div#compare-table tr#selectRow th,
div#compare-table tr#selectRow td{
	font-weight: bold;
	color: #DC002E;
	vertical-align: bottom;
	height: auto;
	text-transform: uppercase;
	}
div#compare-table select {
	font-size: 100%;
	width: 100%;
	}

div#compare-table tr.field_title {
	display: none;
	}
div#compare-table td img {
	width: 95px;
	}

/* ______________________________________________________________________________________Flash___ */

object {
	display: block;
	outline: 0 none;
	}
object#flash {
	width: 100%;
	height: 100%;
	}
div#flash {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	}
body.content div#flash {
	top: 59%;
	}
body.content.fullsize div#flash {
	background: url(../img/loading.sw.gif) no-repeat center;
	height: 100%;
	overflow: hidden;
	top: 0;
	}
html.js body.content.fullsize div#flash {
	background-image: none;
	}

div#flash p {
	font-size: 110%;
	}
	* html div#flash p {
		position: relative;
		}

html >/**/body.content div#flash a {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	}

body.content.fullsize div#flash img {
	display: block;
	height: auto;
	width: 100%;
	}