body {
/*
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #990099;
	scrollbar-3dlight-color: #990099;
	scrollbar-darkshadow-color: #990099;
	scrollbar-shadow-color: #990099;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000000;
*/
	
	background-image:url(images/bg_sternenhimmel.jpg);
	background-color: #000000;

	margin-top:0px;
	margin-bottom:20px;

}

body, form, th, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


th {
	text-align:left;
	background-image:url(images/ts.gif);
	background-color: #990099;
}

a:link, a:visited, a:hover {
	color:white;
	text-decoration: underline;
}

a:hover {
	color: #FFCC99;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
}


/*----------------- formular elements -------------------*/
form {
	margin:0px;
}

input, select, textarea {
	font-size: 100%;
	color:white;
	background-color: #333333;
	border: 1px solid #CCCCCC;
}

input.text { width:200px; }

.button {
	color: #FFCC99;
	font-weight:bold;
	background-color: #990099;
	border: 1px solid #CCCCCC;
}

.buttonreverse {
	color: #990099;
	font-weight:bold;
	background-color: #FFCC99;
	border: 1px solid #CCCCCC;
}


.blank {
	border: 0px;
	background-color:transparent;
}



/*----------------- desgin elements -------------------*/
.borderline {
	background-color:#333333;
	border:solid 1px #990099;
}

.imgSlideshow {
	border:solid 1px #990099;
}

.preis {
	font-size:150%;
	font-weight:normal;
	color:#FFCC99;
}
.collapse {
	border: solid 1px gray;
	border-collapse: collapse;
}

ul.folder {
	list-style-image:url(images/icon_folder.gif);
}
.folder li {
	padding-left:2px;
}

/*----------------- Block elements -------------------*/
#HeaderDiv {
	
	left:0px;
	top:0px;
	
	height:80px;

	border-left: solid 1px gray;
	border-right: solid 1px gray;


	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	
	cursor:hand;	
	text-align:center;
	overflow:hidden;
}

.ProductImage {
	border:solid 1px white;
}

#Navigation {
	width:100%;

	text-align:center;
	height:20px;
	margin-bottom:0px;
}

#Navigation td {
	background-color:#333333;
}

#Navigation th {
	text-align:center;
	background-color:#990099;
}

#Navigation th a {
	color: #FFCC99;
	text-decoration:none;
}

#Navigation td a {
	font-weight:bold;
	text-decoration:none;
}

#ToolbarDiv {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	padding:5px;
	background-color:#333333;
	margin-bottom:10px;
}

#ContentDiv {
	margin-bottom:20px;
}
#ContentDiv th {
	letter-spacing:0.5pt;
}

#SortimentDiv h1 {
	text-transform:uppercase;
	letter-spacing:0.5pt;
	margin-top:0px; 
	margin-bottom:0px;
	font-size:14px;
}

#SortimentDiv h1 a {
	text-decoration:none;
}



#ProduktemfehlungDiv {
/*
	position:absolute;
	top:0px;
	left:0px;
	clip:rect(0,0,0,0); 
}
#ProduktemfehlungDiv a {
	text-decoration:none;
	color:#000000;
}
#ProduktemfehlungDiv h1 {
	color:#000000;
	font-size:12px;
*/
}

#ZusatzinfosDiv {
	visibility:hidden;
	display:none;
}

#FussnoteDiv {
	margin-top:30px;
	text-align:center;
}

.Prueffeld {
	display:none;
}
