body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}

body {
	background-color: #2eafe0;
	background-image: url("images/body_bg4.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font: 100%/1.4 Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1 {
	margin-top: 0;
	padding-left: 30px;
	padding-right: 15px;
	color: #000;
	font-size: 13pt;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-left: 40px;
	padding-right: 15px;
	font-size: 12pt;
}

a img {
    border: none;
}
a:link {
    //color: #42413C;
    color: #3b3bff;
    text-decoration: underline;
}
a:visited {
    //color: #6E6C64;
    color: #3b3bff;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
#container {
    //height: 500px;
    margin: 0px auto;
    width: 1000px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}
#headercontainer {
    height: 188px;
    border-bottom: 1px solid gray;
}
#header {
    //border-top-left-radius: 15px;
    //border-top-right-radius: 15px;
    background-image: url("images/header_bg_0.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
    height: 188px;
	overflow: hidden;
}

#headerlogo {
	position: absolute;
	left: 50%;
	margin-left: -117px;
	width: 235px;
	height: 179px;
	background-image: url("images/logo_klein.png");
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 10;
}

#navcontainer {
	height: 40px;
	width: 100%;
	background-image: url("images/navi_bg.png");
	background-repeat: repeat-x;
	background-color: #196aff;
	//float:left;
    font-size:93%;
    line-height:0.8em;
}

#sidebarcontainer {
    float: left;
    width: 240px;
}
#sidebar1 {
    //background-image: url("images/content_bg.png");
	//background-color: #196aff;
    background-repeat: repeat-x;
    border-bottom-right-radius: 10px;
    min-height: 250px;
    //padding-bottom: 10px;
	//padding-top: 25px;
	font-size: 9pt;
	width: 200px;
}
.sidebar2 {
    border-radius: 15px 15px 15px 15px;
    margin: 30px 0 30px 5px;
}
.content {
    background-image: url("images/bg_trans60_long.png");
    background-repeat: repeat-x;
	//background-color: #fff;
    width: 100%;
	padding-top: 30px;
}

#subContent {
	//margin: 0px 0px 0px 220px;
	//background-image: url("images/bg_trans60_block.png");
	background-color: transparent;
	border-top-left-radius: 10px;
	min-height: 500px;
	padding-right: 50px;
}
.content ul, .content ol {
    padding: 0 15px 15px 80px;
}
ul.navlist {
	margin:0;
    padding:0;
    list-style:none;
}
ul.navlist li {
	float:left;
    margin:0;
    padding:0;
}
ul.navlist a, ul.navlist a:visited {
    color: #fff;
    display: block;
    padding: 5px 5px 5px 35px;
    text-decoration: none;
}
ul.navlist a:hover, ul.navlist a:active, ul.navlist a:focus {
    color: #FFFFFF;
}
.subnav {
    margin-left: 8px;
}
.footercontainer {
    clear: both;
    position: relative;
}
.footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    height: 100%;
    //margin-bottom: 20px;
}
.footerText {
	padding-top: 5px;
	height: 100%;
	width: 98%;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active, .footer a:focus {
	color: #000000;
}
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
.aktuellesBox {
    /* background-color: #F2B373; */
	background-image: url('content/images/aktuellesBg.png');
    border-radius: 5px 5px 5px 5px;
    margin: 10px auto;
    width: 90%;
}
.aktuellesHeader {
    /* background-color: #ED8D3A; */
	background-image: url('content/images/aktuellesHeaderBg.png');
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
	overflow: hidden;
}
.aktuellesText {
    padding-bottom: 10px;
	padding-top: 0px;
	clear: both;
}
.aktuellesBetreff {
	float: left;
    padding: 0 5px;
}
.aktuellesDatum {
	float: right;
    padding: 0 5px;
}