@import url(fonts.css);

body {
	background-color: #FAFAFA;
	color: #A6A6A6;
	text-align: left;
  	font-size: 100.01%; /* wegen Opera-Bug */
  	font-family: Arial;
  	padding: 0px;
	margin: 0px;
	scrollbar-face-color: #eeeeee;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	scrollbar-arrow-color: #BD0000;
	scrollbar-base-color: #cccccc;
	scrollbar-shadow-color : #eeeeee;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
	scrollbar-highlight-color: #ffffff;
}

a img { border: 0;}

#main_frame{
    position: absolute;
    background-image:  url(images/back_stretch.jpg);
	background-repeat:repeat-x;
	width: 950px;
	height: 595px;
	left: 50%;
	margin: 0px 0px 0px -475px;
	z-index: 1;
}

#logo{
    position: absolute;
    background-image: url(images/logo.jpg);
	width: 92px;
	height: 318px;
	top:131px;
	left:788px;
	z-index: 2;
}

#content1,#content2,#content3,#content4,#content5{
    position: absolute;
    background-image: url(images/back_content.png);
	width: 467px;
	height: 371px;
}

#menumirror{
    position: absolute;
    background-image: url(images/menu_mirror.gif);
	width: 373px;
	height: 15px;
	top:463px;
	left:506px;
	z-index: 2;
}

#nav{
	position: absolute;
	top:103px;
	left:480px;
	width: 400px;
	height: 100px;
	z-index: 3;
	text-align:right;
	font-style: normal;
}

#teaser{
    position: absolute;
	top:60px;
	left:10px;
	width: 389px;
	height: 503px;
	z-index: 4;
}

#leiste{
	position: absolute;
	cursor: hand;
	cursor: pointer;
	min-width: 100px;
	width: 467px;
	height: 19px;
	top: 0px;
	left: 0px;
}

#content_main{
	position: absolute;
	float:left;
	width: 465px;
	height: 349px;
	top:21px;
	left:1px;
	overflow: auto;
}
