@charset "iso-8859-1";

html,body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
}

body {
	margin:0px;
}

a {
	color:#000;
}

#topline {
	height:130px;
	min-height:130px;
	max-height:130px;
	background-image:url(/images/steinberg/topback.jpg);
}

#mainlogo {
	float:left;
	width:250px;
	height:130px;
	background-color:#FFFFFF;
	background-image:url(/images/steinberg/logo.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
}

#mainmenu {
	float:left;
}

#mainmenuline {
	position:relative;
	top:46px;
	left:-30px;
	height:26px;
	border-bottom:1px dotted #a7a7a7;
}

#mainmenuline a {
	margin-left:0px;
	margin-right:0px;
	padding:10px;
	line-height:26px;
	color:#000000;
	text-decoration:none;
	background-image:url(/images/steinberg/mainmenumback.jpg);
	border-right:1px dotted #a7a7a7;
	border-top:1px dotted #a7a7a7;
}

#mainmenuline a.active {
	margin-left:20px;
	margin-right:20px;
	color:#FF0000;
	text-decoration:none;
	width:60px;
}

#mainline {

}

#leftmenu {
	float:left;
	width:196px;
	height:575px;
	border-right:1px dotted #a7a7a7;
	border-bottom:0px dotted #a7a7a7;
	overflow:visible;
}

.leftmenuentry {
	display:block;
	width:140px;
	margin-top:10px;
	padding:2px;
	padding-left:37px;
	color:#000;
	text-decoration:none;
	background-image:url(/images/steinberg/mainmenumback.jpg);
	border:1px dotted #a7a7a7;
	border-left:0px;
}

.leftmenuentryactive {
	display:block;
	width:140px;
	background-color:#CD3335;
	color:#ffffff;
	text-decoration:none;
	padding:2px;
	padding-left:37px;
	margin-top:10px;
}



#content {
	float:left;
	width:650px;
	padding:20px;
	padding-left:40px;
	font-weight:normal;
}

#content h4 {
	color:#666666;
	padding:2px;
	font-style:italic;
	font-size:120%;
	border-bottom:1px solid #CF3035;
}

.leftheader {
	font-size:100%;
	color:#ffffff;
	background-color:#346633;
	text-decoration:none;
	padding-left:37px;
}

.leftheader h4 {
	font-size:100%;
	color:#ffffff;
	text-decoration:none;
	padding:2px;
}
