/* HTML-Tag-Neudeklarationen */
body {
	background-color: #BFDEFF;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	text-align: left;
	}

/* Haupt-DIV-Elemente */

#header {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 888px;
	height: 161px;
	z-index: 10;
	border-right: 0px solid black;
	}
	
#wrapper {
	position: absolute;
	left: 50px;
	top: 180px;
	width: 888px;
	background-color: #D6E9FE;
	z-index: 8;
	border-right: 0px solid black;
	}
	
#innerwrapper {
	position: relative;
	top: 0px;
	top: 0px;
	width: 858px;;
	margin: 15px;
	margin-bottom: 0px;
	border-right: 0px solid black;	
	}
	
#contentwrapper {
	position: relative;
	left: 0px;
	top: 0px;	
	width: 858px;
	margin-top: 3px;
	background-color: white;
	padding-top: 6px;
	}
	
#titlebar {
	position: relative;
	width: 798px;
	height: 21px;
	background-color: white; 
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-left: 16px;
	border: 0px solid black;
	vertical-align: middle;
	padding-left: 15px;
	}
	
#titlespacer {
	float: left;
	left: 0px;
	top: 0px;
	width: 135px;
	height: 21px;
	background-color: #72B6E4;
	margin: 0px;
	padding: 0px;
	}
	
#title {
	float: left;
	top: 0px;
	height: 21px;
	width: 595px;
	background-color: #72B6E4;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 3px;
	}
	
	
/* MENU-Formatierung */

#menu01 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 858px;
	background-color: #BFDEFF;
	border-bottom: 1px solid white;
	font-size: 0.85em;
	height: 16px;
	margin-bottom: 0px;
	}
	
#menu01 a, #menu01 a:hover, #menu01 a:visited {
	color: black;
	text-decoration: none;
	}
	
#menu01 ul li:hover {
	background-color: white;
	}

#menu02 {
	float: left;
	top: 0px;
	left: 0px;
	width: 175px;
	background-color: #BFDEFF;
	border: 0px solid black;
	font-size: 0.85em;
	padding-bottom: 45px;
	padding-top: 10px;
	margin: 0px;
	margin-top: 2px;
	}
	
#menu02 a, #menu02 a:hover, #menu02 a:visited {
	color: black;
	text-decoration: none;
	}
	
#menu02 ul li:hover {
	text-decoration: underline;
	}
	
#menu02 ul li {
	padding-bottom: 3px;
	padding-top: 3px;
	}
	
#menulist {
	display: inline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	height: 10px;
	}
	
.menuitem {
	display: inline;
	background-color: #BFDEFF;
	color: black;
	padding-left: 10px;
	padding-right: 10px; 
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;

	}
	
.menuitemact {
	display: inline;
	background-color: white;
	color: black;
	padding-left: 10px;
	padding-right: 10px; 
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#menulist02 {
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.menuitem02 {
	display: block;
	background-color: #BFDEFF;
	color: black;
	padding-left: 10px;
	padding-right: 10px; 
	margin-right: 10px;
	text-align: right;
	}
	
.menuitemact02 {
	display: block;
	background-image: url(../img/menuitem.gif);
	background-repeat: no-repeat;
	color: black;
	padding-left: 10px;
	padding-right: 10px; 
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	}	
	
/* CONTENT-FORMATIERUNG */

#contentbar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 798px;
	background-color: white; 
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	border: 0px solid black;
	padding-left: 8px;
	}	

#content {
	float: left;
	top: 0px;
	margin-top: 12px;
	margin-left: 35px;
	display: block;
	background-color: white;
	width: 550px;
	z-index: 99;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: 500;
	line-height: 1.5em;
	text-align: justify;
	}
	
/* ELEMENTE FÜR "NO STYLE" DARSTELLUNG */

#blindbar {
	display: none;
	}

#blindtitle {
	display: none;
	}
	
	
/* FOOTER ELEMENTE */

#footer_top {
	position: relative;
	left: 0px;
	top: 0px;
	width: 887px;
	height: 53px;
	background-color: #C2E0FF;
	background-image: url(../img/footer_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-right: 0px solid black;
	}
	
#footer_link {
	position: relative;
	top: 12px;
	left: 717px;
	width: 104px;
	height: 16px;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: normal;
	/* background-color: green; */
	}

#footer_link a, #footer_link a:hover, #footer_link a:visited {
	color: #BBB;
	text-decoration: none;
	}

#footer_bottom {
	position: relative;
	left: 0px;
	top: -5px;
	width: 889px;
	background-color: #C4E2FE;
	margin: 0px;
	margin-bottom:-10px;
	padding: 0px;
	border: 0px;
	border-right: 0px solid #C2E0FF;
	}

#footer img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
/* HILFELEMENTE FÜR LAYOUT */
	
#clearer {
	position: relative;
	clear: both;
	}
	
#leftmargin {
	padding-left: 5px;
	}

/* CONTENT-FORMATIERUNG FÜR STARTSEITE (IMPLODE/EXPLODE) */

#blockwrap {
	background-image: url(../img/blockbg.jpg);
	background-repeat: repeat-y;
	width: 595px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	border: 0px solid black;
	}

#blockwrap_head {
	background-color: #72B6E4;
	display: block;
	width: 595px;
	height: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	color: white;
	border-bottom: 0px solid #72B6E4;
	border-left: 2px solid #72B6E4;
	border-right: 2px solid #72B6E4;
	border-top: 2px solid #72B6E4;	
	}

/*
#blockwrap_body {
	width: 595px;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	}
*/

#blockwrap_bodywrapper {
	margin-right: 5px;
	padding: 5px;
	width: 585;
	text-align: justify;
	}


#blockwrap_bodywrapper2 {
	margin: 5px;
	padding: 5px;
	width: 585;
	text-align: justify;
	}


#blockwrap_link1 {
	width: 595px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 2px;	
	color: black;
	border-bottom: 2px solid #AAA;
	border-left: 2px solid #AAA;
	border-right: 2px solid #AAA;
	border-top: 0px solid #AAA;
	}

#blockwrap_link2 {
	width: 595px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 2px;	
	color: black;
	border-bottom: 2px solid #AAA;
	border-left: 2px solid #AAA;
	border-right: 2px solid #AAA;
	border-top: 0px solid #AAA;
	display: none;
	}

#blockwrap_link a {
	color: black;
	text-decoration: none;
	}	

.div_expanded {
	border-bottom: 0px solid #AAA;
	border-left: 2px solid #AAA;
	border-right: 2px solid #AAA;
	border-top: 0px solid #AAA;
	width: 595px;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	}

.div_imploded {
	border-bottom: 0px solid #AAA;
	border-left: 2px solid #AAA;
	border-right: 2px solid #AAA;
	border-top: 0px solid #AAA;
	width: 595px;
	margin: 0px;
	padding: 0px;
	height: 9em;
	overflow: hidden;
	}

.linktomore, .linktoless {
	margin-left: 7px;
	text-decoration: none;
	color: #62A6D4;
	font-size: 0.9em;
	font-weight: bold;	
	}
	


