 html, body{
	margin:0; padding:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4b4b4b;
	margin-top:166px;
	text-align:center;
	background:url(foo) fixed;
	background-color:#f4f4f4;
}
table *{
	font-size:12px;
}
a img{
	border-color:#FAAC00;
}
td a img { border:none; }
#wrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#header{
	height:166px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:#faac00;
	position:fixed;
	width:1000px;
	overflow:hidden;
	top:0px;
	_position:absolute; /* IE */
  	_top:expression(eval(document.body.scrollTop)); /* IE */
}
#header h1, #header h2{
	display:none;
}
#snav{
	line-height:45px;
	text-align:right;
	padding:0px 50px;
	color:#fff;
}
#snav a:link, #snav a:hover, #snav a:visited, #snav a:active, #footer a:link, #footer a:hover, #footer a:visited, #footer a:active{
	color:#fff;
	text-decoration:none;
}
#snav a.aktiv{
	font-weight:bold;
}
#navi{
	width:750px;
	background-image:url(images/navi_bg.jpg);
	position:absolute;
	bottom:0px;
	right:0px;
	height:47px;
	line-height:47px;
	color:#fff;
}
#navi *{
	margin:0; padding:0; list-style:none;
}
#navi li{
	width:150px;
	float:left;
	text-align:center;
	background-image:url(images/btn_bg.gif);
}
#navi li:hover, #navi a:hover{
	background-image:url(images/btn_bg_hover.gif);
	font-weight:bold;
}
#navi a:link, #navi a:hover, #navi a:visited, #navi a:active{
	color:#fff;
	text-decoration:none;
	display:block;
	height:47px;
	width:150px;
}
#navi .aktiv{
	background-image:url(images/btn_bg_hover.gif);
	font-weight:bold;
}
#content{
	/*
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	*/
	padding:30px 0px;
	background-color:#fff;
}
#main{
	background-image:url(images/linie.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:1000px;
}
#col1{
	float:left;
	width:191px;
	_width:251px;
	padding:5px 30px;
	overflow:hidden;
}
#col1 ul{
	list-style-type:none;
	list-style-image:url(images/liste.gif);
	line-height:18px;
	margin:0; padding:0;
	margin-left:25px;
}
#col1 ul ul{
	margin-left:20px;
}
#col1 a:link, #col1 a:hover, #col1 a:visited, #col1 a:active{
	color:#4a4a4a;
	text-decoration:none;
}
#col2{
	float:right;
	width:709px;
	_width:749px;
	padding:5px 20px;
	overflow:hidden;
}
#col2 a:link, #col2 a:hover, #col2 a:visited, #col2 a:active{
	color:#4b4b4b;
}
h1{
	color:#f59b00;
	font-size:16px;
	line-height:22px;
}
h2{
	font-size:14px;
	color:#7a7a7a;
}
h3{
	font-size:12px;
	color:#7a7a7a;
}
#subnavi{
	position:fixed;
}
#footer{
	background-color:#faac00;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	height:47px;
	line-height:47px;
	color:#fff;
	padding:0px 50px;
	text-align:right;
}
.box{
	background-image:url(images/bg_box.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#7a7a7a;
	padding:20px;
}
#col2 .box a:link, #col2 .box a:hover, #col2 .box a:visited, #col2 .box a:active{
	color:#7a7a7a;
}

#formwrap{
	width:300px;
}
#formwrap .form input, #formwrap .formlong input, #formwrap .formlong textarea{
	width:300px;
}
.hr hr{
	display:none;
}
.hr{
	margin-right:250px;
	height:1px;
	background-image:url(images/hr.gif);
}
.aktiv{
	font-weight:bold;
}
