body {
  	background-color: #FFFFFF;
  	padding: 0;
  	margin: 0;
  	}

    html>body{
    position:absolute;
width:100%;
}
    
#banner {
	width: 100%; 
	position: fixed;
	top: 0;
}

#header {
	padding: 20px 0;
	text-align: right;
	height: 55px;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
}

#breadcrumbs {
	background-color: #FF0000;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	color: #FFFFFF;
	height: 20px;
	top: 87px;
	width: 100%;
	position: fixed;
	margin-bottom: 10px;
	padding-left: 20px;
}

#pathway {
	color: #FFFFFF;
}
#pathway A {
	color: #000000;
}

#bg_white{
  	top: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	position: fixed;
  z-index: -10;
}

#banner p{
	width: 600px;
	margin: 0 auto;
	padding: 15px 0 60px;
}

#container {
  margin: 0 auto;
}

#content {
	margin-left: 260px;
	padding-top:120px;
  padding-bottom:100px;
}

#content p{
	line-height: 1.6em;
	padding:  0;
	margin:0 0 15px;
}

#footer {
	width: 100%; 
	position: fixed;
	bottom: 0;
}

#footer {
	border-top: 20px solid #FF0000;
	color: #666666;
	padding: 15px 0;
	text-align: right;
	display: block;
	height: 45px;
	bottom: 0;
	position: fixed;
	width: 100%;
background-color: #FFFFFF;	
}

#footer p{
	color: #fff;
	width: 600px;
	margin: 0 auto;
	padding: 80px 0 20px;
}

#menu {
  position: fixed;
  margin: 0 0 0 30px;
  top: 160px;
	border-bottom: 2px solid #BBBBBB;
	border-top: 2px solid #BBBBBB;
	list-style-type: none;
	height: 310px;
	overflow: auto;
	width: 184px;
}

/*  MENU 1, level 1, normal state (NO) */
.menu-level1-no {
	border-bottom:1px solid #CCCCCC;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left: 5px;
}

/*  MENU 1, level 1, active state (ACT) */
.menu-level1-act {
	background-color:#777799;
	font-size: 12px;
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	cursor:default;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left: 5px;
}

.menu-level1-act A {
	color:#FFFFFF;
}

/*  MENU 1, level 2, normal state (NO) */
.menu-level2-no {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left: 20px;
	border-bottom:1px solid #CCCCCC;
}

/*  MENU 1, level 2, active state (ACT) */
.menu-level2-act {
	background-color:#777799;
	border-bottom:1px solid #CCCCCC;
	font-size: 12px;
	color:#FFFFFF;
	cursor:default;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left: 20px;
}

.menu-level2-act A {
	color:#FFFFFF;
}

/*  MENU 1, level 3, normal state (NO) */
.menu-level3-no {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left: 35px;
	border-bottom:1px solid #CCCCCC;
}

/*  MENU 1, level 3, active state (ACT) */
.menu-level3-act {
	background-color:#777799;
	border-bottom:1px solid #CCCCCC;
	font-size: 10px;
	color:#FFFFFF;
	cursor:default;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left: 35px;
}

.menu-level3-act A {
	color:#FFFFFF;
}

ul, ol{
    margin-left:30px;
}

/* GENERAL fonts */
P,OL,UL,DIV,H1,H2 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

H1 {
	font-size: 15px;
}

H2 {
	font-size: 13px;
}

P,H1,H2 {
	margin: 0px 0px 5px 0px;
}

#menu A:hover {
	text-decoration: underline;
}

a {
	color: #094383;
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0 solid;
}

/* Format for FileLinks */
.cssFileLinksTable{
  border: 1px solid #9BA1A8;
  border-collapse: collapse;
  min-width: 320px;
  font-family: Verdana;
  font-size: 12px;
  font-color: #000000;
  background-color: #D9D5C9;
  margin-bottom:20px;
}

.cssFileLinksTable a{
  color: #222222;
}

.cssFileLinksCol1{
  min-width: 20px;
  border: 1px solid #9BA1A8;
  text-align:center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cssFileLinksCol2{
  min-width: 30px;
  border: 1px solid #9BA1A8;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cssFileLinksCol3{
  min-width: 200px;
  border: 1px solid #9BA1A8;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cssFileLinksCol4{
  min-width: 70px;
  border: 1px solid #9BA1A8;
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
}