/*
File: styles.css
File: thickbox.css
*/


html{
	background-color:white;
	font-size: 100.1%;
	background-image:url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	overflow-y:scroll;
	width:100%;
}

body{
	font-size:12px;
}
/* 16px -> 11px 
body { font-size: .6875em; }
*+html body { font-size: .69em; }
* html body { font-size: .69em; }
*/

body,
textarea,
input,
select {
    font-family:Arial,Helvetica;
	 color:#330000;
}

h1,h2,h3,h4,h5,h6,
input,select,option,button {
    font-size: 100.1%;
}
textarea {
    font-size: 100.1%;
}



a{
	text-decoration:underline;
	font-weight:bold;
	overflow:hidden;
}

a:active{
	outline: none;
}
a:focus{
	-moz-outline-style: none;
}


button {	/* fix width for IE */
  width: auto;
  overflow: visible;
}

a img{border-width:0px;}
a span{display:none;}
.tdr{text-align:right;}
.tdc,.center{text-align:center;}
.ddl option{padding: 2px 1em 2px 5px;}


button{
	padding:0;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


h1,.h2{
	font-size:20px;
	font-family:  "Arial Narrow",Arial,Helvetica;
	font-weight: bold;
	line-height: 1em;
	margin-bottom:5px;
}
h2,.h2{
	font-size:16px;
	margin-bottom:5px;
	font-family:  "Arial Narrow",Arial,Helvetica;
	font-weight: bold;
	line-height: 1em;
}
h3,.h3{
	font-size:1.4em;
	font-weight: bold;
}

.hidden{
	display:none;
	visibility: hidden;
}


/*===== Debug-Panel =====*/
.debug{display:block;position:absolute;bottom:10px;left:10px;border:1px solid #7c7c7c;background:white;cursor:pointer;z-index:100;}
.debug h2{font-size:11px;background:#eeeeee! important;padding: 2px 5px;display:block;color:black;visibility:visible;}
.debug p{display:none;padding: 5px 10px;font-size:11px;color:black;}
.debug a{font-size:11px;}



/*===== Zones =====*/

#Container{
	display:block;
	width:940px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom: 20px solid #E5BDBD;
}

#MainNav{
	display:block;
	margin-top:108px;
	height:39px;
	line-height:39px;
	padding-left:40px;
}
#SubNav{
	display:block;
	height:40px;
	line-height:40px;
	margin-top:125px;
	padding-left:40px;
	color:#660000;
}
#Content{
	clear:both;
	display:block;
	overflow:hidden;
}
#Foot{
	width:940px;
	text-align:center;
	display:block;
	margin: 10px auto;
	font-size:90%;
}
/*===== Navigation =====*/
#MainNav a{
	color:white;
}


#MainNav a{
	border-left:1px solid white;
	margin-left:5px;
	padding-left:5px;
}
#MainNav a.first{
	border-left:none;
	margin-left:0px;
	padding-left:0px;
}
#MainNav a.sel{
	color:#e5bdbd;
}

/*=====*/

#SubNav a{
	color:#660000;
}

#SubNav a.next{
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #660000;
}
#SubNav a.sel{
	color:white;
}

/*==== Content =====*/

#Content h2{
	
}
#Content p{
	display:block;
	margin: 0 0 5px 0;
}
/*
#Top{
	display:block;
	height:237px;
	zoom:1.01;
	background-color:blue;
	border:1px solid red;
	overflow:hidden;
}
#MainNav{
	display:block;
	position:absolute;
	left:40px;
	top:110px;
	height:40px;
	line-height:40px;
}

#SubNav{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:40px;
	margin-top:273px;
}

#SubNav{background-color:#e5bdbd;color:#660000;}
#SubNav a{color:white;}
*/
/*
.SkinGreen{background-color:#cad7bd;}
.SkinGreen a{color:#336600;}
*/


#Content{
	margin: 25px 40px;
}

#Content .left{
	width:415px;
	float:left;
}
#Content .right{
	width:415px;
	float:right;
}

#Content a{
	color:#660000;
}




.btn{
	background-image:url(/images/arrows.gif);
	background-repeat: no-repeat;
	padding: 5px 10px;
}
.btnprev{
	background-position: 0 -12px;
	padding-left:8px;
}
.btnnext{
	background-position: right 9px;
	padding-right:8px;
}


