/*
	absolut positionierte Elemente
	2007-05-18	  oge	 content: Breite wieder auf 605px gesetzt - war 800 (SGR000072)
	2006-09-22	  oge	 vnav: min-height deaktiviert MFO000026
	2006-08-22    oge    fehlenden z-index eingefuegt
*/

div.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 85px;
	background-image: url(../images/startseite.jpg);
	z-index: 5;
	border-bottom: 1px solid white;
}

#header2 {background-image: url(../images/startseite.jpg);}

#header3 {background-image: url(../images/startseite.jpg);}

#header4 {background-image: url(../images/startseite.jpg);}

#header5 {background-image: url(../images/startseite.jpg);}

#header6 {background-image: url(../images/startseite.jpg);}

#header7 {background-image: url(../images/startseite.jpg);}

#header8 {background-image: url(../images/startseite.jpg);}

#hnav {
	position: absolute;
	left: 0px;
	top: 86px;
	height: 25px;
	width: 1000px;
	background-image: url(../images/verlauf_hauptnavi.gif);
	z-index: 5;
	border-bottom: 1px solid white;
}

#vnav {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px; /*min-height:100%;*/
	z-index: 0;
}

#searchbox {position:absolute; left:813px; top:88px; height:25px; z-index:5; width:185px; overflow:hidden;}

#cnav {
	position: absolute;
	left: 795px;
	top: 173px;
	width: 205px;
	z-index: 5;
}

#bankdata {position:absolute; left:795px; top:127px; width:195px; height:45px; z-index:5; text-align:right; padding:0 5px 0 5px;}

#sysnav {position:absolute; left:0px; top:1px; width:990px; z-index:5; text-align: right; color:#005588; font-size:9px; padding-right:10px; margin-top:2px;}

#sysnavauthor {position:absolute; left:0px; top:10px; width:990px; z-index:5; color:#7A7A7A; font-size:9px; margin-left:10px; margin-top:2px;}

div.navpath {
	position: absolute;
	top: 112px;
	left: 190px;
	width: 810px;
	height: 16px;
	line-height: 16px;
	color: Black;
	font-size: 10px;
	background-image: url(../images/navpath_bg.gif);
}

div.mainbackground {
	position: absolute;
	top: 127px;
	left: 190px;
	width: 810px;
	height: 65px;
	background-color: #E0E0E0;
	z-index: 1;
}

#content {position:absolute; top:127px; left:190px; width:605px !important;z-index:999;}

#banklogo {position:absolute; top:15px; height:58px; left:0px; z-index:6; overflow:hidden;}

body {
	background-image: url(../images/gradient_bg.gif);
	background-repeat: repeat-y;
}

