html, body {
	margin: 0;
	padding: 0;
	height: 100%;

  background-color: #00285f;

	font-family: arial, helvetica;
	font-size: 14pt;
}

td#txtlink {
	 color:#9f9f9f;
	 font-size:10pt;
	 font-weight:bold;
	 line-height:2.0em;
}

a.txtlink {
	 color:#9f9f9f;
	 text-decoration:none;
	 font-size:10pt;
	 font-weight:bold;
	 line-height:2.0em;
}
a:hover.txtlink {
	 color:#fff;
	 text-decoration:none;
	 font-size:10pt;
	 font-weight:bold;
	 line-height:2.0em;
}


div#wrapper_start {
	padding-left: 10px;
	margin: auto; 		 								/* Div soll zentriert werden */
	min-height: 100%;  								/* Mindesthöhe für moderne Browser */
	height:auto !important; 					/* Important Regel für moderne Browser */
	height:100%; 											/* Mindesthöhe für den IE */
	overflow: hidden !important; 			/* 100% Höhe im FF auch mit Scroll-leiste */
    text-align:left;
	background: url(Hintergrund-Startseite.jpg) repeat-y left top;
	width:1017px;
}
div#wrapper {
	padding-left: 10px;
	margin: auto; 		 								/* Div soll zentriert werden */
	min-height: 100%;  								/* Mindesthöhe für moderne Browser */
	height:auto !important; 					/* Important Regel für moderne Browser */
	height:100%; 											/* Mindesthöhe für den IE */
	overflow: hidden !important; 			/* 100% Höhe im FF auch mit Scroll-leiste */
    text-align:left;
	background: url(Hintergrund-innen.jpg) repeat-y left top;
	width:1017px;
}

div#content_left {
	float: left;
	min-height: 100%;  								/* Mindesthöhe für moderne Browser */
	height:auto !important; 					/* Important Regel für moderne Browser */
	height:100%;
	color:#fff;
 	margin-left: 40px;
	margin-top: 0px;
	width: 300px;
}

div#content_left #current {
	color:#fff;
}

div#content_left a {
	 color:#9f9f9f;
	 text-decoration:none;
	 font-size:13pt;
	 font-weight:bold;
	 line-height:2.0em;
}
div#content_left a:hover {
	 color:#fff;
	 text-decoration:none;
	 font-size:13pt;
	 font-weight:bold;
	 line-height:2.0em;
}

#content_main {
    margin: 14px 340px;
	padding-right: 150px;
	min-width:660px;
	color:#fff;
	height:100%;
}
span#schrift1 {
  font-size:30pt;
	font-weight:normal;
	line-height:1.2em;
}
span#schrift2 {
	font-size:16pt;
	font-weight:normal;
	line-height:1.2em;
}
span#schrift3 {
	font-size:12pt;
	font-weight:bold;
	line-height:2.0em;
}
span#schrift4 {
	font-size:10pt;
	font-weight:normal;
	line-height:2.0em;
	padding-right:40px;
}
span#schrift5 {
	font-size:12pt;
	font-weight:normal;
	line-height:2.0em;
}

p#text {
	font-size:11pt;
	font-weight:normal;
	line-height:1.4em;
	padding-right:50px;
	text-align:justify;
}

p {
	font-size:13pt;
	font-weight:normal;
	line-height:2.0em;
}

table {
		padding-right:0px;
}
td {
	vertical-align:top;

}


#submenu {
  margin: -20px 70px;
	color:#fff;
}



div#submenu #current {
	color:#fff;
}

div#submenu a {
	 color:#9f9f9f;
	 text-decoration:none;
	 font-size:10pt;
	 font-weight:bold;
	 line-height:2.0em;
}
div#submenu a:hover {
	 color:#fff;
	 text-decoration:none;
	 font-size:10pt;
	 font-weight:bold;
	 line-height:2.0em;
}

