* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-size: 130%;
	margin: 0.5em 0;
	clear: both;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.25em;
}

p {
	padding-bottom: 0.75em;
	margin-right: 0.25em;
	font-size: 93%;
}

a {
	color: Black;
}
a:hover {
	color: #0066FF;
}

img {
	border: none;
}

form {
	margin-bottom: 0.5em;
}
label {
	display: block;
	padding: 0.5em 0 0.25em;
}
select, input {
	font-size: 93%;
}

p.footer {
	font-size: 86%;
	text-align: center;
	padding-bottom: 0;
	clear: both;
}

dl {
	clear: both;
	margin-top: 0.5em;
}
dt {
	float: left;
	width: 220px;
	margin-bottom: 2em;
}
dd {
	float: right;
	width: 380px;
	padding-right: 10px;
	text-align: left;
	font-size: 93%;
	margin-bottom: 2em;
}

#container {
	width: 978px;
	height: 602px;
	margin: 10px auto;
	background: #FFF url(img/bg.jpg) top left no-repeat;
	border: 1px solid white;
}

#content {
	width: 660px;
	height: 420px;
	margin-top: 130px;
	margin-left: 184px;
	overflow: auto;
}

#navi {
	position: absolute;
	top: 95px;
	left: 50%;
	width: 164px;
	height: 200px;
	margin-left: -489px;
}

#styleswitch {
	position: absolute;
	top: 516px;
	right: 50%;
	width: 133px;
	margin-right: -490px;
	font-size: 86%;
}

#navi ul {
	list-style-type: none;
	text-align: right;
	margin-right: 10px;
}
#navi li {
	display: block;
	width: 164px;
	height: 45px;
}

#navi a {
	display: block;
	text-decoration: none;
	padding-right: 5px;
	padding-top: 10px;
}
#navi a.actual:hover {
	color: Black;
	cursor: default;
}

#navi #top {
	background-image: url(img/b_top.jpg);
	height: 60px;
}
#navi #impressum {
	height: 50px;
}
#index {
	background-image: url(img/b_home.jpg);
}
#about {
	background-image: url(img/b_about.jpg);
}
#presse {
	background-image: url(img/b_presse.jpg);
}
#kontakt {
	background-image: url(img/b_kontakt.jpg);
}
#impressum {
	background-image: url(img/b_impressum.jpg);
}

#logo {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -460px;
}

/* begin: Hacks für IE */
/* vor IE5 Mac verstecken\*/
* html body {
	font-size: x-small;
	text-align: center;
}

* html dl {
	display: block; 
   height: 0; 
}

* html #container {
	height: 606px;
}

* html #content {
	margin-left: 50px;
	text-align: left;
}

* html #navi {
	top: 98px;
	left: 50%;
	width: 122px;
	height: 200px;
	margin-left: -487px;
}
* html #navi li {
	margin-top: -3px;
}
* html #navi #top {
	height: 63px;
}

* html #styleswitch {
	right: 50%;
	margin-right: -470px;
	width: 120px;
	font-size: 86%;
}

* html #styleswitch select {
	font-size: 93%;
}
/* vor IE5 Mac verstecken Ende */
/* end: Hacks für IE */

/*
Prozentstandardschriftgrößen
100.01, 93, 86, 76, 69
*/