/* start main css */
body {
	margin:0px;
	padding:0px;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	color:#333;
	background: #FFFFFF;
	background-image: url(img/bgline.gif);
	background-repeat: no-repeat; 
/*	background-position: top left; */
	}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	}


p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#333399;}
/* a:visited {color:#333399;}  */
a:hover {background-color:#ced7e6;}


#Header {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 19px;
	height: 86px; /* 14px + 17px + 2px = 33px */
	border: none;
	background-color: #FFFFFF;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 86px; /* the correct height */
	}
	
body>#Header {height: 86px;}

#Content {
	margin: 0px 50px 50px 210px;
	padding: 10px;
	max-width: 700px; 
	width:expression(document.body.clientWidth > 700? "700px": "auto" );
	background: #FFFFFF;
	}
	

#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:170px;
	padding:0px; 
	background-color:#333399;
	border:1px solid #999;
	line-height:17px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}

body>#Menu {width:170px;}

#Menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#Menu li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#Menu li a
{
	display: block;
	padding: 2px 1px 2px 7px;
	/* top right bottom  left */
	border-left: 10px solid #1958b7;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #Menu li a { width: auto; }

#Menu li a:hover
{
	border-left: 10px solid #1c64d1;
	background-color: #2586d7;
	color: #fff;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
	margin: 2px;
	width: 250px;
}

/* mhm */
.stea {  
	font-size: 15px; 
	font-weight: bolder; 
	color: #FF0000; 
	line-height: 16px; 
}

label,input,textarea,select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 3px;
}

label {
	text-align: right;
	padding-right: 20px;
}

br {
	clear: left;
}

#diff { 
	list-style-type: circle;
}

ul { 
	list-style-type: square; 
} 

table { border: 1px solid #CCCCCC; border-spacing: 0;} 
td { border: 1px solid #CCCCCC; border-spacing: 0;}

