* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	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%;
}

dl {
	margin-bottom: 2em;
}
dt {
	margin-bottom: 1em;
}

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: 1em;
}

#container {
	width: 650px;
	height: 400px;
	margin: 20px auto;
	background: #FFF url(img/bg_small.jpg) top left no-repeat;
	border: 1px solid White;
}

#content {
	float: right;
	width: 435px;
	height: 285px;
	overflow: auto;
	margin-top: 85px;
	margin-right: 90px;
}

#navi {
	width: 110px;
	margin-top: 90px;
}

#navi ul {
	list-style-type: none;
	text-align: right;
	margin-right: 10px;
}
#navi a {
	text-decoration: none;
	font-weight: bold;
	font-size: 93%;
}

#styleswitch {
	position: absolute;
	top: 230px;
	left: 50%;
	width: 110px;
	text-align: right;
	margin-left: -325px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -315px;
}

/* 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 {
	width: 652px;
	height: 402px;
}

* html #content {
	margin-right: 45px;
	text-align: left;
}

* html #styleswitch {
	width: 100px;
	margin-left: -323px;
}
/* vor IE5 Mac verstecken Ende */
/* end: Hacks für IE */