body {
	background-color: #3b0000;
	text-align: center;
	margin: 10px 0 0 0;	
}

img, div, input { 
	behavior: url(../script/iepngfix.htc);
}

h1#header {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 2px;
	top: 02px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 46px;
	font-weight: lighter;
	color: #FFF;
}

#mainPanel {
	position: relative;
	width: 760px;
	height: 800px;
	margin: 0px auto;
    text-align: left;
    padding: 0;
	background-color: #5B0E22;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: visible;
}

a#kontactLink {
	position: absolute;
	left: 530px;
	top: 90px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #923547;
	font-weight: bold;
	text-decoration: none;
}

a#imprintLink {
	position: absolute;
	left: 590px;
	top: 90px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #923547;
	font-weight: bold;
	text-decoration: none;
}
a#imprintLink1 {
	position: absolute;
	left: 670px;
	top: 90px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #923547;
	font-weight: bold;
	text-decoration: none;
}

ul#leftNavi {
	position: relative;
	top: 180px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 172px;
	height: auto;
}

ul#leftNavi li {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 24px;
}

ul#leftNavi li a {
	display: block;
	text-align: right;
	padding-right: 14px;
	width: 158px;
	height: 31px;
	line-height: 40px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

ul#leftNavi li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

ul#leftNavi li.dark {
	background-image: url(../images/navi/naviBgDark.png);
}

ul#leftNavi li a.dark {
	color: #FFF;
}

ul#leftNavi li.light {
	background-image: url(../images/navi/naviBgLight.png);
}

ul#leftNavi li a.light {
	color: #FFF;
}

ul#leftNavi li.white {
	background-image: url(../images/navi/naviBgWhite.png);
}

ul#leftNavi li a.white {
	color: #5C0F1E;
}


div#content {
	position: absolute;
	top: 180px;
	left: 200px;
	padding: 16px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

div#footer {
	position: absolute;
	left: 28px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
