@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(../images/layout/bg.jpg) left repeat-y;
	min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}
html {
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
#fixiert {
	position: absolute;
	bottom: 0;
	margin-left: 190px;
	width: 800px;
	height: 30px;
	background-color: #FFF;
	color: #0D2B89;
	border-top: 2px solid #FFFFFF;
	font-size: 85%;
}
html>body #fixiert {  /* nur fuer moderne Browser! */
	position: fixed;
}
#fixiert p {
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#Inhalt {
	margin-left: 22em;
	padding: 0 1em;
	border-left: 2px ridge gray;
	border-top: 2px ridge gray;
}

* #Inhalt {  /* versteckt vor Netscape 4 */
	background-color: #ffffe0;
}
.header {
	height: 120px;
	white-space:nowrap; /*damit der obere Bereich bei kleinen Bildschirmen nicht umbricht */
	margin: 0;
	padding: 0;
}
.header img {
	position:absolute;
	margin: 0;
	padding: 0;
}
.header #logo {
	margin: 40px 0 0 250px;
	border:none;
}
.header #balken {
	margin: 100px 0 0 250px;
}

#center { /*damit der mittlere Bereich bei kleinen Bildschirmen nicht umbricht */
width:960px;
white-space:nowrap;
}
#menu {
	width: 190px;
	float: left;
	background: url(../images/layout/menu.jpg) left top no-repeat;
	height: 512px;
	padding-top: 20px;
}
html>body #menu {
	height: auto;
	min-height: 512px;
}
#content {
	width: 700px;
	float: left;
	padding: 35px 0 30px 60px;
	white-space: normal;
}
#content ul {
	line-height: 130%;
}
p {
	margin: 0 0 9px 0;
	line-height: 140%;
}
h2 {
	color: #DF201B;
	font-size: 130%;
	margin: 0 0 15px 0;
}
h3 {
	color: #0D2B89;
	font-size: 110%;
	margin: 15px 0 5px 0;
}
.bildquer {
	float: right;
	margin: 5px 0 10px 20px;
	border: #CCC solid 1px;
}

#menu * {
	padding: 0;
}
#menu ul {
	list-style: none;
	background: url(../images/layout/menu_line.jpg) top left no-repeat;
	padding-top: 2px;
	margin: 0;
}
#menu li a {
	padding: 3px 0 6px 20px;
	font-size: 15px;
	font-weight: bold;
	color: #37509F;
	text-decoration: none;
	display: block;
	width: 160px;
	background: url(../images/layout/menu_line.jpg) bottom left no-repeat;
}
#menu li a:hover {
	color: #C42F3A;
}
#menu li li {
	margin-left: 20px;
}
#menu li li li {
	margin-left: 20px;
}
#menu li li ul {
	padding-bottom: 10px;
	background: url(../images/layout/submenu_line.jpg) bottom left no-repeat;
}
#menu li ul {
	background: url(../images/layout/menu_line.jpg) bottom left no-repeat;
}
#menu li li a {
	padding: 3px 0 6px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #37509F;
	text-decoration: none;
	display: block;
	width: 160px;
	background: url(../images/layout/submenu_line.jpg) bottom left no-repeat;
}
#menu li li li a {
	padding: 2px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #37509F;
	text-decoration: none;
	display: block;
	width: 160px;
	background: none;
}
#menu li a.aktiv {
	color: #C42F3A;
}
.pics {
	margin: 0 0 30px 0;
}
.pics img {
	/*margin: 0 30px 0 0;*/
}
#content a, #fixiert a {
	color: #588ADE;
}
#content a:visited, #fixiert a:visited {
	color: #6D44A6;
}
#content a:hover, #fixiert a:hover {
	text-decoration: none;
}
.name{
	font-weight:bold;
	padding-top:50px;
}

</style>
[if lt IE 7]>
  @media screen {
    html, body {
      height: 100%; overflow-y: hidden;
    }
    #Scrollbereich {
      height: 100%; width: 100%; overflow: auto;
    }
    #Inhalt {
      position: static;
    }
  }
<![endif]
