/** Main Page Layout *****
 *         head          *
 *   (lowlogo)     right *
 * left    body          *
 *                       *
 *        footer         *
 *************************/

div.head {
	position: absolute;
	top: 5px;
	left: 0px;
	right: 0px;
	height: 175px;
	background-color: white;
	z-index: 5;
}

div.fullmaincontainer {
	position: absolute;
	top: 200px;
	left: 20px;
	right: 20px;
	z-index: 0;
}
div.maincontainer {
	position: absolute;
	top: 200px;
	left: 20px;
	right: 255px;
	z-index: 0;
}
div.lowermaincontainer {
	position: absolute;
	top: 470px;
	left: 20px;
	right: 255px;
	z-index: 0;
}

div.leftcol {
	display: table-cell;
	margin-right: 20px;
	width: 220px;
	z-index: 0;
}
div.maincontent {
	display: table-cell;
	min-width: 100%;
	padding-left: 10px;
	padding-bottom: 10px;
}
div.pfmaincontent, div.pffooter {
	padding: 15px;
}
div.footer {
	vertical-align: middle;
	margin-left: 230px;
	margin-bottom: 20px;
	z-index: 1;
}
div.pffooter {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
div.lowlogo {
	position: absolute;
	top: 200px;
	height: 260px;
	left: 20px;
	right: 250px;
	z-index: 0;
}
div.rightcol {
	position: absolute;
	top: 215px;
	bottom: 80px;
	right: 15px;
	width: 225px;
	z-index: 1;
	background: #FFFFFF;
}
div.mahleheader {
	position: absolute;
	top: 9px;
	right: 10px;	
	z-index: 15;	
	color: #8E8E8E;
}
div.mahleheader a {
	font-size: 10px;
	color: #666666;
}
div.mahleheader a:hover {
	color:  #D40039;
}
div.upperrightimg {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 80px;
	height: 60px;
	z-index: 10;
}
div.upperrighttxt, div.upperrighttxt_noimg {
	text-align: right;
	width: 525px;
	height: 60px;

	font-size: 22px;
	font-weight: lighter;
	color: #C1C1C1;
	z-index: 20;
}
div.upperrighttxt_noimg {
	position: absolute;
	top: 35px;
	right: 5px;
}
div.upperrighttxt {
	position: absolute;
	top: 35px;
	right: 95px;
}
div.upperrightcol {
	position: absolute;
	top: 174px;
	right: 20px;
	width: 250px;
	height: 30px;
	z-index: 50;
}
div.midrightcol {
	position: absolute;
	top: 190px;
	right: 20px;
	width: 225px;
	height: 10px;
}

div.midrightcol a, div.upperrightcol a {
	font-size: 11px;
	color: #1E2A63;
	margin: 0px;
}

div.midrightcol, div.upperrightcol {
	text-align: right;
	color: #1E2A63;
	font-size: 11px;
	font-weight: bold;
	z-index: 70;
	background: #FFFFFF;

}


div.redalert {
	position: absolute;
	top: 178px;
	left: 250px;
	width: 300px;
	height: 20px;
	
	color: red;
	
}

.topmenubar, .middlemenubar, .bottommenubar {
	font-family: Verdana, Arial;
}
/** Top Menus *****************
 *
 *
 ******************************/
div.topmenubar {
	height: 19px;
	padding-top: 3px;
	padding-right: 8px;

	text-align: right;
}
div.topmenubar, span.topmenubar {
	background-color: #1E2A63;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


/** Middle Menus **************
 *
 *
 ******************************/
div.middlemenubar {
	height: 25px;
	padding-left: 15px;
	background: url("images/dgray_nav_bg.gif");
}

span.middlemenubar {
	background-image: url("images/dgray_nav_l.gif");	
	background-repeat: no-repeat;
	background-position: bottom left;
}
span.middlemenubar, span.middlemenubarselected {
	color: #333333;
	font-size: 10px;
	padding: 3px 7px 2px 7px;
}

span.middlemenubarselected {
	border-bottom: 3px solid #E6E6E6;
	background-color: #E6E6E6;
	font-weight: bold;
}

a:hover span.middlemenubar, a:hover span.middlemenubarselected {
	color: #D40039;
}


/** Bottom Cascading Menus ****
 *
 *
 ******************************/
div.bottommenubar {
	height: 25px;
	padding-left: 8px;

	color: #333333;
	background: url("images/lgray_nav_bg.gif");
}
span.bottommenubar {
	background-image: url("images/lgray_nav_l.gif");	
	background-repeat: no-repeat;
	background-position: bottom left;
}
span.bottommenubar {
	padding: 3px 7px 2px 7px;
	color: #333333;
	font-size: 10px;
}
span.bottommenubarselected {
	padding: 2px 7px 2px 7px;
	border-bottom: 5px solid #EFEFEF;
	background-color: #EFEFEF;
	
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
a:hover span.bottommenubar, a:hover span.bottommenubarselected {
	color: #D40039;
}


div.overlay {
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	z-index:80;
}
div.submenu {
	position: absolute;
	border: 1px outset #E4E4E4;
	visibility: hidden;
	z-index: 100;
}
a.submenu {
	z-index:150;
}
.esnav0, .esnav1 {
	font-family: Verdana,Arial;
	font-size: 10px;
	color: #333333;
	background-color: #E6E6E6;

	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	display: block;
	width:115px;
	padding-left:7px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.esnav1 {
	border-top: 1px solid #FFFFFF;
}

a.esnav0:link, a.esnav1:link, a.esnav0:active, a.esnav1:active, a.esnav0:visited, a.esnav1:visited {
	font-size:10px;
}
a.esnav0:hover, a.esnav1:hover {
	color: #FFFFFF;
	background-color: #C1C1C1;
	font-size: 10px;
}


/** Main Page Element *********
 *
 *
 ******************************/
body {
	height: 100%;
	font-family: Verdana, Arial;
	font-size: 11px;
}
div.head, div.footer, div.leftcol, div.rightcol {
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 11px;
}

img.toplogo {
	margin-left: 106px;
	margin-bottom: 12px;
	margin-top: 20px;
}
div.head a, div.footer a, div.leftcol a, div.rightcol a {
	color: #333333;
	font-size: 11px;
}
a, img {
	text-decoration: none;
	border-style: none;
}

.centered {
	text-align: center;
}
.red {
	color: #D40039;
}
hr.separator {
	border-style: none;
	height: 1px;
	color: #C1C1C0;
	background-color: #C1C1C1;
}

div.box2 {
	background-color: white;
	width: 220px;
 	margin-bottom: 13px;
	font-size: 10px;
}
div.box2 td {
	font-size: 10px;
}
div.box2head {
	background-color: #E6E6E6;
	padding-bottom: 4px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 7px;
	font-weight: bold;
}
.box2input {
 	height: 19px;
 	vertical-align: middle;
 	width:120px;
}
.box2radio {
	margin-left: 25px;
	margin-right: 5px;
	width: auto;
}
#leftmenu ul {
	padding-left: 0px;
}
#leftmenu ul li {
	display: inline;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
#leftmenu ul li a {
	background: #E6E6E6 url(/template/images/nav_1.gif) no-repeat scroll 0%;
	border-top: 1px solid #FFFFFF;
	color: black;
	display: block;
	height: 20px;
	margin: 0px;
	padding-top: 3px;
	padding-left: 20px;
	width: 201px;
	text-decoration: none;
}
#leftmenu ul li a:hover, #leftmenu ul li a.active:hover {
	background-color: #E2E2E2;
}
#leftmenu ul li a.active {
	background-image: url(/template/images/nav_1_a.gif);
	color: #D40039;
}

h1.pagetitle, h4, div.pagetitle, h2.imprint{
	font-size: 12px;
	text-indent: -2px;
	padding-left: 2px;

}


div.pagetitle{
	border-bottom: 1px solid #D40039;
	font-weight: bold;
	padding:7px 0 2px 2px;
	margin-bottom: 10px;
}

hr.pagetitle {
	margin-top: 0px;
	padding-top: 0px;
}

form {
	padding: 5px 0px;
	margin: 0px;
}

ul {
	padding: 0px 0px 0px 40px;
}

