* {
	margin: 0;
	padding: 0;
	overflow: hidden;

}

html {
	scrollbar-Track-Color:      #008091; /*-- Strecke auf der gescrolled wird --*/
	scrollbar-Face-Color:       #006675; /*-- Der Scrollbalken selber --*/
	
	scrollbar-Shadow-Color:     #005E6B; /*-- Schatten innen --*/
	scrollbar-Highlight-Color:  #00A3B9; /*-- Highlight innen --*/
	
	scrollbar-DarkShadow-Color: #005E6B; /*-- Schatten aussen --*/
	scrollbar-3dLight-Color:    #00A3B9; /*-- Highlight aussem --*/
	
	scrollbar-Arrow-Color:      #fff; /*-- Pfeil--*/

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff; 
	background: #000;
}

#backgrounddummy{
	position: absolute;
	background: url(../images/layout/bg_all.jpg) 0 0 repeat-x;
	top: 60%;
	margin-top: -375px;
	width: 5000px;
	height: 750px;
	z-index: 1;
}

#outerwrapper {
	position: absolute;
	width: 1000px;
	height: 750px;
	left: 50%;
	top: 60%;
	margin-left: -500px;
	margin-top: -375px;
	z-index:2;
}
#wrapper {
	float: left;
	width: 800px;
	height: 750px;
}


#leftdummy {
	float: left;
	width: 100px;
	height: 750px;
	background: url(../images/layout/bg_left.jpg) 0 0 no-repeat;
}


#logo {
	float: left;
	width: 367px;
	height: 176px;
	background: url(../images/layout/logo.jpg) 0 0 no-repeat;
}

#menu {
	float: left;
	width: 433px;
	height: 176px;
	background: url(../images/layout/bg_menu.jpg) 0 0 no-repeat;
}

#leftcontent {
	float: left;
	width: 367px;
	height: 350px;
}

#rightcontent {
	float: left;
	width: 378px;
	height: 260px;
	padding: 33px 45px 57px 10px;
	background: url(../images/layout/bg_right_content.jpg) 0 0 no-repeat;
}

#scrollcontent {
	overflow-y : auto;
	overflow-x : hidden;
	padding-right: 20px;
	width: 100%;
	height: 100%;
}

#subnavi {
	position: relative;
	top: 86px;
	left:0px;
}

#rightdummy {
	float: left;
	width: 100px;
	height: 750px;
	background: url(../images/layout/bg_right.jpg) 0 0 no-repeat;
}

#footer {
	float: left;
	width: 166px;
	height: 224px;
	padding-left: 634px;
	background:url(../images/layout/footer.jpg) 0 0 no-repeat;
}
* html #footer {
	width: 166px;
	height: 223px;
	padding-left: 634px;
	background:url(../images/layout/footer.jpg) 0 0 no-repeat;
}

#weiter {
	position: absolute;
	top: 494px;
	left: 477px;
	z-index: 3;
}
#zurueck {
	position: absolute;
	left: 404px;
	top: 494px;
	z-index: 3;
}
#images{
	width:210px;
	height: auto;
	float: right;
	margin-top: 30px;
}
#images img{
	background-color: #FFFFFF;
	height: 74px;
	width: 74px;
	padding: 5px;
	margin: 5px;
	border: 4px solid #0B515C;
}

#anfahrt img{
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 4px solid #0B515C;
}