@charset "iso-8859-2";
body {
	background-image:url(images/bg_neu.jpg);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif; 
	font-size:11pt;
	font-weight:normal;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004200;
	overflow:scroll;
}
#container {
	width:779px;
	background-image:url(images/bg_total_ws.gif);
	background-position: 0px 80px;
	background-repeat: no-repeat;
	margin: 5px auto;
	border-top: 1px solid #005e00;
	border-right: 1px solid #005e00;
	border-bottom: 1px solid #005e00;
	border-left: 1px solid #005e00;
	text-align: left;
}

#header {
	height:140px;
	padding: 0;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	width: 150px;
	height:400px;
	marging: 0;
	padding: 90px 10px 0px 20px;
	color:#030;
}

#sidebar1 a:link {
	font-weight: normal;
	color:#030;
	text-decoration:none;
}

#sidebar1 a:hover {
	color:#030;
	text-decoration: underline;
}

#sidebar1 a:visited {
	color:#030;
	text-decoration:none;	
}

#mainContent {
	margin: 0 1px 0 190px;
	padding: 0 20px;
}

#mainContent a:link {
	color: #004200;
}


.starth1 {
	font-size:24pt;
	font-weight:normal;
	color: #030;
}
h1 {
	font-size:18pt;
	font-weight:normal;
}
h2 {
	font-size:16pt;
	font-weight:normal;
}
#footer {
	font-size:10px;
	margin: 0 0 0 180px;
	padding: 0 20px;
	background:#fff;
	color:#030;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a:link {
	color: #fff;
}



.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.small {
	font-size:10px;
	}
	


