/* Grundlegende Einstellung der HTML-Elemente */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
	margin:0;
	padding:0;
	height: 100%;
}

html {
	background-image: url(../Images/hg_links_main.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #E5F3FB;
}

body {
	background-image: url(../Images/hg_rechts_main.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6, form {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	font-size: 140%;
	margin-top: 1em;
	color: #000000;
}

h2 {
	font-size: 120%;
	margin-top: 1em;
	color: #000000;
}

h3 {
	font-size: 100%;
	margin-top: 1em;
	color: #000000;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

/* zum Verstecken von Hilfen */
.unsichtbar {
	display: none;
}

/* Kopfzeile */

#kopf {
	position:static; /* hebt absolute Positionierung in NN4 auf */
	border:none;	
	background-color: #B2DAF3;
	color:#000;
	height:110px;
	z-index: 30;
}

#kopf a {
	color: #FFFFFF;
	text-decoration: none;
}

#kopf_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 110px;
	background-color: #FFFFFF;
	font-weight: bold;
	border-right: 4px solid #FFF;
	margin: 0;
	padding: 0;
}

#kopf_container {
	position: absolute;
	left: 199px;
	width: 610px; 
	border-left: 4px solid #FFF;
	z-index: 10;
	margin: 0;
	padding: 0;
}

#kopf_hauptlink {
	float: left;
	width: 150px;
	text-align: center;
	background-color: #99FF00;
	border-left: 1px solid #FFFFFF;
	z-index: 10;
}

.kopf_hauptlink_link {
	width: 150px;
	padding-top: 0px;
	border-bottom: 1px solid #FFFFFF;
	white-space: nowrap;
}

#kopf_hauptlink a:link {
	display: block;
	text-decoration: none;
/*	font-size: 80%; */
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

#kopf_hauptlink a:visited {
	text-decoration: none;
/*	font-size: 80%; */
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

#kopf_hauptlink a:hover {
	text-decoration: none;
/*	font-size: 80%; */
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menü auf der linken Seite (Hauptmenü) */

#menu_bereich {
	position: absolute; 
	top: 110px;
	left: 0;
	width: 200px;
	background-color: #B2DAF3;
	border-top: 1px solid #FFF;
	border-right: 4px solid #FFF;
	z-index: 20;
}

#menu_bereich #menu_list {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu_bereich #menu_list ul {
	padding-bottom: 0.5em;
}

#menu_bereich #menu_list a {
	display: block;
	font-size: 95%;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #B2DAF3;
	border-bottom: 1px solid #B2DAF3;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

#menu_bereich #menu_list a:link {
	display: block;
}

#menu_bereich #menu_list a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0084D7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu_bereich #menu_list ul a {
	font-size: 90%;
	width: 170px;
	display: block;
	padding-left: 25px;
	margin: 0;
}

#menu_bereich #menu_list ul ul a {
	font-size: 80%;
	width: 150px;
	display: block;
	font-weight: normal;
	padding-left: 45px;
}

#menu_bereich #menu_list ul ul ul a {
	font-size: 75%;
	width: 130px;
	display: block;
	font-weight: normal;
	padding-left: 65px;
}

#menu_bereich #menu_list #selected_item {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0084D7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu_bereich form {
	margin-top: 10px;
	margin-left: 10px;
}

#menu_bereich input, select, textarea {
	border: 1px solid #7F9DBB;
	margin-bottom: 5px;
}

#menu_bereich .button {
	color: #FFFFFF;
	background-color: #0084D7;
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

/* Menü über dem Textbereich */

#menu_global {
	font-size: 80%;
	margin: 0 0 0 200px;
	padding: 0 0 0 10px;
	border-left:4px solid #FFF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#B2DAF3;
	z-index: 20;
}

#menu_global #menu_list {
	margin: 1px 0 1px 0; /* Brauchen wir um die Höhe des Bereiches zu vergrößern */
	padding: 0;
	list-style:none;
	white-space: nowrap;
}

#menu_global #menu_list li {
	display: inline;
	padding-right: 5px;
	white-space: nowrap;
}

