body {
	background: #f0f0f3 url(../images/body_background.gif) repeat-y;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

#logo {
	width: 150px;
	height: 171px;
	background: url(../images/logo-mgr.gif) no-repeat;
	float: right;
	top: 120px;
	right: 20px;
	position: absolute;
}

#header {
	width: 100%;
	height: 110px;
	background: url(../images/header_background.gif) repeat-x;
	position: absolute;
}

#headimage {
	background: url(../images/header.jpg) no-repeat;
	width: 474px;
	height: 72px;
}

#topnavigation {
	background: url(../images/home-background.jpg) no-repeat;
	width: 560px;
	height: 15px;
	clear: left;
}

#topnavigation h1 {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #f0f0f3;
	margin: 0;
	padding-left: 25px;
	font-weight: bold;
	background: url(../images/home-pfeil.gif) no-repeat 4px;
}

#topnavigation a {
	color: #f0f0f3;
}

#headspacer {
	background: url(../images/headspacer.gif) no-repeat;
	width: 15px;
	height: 23px;
	top: 87px;
	position: absolute;
}

#navigation {
	position: absolute;
	top: 110px;
	width: 20%;
}

#navigation h1 {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	color: #f0f0f3;
	display: block;
}

#navigation h1 a {
	text-transform: uppercase;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	background: url(../images/navigation-h1-pfeil.gif) no-repeat 4px 5px;
	padding: 5px 25px;
	display: block;
}

#navigation h1 a:hover {
	text-transform: uppercase;
	font-weight: bold;
	background: #5f6ea0 url(../images/hover-pfeil.gif) 4px 5px no-repeat;
	color: #f0f0f3;
	text-decoration: none;
	padding: 5px 25px;
	display: block;
}

#navigation h1.sel {
	text-transform: uppercase;
	font-weight: bold;
	background: #5f6ea0 url(../images/hover-pfeil.gif) 4px 5px no-repeat;
	color: #f0f0f3;
	text-decoration: none;
	padding: 5px 25px;
	display: block;
}

#navigation h2 {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	color: #f0f0f3;
	display: block;
}

#navigation h2 a {
	text-transform: uppercase;
	font-weight: bold;
	color: #5f6ea0;
	text-decoration: none;
	background: url(../images/navigation-h2-pfeil.gif) no-repeat 4px 5px;
	padding: 5px 25px;
	display: block;
}

#navigation h2 a:hover {
	text-transform: uppercase;
	font-weight: bold;
	background: #5f6ea0 url(../images/hover-pfeil.gif) 4px 5px no-repeat;
	color: #f0f0f3;
	text-decoration: none;
	padding: 5px 25px;
	display: block;
}

#navigation img {
	border-style: none;
	margin-left: 25px;
}

#content {
	top: 110px;
	left: 20%;
	width: 60%;
	margin: 0;
	padding: 0;
	border-left: 1px dashed #5f6ea0;
	border-right: 1px #5f6ea0;
	position: absolute;
}

#content h1 {
	font-size: 1.0em;
	text-transform: uppercase;
	color: #5f6ea0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: #f0f0f3;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	clear: left;
}

#content h2 {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #5f6ea0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: #f0f0f3;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	clear: left;
}

#content p {
	font-size: 0.7em;
	background: #f0f0f3;
	padding-bottom: 15px;
	border-bottom: 1px  #5f6ea0;
	padding-top: 15px;
	margin: 0 10px;
	clear: left;
	color: black;
}

#content a {
	color: #5f6ea0;
	font-weight: bold;
	background: #f0f0f3;
}

#content a:hover {
	color: #f0f0f3;
	font-weight: bold;
	background: #5f6ea0;
}

#content table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-style: none;
	float: left;
	clear: left;
}

#content td {
	width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#content img {
	border-style: none;
}

#content img.links {
	float: left;
	margin-right: 10px;
	border-style: none;
	clear: left;
}

#content img.rechts {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	border-style: none;
}

#content form {
	margin: 0 10px;
	padding: 15px 0;
	font-size: 0.7em;
}

#content textarea {
	clear: left;
	width: 98%;
}

#content input {
	width: 95%;
}

#content input.radio {
	width: auto;
}

#content input.button {
	width: 45%;
	clear: left;
	margin-top: 15px;
	margin-right: 10px;
}

#content form td {
	padding-top: 5px;
	padding-bottom: 5px;
}