@import url(fonts.css);

body {
	background-color: #ffffff;
	color: 494848;
	text-align: left;
  	font-size: 100.01%; /* wegen Opera-Bug */
  	font-family: Arial;
  	padding: 0px;
	margin: 0px; /* Innenrahmen Browserfenster | geht nicht in Opera | 
	Safari verwendet einen Defaultwert, der nicht 0 ist */
	scrollbar-face-color: #FDB812;
	SCROLLBAR-TRACK-COLOR: #FDB812;
	scrollbar-arrow-color: #3B3B3B;
	scrollbar-base-color: #3B3B3B;
	scrollbar-shadow-color : FDB812;
	SCROLLBAR-3DLIGHT-COLOR: FDB812;
	SCROLLBAR-DARKSHADOW-COLOR: #FDB812;
	scrollbar-highlight-color: #FDB812;
}

a img { border: 0;}

#main_frame{
    position: absolute;
    background-image:  url(images/back_main.gif);
	background-repeat:repeat-x;
	width: 741px;
	height: 564px;
	left: 50%;
	margin: 0px 0px 0px -370px;
	z-index: 1;
}

#content{
    position: absolute;
	top: 310px;
	left:200px;
	width: 400px;
	height: 173px;
	overflow: auto;
	z-index: 2;
}

#theme1{
    position: absolute;
	top:122px;
	left:312px;
	width: 428px;
	height: 160px;
	z-index: 2;
}

#nav{
	position: absolute;
	top:146px;
	left:210px;
	width: 200px;
	height: 200px;
	z-index: 2;
	text-align:left;
	font-style: normal;
}

#nav_sub{
	position: absolute;
	top:284px;
	left:204px;
	width: 400px;
	height: 20px;
	z-index: 2;
	text-align:left;
	font-style: normal;
}

#text_head{
    position: absolute;
    background-image: url(images/text_head.gif);
	top:60px;
	left:311px;
	width: 283px;
	height: 52px;
	z-index: 2;
}

#news_fenster{
    position: absolute;
    background-image: url(images/news_fenster.gif);
	top:337px;
	left:642px;
	width: 185px;
	height: 186px;
	z-index: 2;
}

input, textarea {
	style="border: 1px solid #3B3B3B;
}