body {
	background: url(../images/bg.jpg) repeat-x; margin: 0; padding: 0; font-family: arial, helvetica, sans-serif; font-size: 0.8em; color: #141414;
}

h1 { font-size: 1.5em; font-weight: normal; color: #042A1A; border-bottom: 2px solid #042A1A; }
h2 { font-size: 1.4em; font-weight: normal; color: #042A1A;}
h3 { font-size: 1.3em; font-weight: normal; color: #042A1A;}
h4 { font-size: 1.2em; font-weight: bold; color: #042A1A;}
h5 { font-size: 1.2em; font-weight: bold; color: #042A1A;}
h6 { font-size: 1.2em; font-weight: bold; color: #042A1A;}

#hauptrahmen {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 147px;
	background: url(../images/header.jpg) no-repeat center;
	margin-top: -1;
}

#navi {
	margin-top: 14px;
	width: 160px;
	float: left;
}

#navi li {
	height: 22px;
	line-height: 22px;
}

#navi li a {
	color: #000000;
	text-decoration: none;
}

#navi li a:hover {
	color: #042A1A;
}

#navi li.aktiv {
	color: #042A1A;
	font-weight: bold;
}

#navi ul, #navi li {
	list-item: none; list-style: none; margin: 0; padding: 0;
}

#content {
	margin-left: 190px;
	width: 580px;
	border-bottom: 1px solid #141414;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}