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

div.content_container div.contentheader{
	background-color:#003f7d;
	background-image:url(contentheader_back.png);
	color:#b3c2d0;
	height:33px;
	overflow:hidden;
	position:relative;
}

div.content_container div.contentheader h2{
	font-size:17px;
	line-height:33px;
	margin:0px;
	position:absolute;
	top:0px;
	left:26px;
	font-weight:normal;
}

div.content_container div.contentpage{
	background-color:#f2f5f8;
	background-image:url(contentpage_back.gif);
}

div.content_container div.contentfooter{
	background-color:#f2f5f8;
	background-image:url(contentfooter_back.png);
	height:31px;
	overflow:hidden;
	position:relative;
}

div.content_container div.leftcolumn{
	width:790px;
	margin-left:1px;
	float:left;
	/*overflow:hidden;*/
}


div.content_container div.rightcolumn{
	width:168px;
	float:left;
	background-image:url('right_column_back.jpg');
	background-repeat:no-repeat;
	/*height:650px;*/
	text-align:center;
	position:relative;
}

* html div.content_container div.rightcolumn{
	margin-left:-1px;
}

div.content_container div.note{
	background-color:white;
	border:solid 1px #7f9fbe;
	margin:10px 0px 0px 10px;
	position:relative;
	float:left;
}

* html div.content_container div.note{
	margin:10px 5px 0px 5px;
}

h3{
	color:#003f7d;
	font-size:20px;
	font-weight:normal;
	line-height:56px;
	padding:0px 16px;
	margin:0px;
	position:relative;
	z-index:1;
}

h3 a{
	color:#003f7d;
	text-decoration:none;
}

div.note h3.subtitle{
	font-size:13px;
	font-weight:bold;
	line-height:1em;
	margin-top:-13px;
	}

h4{
	color:#003f7d;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	padding:0px 20px;
	margin:0px;
	position:relative;
	z-index:1;
}

h5{
	color:#003f7d;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	padding:0px 20px;
	margin:0px;
	position:relative;
	z-index:1;
}

div.note ul{
	font-size:11px;
	padding:0 0 0 16px;
	margin:0;
	line-height:14px;
	list-style-type: none;
}

div.note ul li{
	padding:0 0 0 0px;
	margin:0;
}

div.note ul li:before{
	content: "•";
	position:absolute;
	margin: 0 0 0 -8px;
}

div.note em{
	color:#4199f1;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	display:inline;
	position:relative;
	z-index:1;
}

div.note em a{
	text-decoration:none;	
}

div.note em span.preis{
	font-size:20px;
	line-height:28px;
	vertical-align:middle;
	color:#4199f1;
}

div.note p.preis{
	color:#4199f1;
	font-style: normal;
	font-weight:bold;
	font-size:20px;
	display:block;
	line-height:49px;
	vertical-align:middle;
	position:absolute;
	bottom:0px;
	width:100%;
	padding:0 20px;
}

div.note em span.preis2{
	font-size:11px;
	line-height:35px;
	vertical-align:middle;
	color:white;
}


div.note em span.soldout{
	position:absolute;
	background:url(white_back.png);
	border:solid 1px #D12D10;
	padding:0px 2px;
	font-size:12px;
	line-height:16px;
	color: #D12D10;
	left:0px;
	width:120px;
	text-align:center;
	overflow:hidden
	margin-top:0px;
}

sup{
	font-size:0.7em;
	line-height:0.7em;
}





div.note div.trenner{
	position:relative;
	width:1px;
	top:16px;
	background-color:#7f9fbe;
	float:left
}

div.note div.row-border{
	background: #7f9fbe; 
	width: 1px; 
	position:absolute; 
	top: 14px; 
	bottom: 14px; 
	z-index: 1;
}

#preisanfrage{
	color:white;
	font-weight:bold;
	border:none;
	line-height:27px;
	height:27px;
	width:151px;
	background:url('absenden.gif') no-repeat;
	cursor:pointer;
}

input.submit,
input.submit-sp,
a.submit{
	background:none;
	background-image:url(preis_submit.png);
	border:none;
	margin:0;
	position:absolute;
	right:0px;
	top:0px;
	width:54px;
	height:49px;
	text-indent:-200px;
	text-align:left;
	padding:0;
	cursor:pointer;
	color:#6b86a5;
	font-size:0px;
}

input.submit-sp{
	background-image:url(preis_submit2.png);
	height:35px;
}


#preisanfrage:hover{
	background-position:0px -27px;
}

#field2 label{
	display: -moz-inline-box;
	display: inline-block;
	text-align:right;
	width:120px;
}

#field2 input{
	width:300px;
}

#newsletter_form{
	position:absolute;
	right:10px;
	top:280px;
	width:380px;
	z-index:2;
}

#newsletter_form legend{
	color:white;
	background-color:#003f7d;
}

div.flyout{
	
	background-color: #f7f9fb;
	overflow: hidden;
	cursor:pointer;
	padding: 4px 0 4px;
	background-position: 5px 8px;
	-webkit-transition-property:background-color, max-height;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	border-bottom:solid 2px white;
}

div.invisible{
	max-height:11px;
}

div.invisible:hover{
	background-image: url(plus.png);
	background-repeat: no-repeat;
}

div.visible{
	max-height:100px;
	background-color: #ecf5fe;
}

div.visible:hover{
	background-image: url(minus.png);
	background-repeat: no-repeat;
}

span.message{
	font-size:0.85em;
	color:#991700;
	line-height:15px;
	}

div.tipp span{
	position:absolute;
	display: inline-block;
	color: white;
	background: #4199f1;
	visibility: hidden;
	text-decoration: none;
	width:74px;
	padding: 2px 6px;
	font-size: 12px;
	line-height:10px;
	font-weight: bold;
}

div.tipp a{
	text-decoration: none;
}

div.tipp a:hover span{
	visibility: visible;
}
