body{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 1004px;
	height: 680px;
	background-color: white;
/*	overflow: scroll;
        scrollbar-3dlight-color: #bd0021;
        scrollbar-arrow-color: white;
        scrollbar-darkshadow-color: #bd0021;
        scrollbar-face-color: red;
        scrollbar-highlight-color: #bd0021;
        scrollbar-shadow-color: black;
        scrollbar-track-color: #bd0021;
*/
}

#Bereich1{
	/*ganz links oben*/
	position: absolute;
	left: 5px;
	top: 5px;
	background: url(../images/logo.gif);
	width: 120px;
	height: 99px;
}

#Bereich2{
	/*links oben*/
	position: absolute;
	left: 225px;
	top: 20px;
	background-color: transparent;
}

#Bereich3{
	/*links oben*/
	position: absolute;
	left: 375px;
	top: 20px;
	background-color: transparent;
}

#Bereich3a{
	position: absolute;
	left: 565px;
	top: 20px;
	background-color: transparent;
	border: 1px black;
	width: 100px;
}

#Bereich3b{
	position: absolute;
	left: 690px;
	top: 20px;
	background-color: transparent;
	width: 100px;
}

#Bereich4{
	/*linke Seite*/
	font-size: 13px;
	position: absolute;
	left: 5px;
	top: 130px;
	width: 140px;;
	background-color: #bd0021;
	height: 540px;
	padding-left: 15px;
	padding-right: 5px;
        padding-top: 15px;
}


.moduletable a:link {
    color: white;
    font-weight: bold;
    padding: 0em;
}

.moduletable a:visited {
    color: white;
    font-weight: bold;
    padding: 0em;
}

.moduletable table, .moduletable td {
    margin: 0;
    border: 1px;
    padding: 3px
}

#active_menu {
    color: black;
}


#Bereich5{
	/*Inhalt*/
	position: absolute;
	left: 185px;
	top: 130px;
	padding: 0 1em;
	background: #E6E6E6;
	width: 480px;
	height: 555px;
	background-repeat: repeat;
	overflow:auto;
}


#Bereich6{ 	/*linke seite unten*/
/*
	position: absolute;
	left: 10px;
	top: 475px;
   background-color: transparent;
	height: 255px;
	width: 172px;
	padding: 0 1em;
*/
}

#Bereich7{  /*breadcrumbs*/
	position: absolute;
	left: 10px;
	top: 140px;
	background-color: transparent;
	width: 200px;
}

a:link {
	color: #bd0021;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:focus {
	color: #black;
	text-decoration: blink; !important;
	text-decoration: none;
}
a:hover {
	color: #black;
	text-decoration: blink; !important;
	text-decoration: none;
}
a:active {
	color: #black;
	text-decoration: none; !important;
	text-decoration: none;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img
{
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	border:solid 0px #fff;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border:solid 0px #EFDEEA;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	border:solid 0px;
	color:#000;
}