/* main */
html, body{
	background-color: #e1ddd9;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	line-height: 18px;
	text-align: center;
	color:#333333;
	padding:0;
	margin:0;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat;
} 
a {color: #333333;text-decoration: underline;}
a:visited {color:#333333;text-decoration: underline;}
a:hover {color: #000000;text-decoration: none;}
a:active {color:#000000;text-decoration: none;}

#bold {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/* sitelayout */
#pagewidth{
	width:798px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/bg_pagewidth.jpg);
	background-repeat: repeat;
	} 
#header{
	position:relative;
	height:185px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../img/img_header.jpg);
	background-repeat: no-repeat;
	} 
#leftcol{
	width:182px;
	float:left;
	position:relative;
	padding-left: 26px;
	padding-bottom: 26px;
 	}
#leftcol ul{
	list-style-type:none;
}
#maincol{
	float: right;
	display: inline;
	position: relative;
	width:538px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 26px;
	}	
#maincol ul{
	list-style-image: url(../img/list_type_arrow.gif);
	}
#menu {
	margin: 0;
	padding: 0;
	width: 162px;
	background-image: url(../img/bg_nav.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	}
#menu ul {
	margin: 0;
	padding: 0;
	}
#menu li a {
	margin-left: 25px;
	height: 24px;
	text-decoration: none;
	}	
#menu li a:link, #menu li a:visited {
	color: #333333;
	display: block;
	padding: 8px 0 0 10px;
	}
#menu li a:hover {
	color: #000000;
	text-decoration: underline;
	}
#menu li a:active {
	color: #333333;
	padding: 8px 0 0 10px;
	}
#footer{
	text-align:right;
	clear:both;
	height: 20px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px;
	background-color: #CCCCCC;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat;
	}

/* contentstyle blue */
.headlineblue {
	color: #466AB2;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}
.breadcrumbblue {
	color: #466AB2;
	font-size: 10px;
	border-bottom: 1px dashed;
	margin-bottom: 20px;
}
.boxblue {
	background-color: #9CAFD6;
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
	padding: 5px;
	margin: 12px 0px 12px 0px;
}
.boxblueheadline {
	background-color: #9CAFD6;
	font-size: 15px;
	padding: 5px;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 12px;
	font-weight: bold;
}
.boxlightblue {
	background-color: #C1CDE5;
	font-size: 12px;
	padding: 5px;
	color: #333333;
	padding: 5px;
	margin-bottom: 12px;
}

/* end contentstyle blue */

img {
	border: none;
}
.bold {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	line-height: 18px;
	font-weight: bold;
}
.rightfloat {
	float: right;
	margin: 0px 0px 12px 12px;
	border: 1px solid #C8C8C8;
	padding: 3px;
	background-color: #ECECEC;
}
.antifloat {
	clear: both;

}
 
/*printer styles*/ 
 @media print{ 
/*show main content when printing*/ 
html, body{
	background-color:transparent;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0;
	margin:0;
} 
#header{display:none;} 
#leftcol{display:none;} 
#footer{display:none;} 
#menu{display:none;} 
#maincol{
	width:550px;
	float: left;
	}
}

.newsmeldung {
margin-top: 20px;
padding: 5px;
background-color: #9cafd6;	
line-height: 16px;
font-weight: bold;
color:white;
}

.newsmeldung a{
font-weight: normal;
color:white;
}
