@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	margin-top:8px;
}

#container {
	background-image:url(images/containerbackground_neu2.jpg);
	width:950px;
	background-repeat:no-repeat;
	text-align:left;
	margin-left:70px;
}

#middlebox {
	margin-top:15px;
	width:inherit;
	background-color:none;
	height:550px;
}

#header {
	width:inherit;
	height:172px;
	background-repeat:no-repeat;
	background-position:left;
}

ul {
  list-style: none;
}

li {
	color:#06C;
	margin-top:14px;
	font-size:12px;
	font-weight:bold;
}

ul > li {
	margin-left:-30px;
	font-size:11px;
}

ol > li {	
	list-style:disc;
	font-size:11px;
	color:#06C;
}

#rightbox > p {
	font-size:10px;
	margin-left:22px;
}

.header {
	margin-left:15px;
	margin-top:5px;
	text-transform:uppercase;
	color:#5732a4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#navigation {
	padding-left:0px;
	float:left;
	width:170px;
	height:500px;
	padding-top:20px;;
	margin-right:13px;
}

#bannerbox {
	float:left;
	margin-right:20px;
	background-image:url(images/banner_neu.jpg);
	width:545px;
	height: 120px;
}

#content {
	float:left;
	margin-right:20px;
	font-size:14px;
	width:545px;
	margin-top:10px;
	height: 400px;
	overflow:auto;
}

.importantinfo {
	font-size:13px;
	color:#093;
	margin-left:20px;
	font-weight:bold;
}

.contentheader {
	margin-left:20px;
	color:#69F;
}

#content > cite {
	font-size:16px;
	text-align:center;
}

.texthighlight {
	color:#F90;		
}

#content > p {
	margin-left:35px;	
}

#logo {
	position:absolute;
	left:100px;
	top:90px;
	width:120px;
	height:103px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}

.contactdiv {
	position:absolute;
	left:80px;
	top:500px;
	width:170px;
}

.contactdiv > p {
	margin-left:20px;
}

p > a {
	margin-left:10px;
	text-decoration:none;
	font-size:11px;
	color:#F93;		
}

#rightbox {
	padding-top:20px;
	margin-top:-120px;
	float:left;
	width:200px;
	height:500px;
}

a:link {color:#06C;; text-decoration:none}
a:visited {color:#06C;; text-decoration:none}
a:active {color:#F60; text-decoration:none}
a:hover {color:#F60; text-decoration:underline}


strong {	
}

.contentmainheader {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:30px;
	font-size:14px;
	color:#606;
	font-weight:bold;
	
}

#footer {
	margin-top:-15px;
	width:950px;
	height:15px;
}

#text {
	margin-right:20px;
	margin-left:20px;	
	
}

.date {
	color:#5732a4;	
	vertical-align:top;
	font-weight:bold;
}

td {
	padding-top:10px;
	padding-left:10px;
	text-align: justify;
}

td > em {
	color:green;	
	
}

hr {
  width: 70%;
}

#footer > hr {
  width: 100%;	
}

.sem {
	color:#3e3e3e;

}