#menu_global #menu_list a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #B2DAF3;
	border-right: 1px solid #B2DAF3;
	padding: 1px 5px 1px 5px; /* Padding-Top und Bottom wie oben (Bereichshöhe) */
}

#menu_global #menu_list a:hover {
	color: #FFFFFF;
	background-color: #0084D7;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#menu_global #menu_list #selected_item {
	color: #FFFFFF;
	background-color: #0084D7;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Bereich */

#hauptbereich {
	background: transparent;
	/* background-color:#B2DAF3; */
	width:100%;
	border-top:0px solid #FFF;
	/* border-bottom:1px solid #FFF; */ /* erforderlich, um den grauen Balken unter dem Hauptmenu vom Kopf abzusetzen */
}

/* Menü auf der rechten Seite (Anzeige von Infos etc.) */

#menu_infos {
	float: right;
	width: 160px;
	background-color: #B2DAF3;
	border-left: 4px solid #FFF;
	z-index: 10;
	font-size: 90%;
}

#menu_infos h1 {
	font-size: 95%;
	width: auto;
	/* width: 145px; */
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #0084D7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu_infos a {
	text-decoration: none;
	font-weight: bold;
	color: #006AAA;
}

#menu_infos #kontakt {
	width: auto;
	margin: 0;
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0084D7;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

#menu_infos #kontakt img {
	border: 0 solid #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}

#menu_infos #kontakt a {
	color: #FFFFFF;
}

#menu_infos #link {
	width: auto;
	margin: 0;
	padding: 3px 10px 3px 10px;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0084D7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	margin-top: 0.5em;
}

#menu_infos #link a {
	color: #FFFFFF;
}

#menu_infos #text {
	font-size: 90%;
	padding: 1px 5px 0 5px;
}

#menu_infos #text ul {
	margin: 10px;
	padding-left: 10px;
	list-style-type: square;
}
/* Inhaltsbereich */

#container{
	margin-left:200px;
	margin-right:160px;
	background-color: #E5F3FB;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-top:0px solid #FFF;
	border-bottom:0px solid #FFF;  /*verhindert "bugs bunny* zusammen mit Manipulation der Höhe von border-top bei inhalt h2 */
	line-height: 1.2;
}

#container ul {
	margin-left: 2em;
	list-style-type: square;
}

#container #bereich {
	width: auto;
	margin: 0;
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0084D7;
	border-bottom: 1px solid #FFFFFF;
}

/* Definition der Seitenelemente */

#text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#text p {
	margin-top: 10px;
}

#text a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#text a:hover {
	color: #0084D7;
}

#text .floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

#text .floatright {
	float: right;
	margin: 0 0 10px 10px;
}

#text .floatnone {
	float: none;
}

#text .bilder_horizontal {
	margin-right: 15px;
	margin-bottom: 10px;
}

#text .column_right_space {
	padding-right: 10px;
}

#text blockquote {
	margin-left: 1em;
}

#text #bildtext {
	float: left;
	margin: 10px 20px 10px 0;
	width: 130px;
	font-size: 90%;
}

#text .Tbl_Label {
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	font-style: italic;
}

#text .Tbl_Text {
}

#text #ArtikelUeberschrift {
	position: relative;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 3px 0;
}

#text #ArtikelText {
	position: relative;
	margin: 0px 0 3px 0;
}

#text #ArtikelLink {
	position: relative;
	font-size: 90%;
	margin: 0;
}

#text #ArtikelBildContainer {
	float: left;
	font-size: 75%;
	margin: 1em 10px 5px 0;
	font-weight: bold;
}

#text #ArtikelBild {
	margin: 0 0 2px 0;
}

#text #ArtikelAbschluss {
	clear: left;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0px;
}

.menu_infobox {
	font-size: 90%;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #0084D7;
	width: 177px;
	margin: 20px 8px 5px 5px;
	padding: 5px;
}

#home_infobox {
	font-size: 90%;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #0084D7;
	margin: 5ppx 8px 5px 5px;
	padding: 5px;
}

#home_infobox a {
	color: #FFFFFF;
}

#home_infobox a:hover {
	color: #FFFFFF;
}
