html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	
	/* */ 
	}

	
body {
	height:100%; 
	
	max-height:100%; 
	verflow:hidden; 
	
	padding:0; 
	margin:0; 
	border:0;
	font-family : Arial;
	fontsize : 11px;
	font-size : 11px;	
	}


#head {
	position:absolute; 
	left:0; 
	top:0; 
	width:100%px; 
	height:119px; 
	background:url('/images/header1_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;	
	z-index:5; 
	}
	
* html #head {
	top:0px; width:100%px; height:119px;
	}
	

#Leftbox { 
	position: absolute; 
	left: 8px; 
	width: 230px; 
	top: 120px; 
	background-color: #ffffff;  
	padding:0px;
	margin:0px;	
}

#Middlebox { 
	display:block; 
	
	position: absolute;
	z-index:3;  
	top: 120px;
	bottom:0px; 
	width: 725px; 
	
	left: 240px;
	min-width:400px; 
	 
	
	
	padding:0px;
	margin:0px;
	background-color: #ffffff;	
}






#Rightbox { 
	position: absolute; 
	left: 970; 
	width: 220px; 
	top: 120px; 
	background-color: #ffffff;
	padding:0px;
	margin:0px;	
}

	
#foot {
	position:absolute;
	left:0; 
	bottom:0; 
	width:100%; 
	height:30px; 
	z-index:5; 
	border:1px solid #ddd;
	color:#000;
	font-family : Arial;
	fontsize : 10px;
	font-size : 10px;	
	}

* html #foot {
	bottom:2px; width:100%px; height:30px;
	}
	


.WarenkorbPopUp_Text {
	color : #000000;
	font-family : Arial;
	fontsize : 11px;
	font-size : 11px;
	line-height: 1.5;
	width: 190px; 	
	left: 20px; 
	position: absolute; 
	top: 15	
}



.Leftbox_Text {
	color : #000000;
	font-family : Arial;
	fontsize : 11px;
	font-size : 11px;
	line-height: 1.5;
	left: 7px; 
	top: 5px; 
	width: 190px; 	
	position: relative;
}



.Leftbox_Text a:hover{
	color : #00A6A6;
	text-decoration: none;
	font-weight: normal;
}
.Leftbox_Text a:active{
	color : #00A6A6;
	text-decoration: none;
	font-weight: bold;
}

.Leftbox_Text a {
	color : #000000;
	text-decoration: none;
	font-weight: normal;
}

.Leftbox_Titel{
	color : #ffffff;
	font-family : Arial;
	fontsize : 14px;
	font-size : 14px;
	left: 14px; 
	top: 0px; 
	position: relative;
	font-weight: bold;

}


.ZweiSpalten_1{
	font-family : Arial;
	fontsize : 11px;
	font-size : 11px;
	position: relative;
	#width: 320px;
	width: 45%;
	padding:3; 
	float: left;

}

.ZweiSpalten_2{
	font-family : Arial;
	fontsize : 11px;
	font-size : 11px;
	position: relative;
	width: 45%;
	float: left;
	padding:3; 
	margin-left: 25px;

}

TD  {
	color : #000000;
	font-family : Arial;
	fontsize : 11px;
	font-size : 11px;
	line-height: 1.5;
}

ul { 
	margin:1em; 
	padding:3; 
	margin-top: -4px;
	margin-bottom: -4px;
	}


A  {
	color : #00A6A6;
	font-family : Arial;
	fontsize : 11px;
	font-size : 11px;
	font-weight: bold;
	
}



.small  {
	color : #000000;
	font-family : Arial;
	fontsize : 10px;
	font-size : 10px;
	line-height: 1;
}


.Titel  {
	color : #c5b58b;
	font-family : Arial;
	text-decoration : none;
	fontsize : 18px;
	font-size : 18px;
}

.fett, H1  {
	color : #15B5B8;
	font-family : Verdana;
	text-decoration : none;
	fontsize : 17px;
	font-size : 17px;
	font-weight: bold;
}

H2 {
	color : #333333;
	font-family : Arial-Narrow, Arial;
	text-decoration : none;
	fontsize : 14px;
	font-size : 14px;
	font-weight: bold;
}




#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	

}
#tooltip h3, #tooltip div { margin: 0; }



#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 185px;
	opacity: 0.8;
	background: url('/JS/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }



.WarenkorbPopUp
	{
	opacity: 0;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	filter: alpha(opacity=0);
	position: absolute;
	top:5;
	left:180;
	background: url('/images/shadow.gif'); 
	width:250px; 
	height: 168px; 
	float: right; 
	z-index:500;
	}






	
	
	
	
	
	
	
	
	
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #888888;
}

#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=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

* 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: 3px solid #00A6A6;
	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: 12px 0 0 12px;
	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;
}	












.treeview { 
position: relative;
left: -24px;
top: -12px; 
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

list-style-type: none;
padding-left: 11px; 
margin-bottom: 3px;
}



.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;


}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}