/* CSS Document */
html														{overflow-y: auto; overflow-x: hidden;}
body {
	margin:0;
	padding:0;
	background-color:#ffffff;
}
/*
#testbox {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-486px;
	margin-top:-319px;
	width:972px;
	height:639px;
	background:url(img/testbkg.jpg) no-repeat;
}
*/

#content {
	width:926px;
	height:425px;
	/*position:relative;
	top:98px;
	left:18px;*/
	background: #ffffff;
}

#menuleft {
	float:left;
	width:237px;
	height:425px;
}

#systemequip {
	position:relative;
	top:100px;
}

#maincontent {
	float:left;
	width:688px;
	height:425px;
}

#scrollarea {
	height:425px;
	overflow:auto;
}

#headerheadline {
	float:left;
	width:500px;
}
#headerlinks {
	float:right;
	width:180px;
	margin-top:20px;
}

/* --------------------------------------------------------------------- PRODUCT TABLE ----------------------------------------- */
.scrollareaproductsfirst {
	width:500px;
	border-top: 1px solid #a0a0a0;
}

.scrollarealinksfirst {
	width:180px;
	border-top: 1px solid #a0a0a0;
}

.scrollareaproducts {
	width:500px;
	border-top: 1px solid #a0a0a0;
}
.scrollarealinks {
	width:180px;
	border-top: 1px solid #a0a0a0;
}

.untertypheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
}

.productimage {
	width:226px;	/* img size: 224 * 126 (16:9) */
	height:128px;
	float:left;
	padding-top:4px;
}

.producttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	padding-left:4px;
	float:left;
	width:220px;
	padding-top:4px;
}

.producttext p {
	padding:0;margin:0;
	padding-bottom:10pt;
}

.productlinktext {
	padding-bottom:10pt;
}

.productlinktext a {
	font-family:Arial, Helv	etica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}

/* --------------------------------------------------------------------- SELECT ----------------------------------------- */

select {
	display:block;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-top:5px;
}

/* --------------------------------------------------------------------- FONTS ----------------------------------------- */

#headerlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;
}

h1.menuheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;
	padding:0;
	margin:0;
	padding-top:10px;
}

#scrollarea {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;
}

#maincontentheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	background: #ffffff;
}

option.disabled {
	color:#000;
	font-weight:bold;
}
