/*
Farbcodes
gelb: #FFDC11
blau: #004285
*/

body {
	margin: 0px;
	background-color: #fff;
	color: #004285;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

p {
	font-size: 20px;
	padding: 15px 50px 0px 25px;
	margin: 0px;
}

.pDS {
	font-size: 17px;
	line-height: 19px;
}

#middlebox {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#logo {
	width: 100%;
}

#platzhalterheader {
	height: 40px;
}

#currentpage {
	color: #FFDC11;
}

#BlauerBalken {
	background-color: #004285;
	font-size: 4px;
}

#menue {
	font-size: 19px;
	margin-top: 75px;
	font-weight: bold;
	text-align: center;
}

#ueberschrift {
	float: left;
}

iframe {
	padding: 25px;
}

.ContentEbene {
	width: 100%;
	height: 400px;
	float: left;
}

.ContentEbene2 {
	width: 100%;
	height: 420px;
	float: left;
}

.ContentEbeneLinks {
	width: 25%;
	float: left;
	height: 400px;
}

.ContentEbeneRechts {
	width: 75%;
	float: left;
	height: 400px;
	line-height: 24px;
}

.ContentEbeneRechts2 {
	width: 75%;
	float: left;
	height: 420px;
	line-height: 24px;
}

.ContentEbeneRechts3 {
	width: 75%;
	float: left;
	line-height: 24px;
}

.ContentEbeneLinks img {
	width: 100%;
	height: 100%;
}

.ContentEbeneLinksText {
	font-size: 16px;
	padding: 20px;
	line-height: 23px;
}

.ContentEbeneRechtsGelb {
	background-color: #FFDC11;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 100%;
}

.ContentEbeneRechtsBlau {
	background-color: #004285;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	color: #fff;
	position: relative;
}

.ContentEbeneRechtsBlauGelbesViereck {
	height: 20px;
	width: 20px;
	background-color: #FFDC11;
    position: absolute;
    bottom: 0;
    right: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

#ContentEbeneLinksKleinesBild {
	height: 190px;
}

.ContentEbeneLinksPuffer {
	height: 20px;
	width: 100%;
}

.fett {
	font-weight: bold;
}

.navi {
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.navi:link {
	color: #004285;
}

.navi:visited {
	color: #004285;
}

.navi:hover {
	color: #004285;
}

.navi:active {
	color: #FFDC11;
}

a {
	text-decoration: none;
}

a:link {
	color: #FFDC11;
}

a:visited {
	color: #FFDC11;
}

a:hover {
	color: #FFDC11;
}

a:active {
	color: #FFDC11;
}

ul {
	margin-left: 50px;
	margin-right: 100px;
	font-size: 19px;
}

li {
	margin: 0px 0px 2px 0px;
	line-height: 23px;
}

.laengsbalken {
	font-weight: bold;
	font-size: 21px;
}

.floatleft {
	float: left;
	padding-right: 0px;
	font-size: 30px;
}

.floatleft2 {
	float: left;
	padding-right: 0px;
	padding-left: 50px;
	font-size: 20px;
}

.ContentEbeneRechtsText {
	padding-left: 50px;
	line-height: 23px;
	font-size: 20px;
}

.ContentEbeneRechtsSymbol {
	padding-left: 50px;
	padding-right: 10px;
	line-height: 23px;
	font-size: 20px;
	float: left;
}

.footer {
	float: left;
}