/*===== Produkt Liste =====*/


#plist{
	display:block;
	clear:both;
	margin-top:20px;
}


/* Filter */
#plist .filter{
	display:block;
	overflow:hidden;
	background-color:#f8eeed;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-right:10px;
}
#plist .filter table{
	display:block;
	float:left;
	margin:20px 0px 10px 30px;
}

#plist .filter table td{
	width:130px;
}
#plist .filter .lab{
	color:#660000;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
#plist .filter .btn{
	margin: 0 0 0 22px;
}
#plist .filter .rbl input{
	margin-right:5px;
}
#plist .filter .rbl label{
	font-size:90%;
}


/* Items */
#plist .items{
	width:100%;
	position:relative;
}
#plist td{
	xvertical-align: middle;
}
#plist .item{
	display:block;
	width:160px;
	height:160px;
	background-color:#ddd;
	xfloat:left;
	xtext-align: center;
	margin: 0 10px 10px 0;
}
#plist .items .loader{
	display:block;
	border:1px solid #330000;
	position:absolute;
	top:100px;
	left:100px;
	background-color:#e5bdbd;
	padding: 5px 10px;
}
#plist .items .loader img{
	margin: 1px;
}



/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }


/* Pager */
#pager{
	overflow:hidden;
	margin-top:20px;
	clear:both;
	text-align: center;
}
#pager a{
	color:#660000;
}
#pager a,#pager .curr{
	padding: 5px 10px;
}
#pager .curr{
	background-color:#e5bdbd;
}
#pager a.disabled{
	color:gray;
}
#pager a.dis{
	text-decoration:none !important;
	color:#7c7c7c;
	cursor:default;
}





/*===== Produkt Detail =====*/
#detail{
	overflow:hidden;
	clear:both;
}
#detail .btnprev{
	margin-bottom:10px;
	display:block;
}
#detail .pics{
	display:block;
	float:left;
	width:300px;
	margin-right:20px;
}
#detail .textblock{
	display:block;
	background-color:#dddddd;
	width:420px;
	float:right;
	margin-bottom:10px;
}
#detail .textblock .in{
	display:block;
	margin: 20px;
}

#detail .textblock .lab{
	display:block;
	float:left;
	width:100px;
	color:#7c7c7c;
}

#detail .textblock ul{
	list-style-position: inside;
}
#Content ul{
	list-style-position: inside;
	margin:5px 0;
}
#Content ul li{
	list-style-type: disc;
}
#Content ul li div.p{
	display:inline;
}

#detail .line{
	display:block;
	margin-bottom:5px;
	overflow: hidden;
}

#TB_caption{
	width:100%;
	text-align:center;
	height:auto !important;
}
#TB_Image{
	margin-top:30px !important;
}
#TB_secondLine{
	font-size:12px !important;
}
#TB_closeWindow{
	position:absolute;
	right:0px;
	top:0px;
	border-left:1px solid #7c7c7c;
	border-bottom:1px solid #7c7c7c;
	background-color:white;
	padding: 5px !important;
	height:auto !important;
}
#TB_pos{
	xdisplay:block;
	xfloat:left;
}
#TB_prev,#TB_next{
	xdisplay:block;
	xfloat:left;
	xwidth:120px;
}


/*===== Karte =====*/


#map{
	display:block;
	height:420px;
}
.myMap{
	display:block;
	position: absolute;
   width: 410px;
   height: 400px;
   border:#555555 2px solid;
}
/* hide Bird's Eye Hinweis */
#MSVE_obliqueNotification {visibility: hidden;} 


/*====Contact=====*/
#contact{
	position:relative;
}

#contact .row{
	margin-bottom:5px;
}

#contact .lab{
	display:block;
	width:100px;
	float:left;
	padding-top:2px;
}
#contact .tbx{
	border:1px solid #d5d5d5;
	padding: 1px;
	width:250px;
}
#contact .btn{
	padding: 0px 0px 0px 10px;
	background-position: 0 4px;
	margin-left:280px;
}


#contact .waiter{
	display:block;
	border:1px solid #dddddd;
	padding: 5px 10px;
	position:absolute;
	top:100px;
	left:150px;
	background-color:#ffffaa;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#TB_load{
display:none !important;
visibility: hidden !important;
}


