body {
	/*font: normal 12px "Trebuchet MS", tahoma, verdana;*/
	font: normal 12px verdana, tahoma, arial;
	line-height: 150%;
	margin: 3px;
}	

a:link, a:visited {
	color: #676767;
}
a:hover {
	color: #010066;
}

.header {
	background: url('../images/header_medium.jpg') no-repeat; 
	height: 100px; 
	margin-bottom: 3px;
}

.top_menu_container {
	position: relative; top: 80px; left: 280px; height: 20px; width: 700px; background: #010066;
}

.top_menu {
	padding-left: 13px;
}

.top_menu div {
	font: bold 10px tahoma, verdana;
	text-align: center;
	padding: 2px;
	padding-top: 4px;
	letter-spacing: 1px;
	float: left; 
	width: 110px; 
	color: white; 
	text-transform: uppercase;
}

.top_menu .active_item {
	background: #eceef4; 
	color: #010066; 
	position: relative; 
	top: 4px; 
	padding-top: 3px; 
	height: 18px;
}

.top_menu a:link, .top_menu a:visited {
	color: white;
	text-decoration: none;
}
.top_menu a:hover {
	color: white;
	text-decoration: underline;
}

.top_menu .active_item a:link, .top_menu .active_item a:visited , .top_menu .active_item a:hover{
	color: #010066; 
}

.left_content {
	float: left; width: 180px; 
}

.right_content {
	float: right; width: 180px; 
}

.left_content .box, .right_content .box {
	background: #eceef4; 
	margin-bottom: 3px;
}

.center_content {
	margin-left: 183px; 
	margin-right: 183px; 
	background: #eceef4;
	min-height: 500px;
}

.content {
	background: #eceef4;
}

.blueboxtitle, .grayboxtitle {
	font: bold 10px tahoma, verdana;
	padding: 3px;
	padding-left: 10px;
	color: white; 
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blueboxtitle {
	background: #010066;
}
.grayboxtitle {
	background: #676767;
	padding-left: 28px;
	background-image: url('../images/sunongray.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.sgrayboxtitle {
	background: #b4b498;
	padding-left: 28px;
	background-image: url('../images/sunongray.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.boxbody {
	padding: 5px;
}

.newsbody {}
.newsbody li {
	margin-left: 20px;
}

.newsbody ul li {
	margin-left: 0px;
}

.page {
	padding: 13px; 
	text-align: justify;
}

.page .title {
	background-image: url('../images/sunonlightgray.gif');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 32px;
	padding-top: 1px;
	border-bottom: solid 1px #010066;
	font: bold 12px tahoma, verdana;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 14px;
	margin-bottom: 10px;
}

.page .grayfond {
	background: #dae2ec;
	padding: 10px;
}

.page .yellowfond {
	background: #dde0df;
	padding: 10px;
}

.page .whitefond {
	background: #f8f9fc;
	padding: 10px;
	border-right: solid 1px #d1d3d8;
	border-bottom: solid 1px #d1d3d8;
}

.page .whiteulfond {
	background: #f8f9fc;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: solid 1px #d1d3d8;
	border-bottom: solid 1px #d1d3d8;
}


.submenu {
	padding: 10px;
	font: normal 11px tahoma, verdana;
}

.submenu .item, .submenu .item_active{
	padding: 2px;
}

.submenu a:link, .submenu a:visited {
	color: #010066;
	text-decoration: none;
}
.submenu a:hover {
	color: #010066;
	text-decoration: underline;
}

.submenu_icon {
	float: left; 
	height: 5px; 
	width: 5px; 
	font-size: 1px; 
	background: #010066; 
	margin-top: 4px; 
	margin-right: 7px;
	border: solid 1px white; 
}

.item_active .submenu_icon {
	background: white;
	border: solid 1px #010066; 
}

.mehr {
	text-align: right;
}

ul {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	line-height: 150%;
	text-align: left;
	/*list-style-image: url('../images/li.jpg');*/
}

li {
	margin-bottom: 5px;
	list-style-image: url('../images/dot.gif');
}

.textinput {
	border: solid 1px #676767;
	width: 100%;
}

.footer {
	clear: both;
	padding: 5px;
	border-top: solid 1px #eceef4;
	text-align: center;
	font-size: 10px;
}

/*
grau - schriftgrau - boxheadergrau
#676767

blau - sonnenblau - boxheaderblau - topmenublau, nfblau
#010066

hellgraublau - boxbg - contentbg - etc
#eceef4

zwischen hellgraublau und grau
#d1d3d8

vorschlagsfarbe: 
erde: #b4b498 (grau-abstufung)
blau: #7f8cb3 (heller)
*/