body {
	background-color:#FFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#g_wrapper {
	position:absolute;
	margin-left: -455px;
	left: 50%;
	width: 910px;

}
#g_wrapper2 {
	width: 910px;
	background-image:url(images/content-bg.png);
}



#header {
	background-image:url(images/header.jpg);
	width: 901px;
	height: 250px;
}

#content_bg {
	background-image:url(images/bild2.jpg);
	width: 899px;
	height: 250px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#navi {
	width:297px;
	height:51px;
}

#navi a {
	filter:Alpha(opacity=20);
	opacity:0.2;
	moz-opacity:0.2;
	float:left;
	width: 98px;
	height:89px;
	margin-left:1px;
	background-color:#000;
	text-align:center;
	display:block;
	color:#626262;
	text-decoration:none;
	font-size:14px;
	line-height:51px;
	font-weight:normal;
	font-family: "Orator Std";
  }

*html #navi a {
	width:97px;
}

#navi  p{
	line-height:100px;
	filter:Alpha(opacity=100);
    opacity: 1;
    moz-opacity:1;
   	color:#fff;
}
* html #navi  p{
	line-height:100px;
}

*+html #navi  p{
	line-height:130px;
}
#navi a:hover {
	background-color:#333;
	text-decoration:none;
	color:#fff;
}
#navi a.active {
	filter:Alpha(opacity=80);
    opacity:0.7;
    moz-opacity:0.7;
    background-color:#fff;
	text-decoration:none;
	color:#000;
	line-height:130px;
}
*html #navi a.active {
	line-height:100px;
}

#footer {
	background-image:url(images/footer.jpg);
	height:14px;
	width: 910px;
}
#footer a {
	text-decoration:none;
	color:#999;
	line-height:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	float:right;
	padding: 0 7px 0  0;
}
ul {
list-style-type: none;
padding: 0px;
padding-top:25px;
margin: 0px;
}
ul li{
line-height:17px;
}

ul a{
color: #C37684;
text-decoration: none;
font-weight: bold;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
}
ul a:hover{
color: #000000;
}
h1 {
color: #C37684;
font-size:18px;
}
h2 {
color: #C37684;
font-size:16px;
}

a{
color: #C37684;
text-decoration: none;
font-weight: bold;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

a:hover{
color: #000000;
}