/* global */
*
{
	margin:0;
	padding:0;
}

body
{
	/*scrollbar-base-color:#EF5D00;*/
    scrollbar-base-color: #036787;
	background-color:#fff;
	text-align:center;
}
	
body, p, a
{
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

img
{
	border:none;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration:none;
	/*color:#f60;*/
    color: #036787;
	font-size:11px;
	font-weight:normal;
	padding:0 5px 0 13px;
	background:transparent url('/images/pfeilpoint.gif') 5px 2px no-repeat;
}

a:hover
{
	color:#999;
}

.clear
{
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}

	
/* Inhalte */
#wrapper
{
	width:770px;
	margin:8px auto 20px auto;
	padding:0;
}

#header
{
	width:770px;
	height:184px;
	background:#fff url(/images/head_bg.gif) no-repeat;
	margin:0 0 15px 0;
}

#content_left, #content_right
{
	float:left;
	text-align:left;
}

#content_left
{
	/* width:540px;
	border-right:1px dotted #666;*/
	width:100%;
	margin:0;
	padding:0 5px 70px 0;
}

#content_right
{
	width:218px;
	margin:0;
	padding:0 0 0 6px;
}

.block_hellgrau, .block_dunkelgrau
{
	padding:5px 0;
	margin-bottom:15px;
}

.block_hellgrau
{
	background-color:#dedfde;
}

.block_dunkelgrau
{
	background-color:#c6c3c6;
}

#content_left h2, #content_right h2
{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	border-top:1px dotted #979597;
	border-bottom:1px dotted #979597;
	margin:5px 0;
	padding:5px;
}

#content_left h2
{
	margin-top:20px;
}

#content_left p
{
	padding:3px 0;
	margin:3px 0;
}

#content_left p.blue
{
	background-color:#f7fbff;
}

#content_right p
{
	border-bottom:1px dotted #979597;
	padding:8px 0;
	margin:0;
}

#content_right p.noneborder
{
	border-bottom:0px;
}

#footer {
	position: fixed;
	bottom: 0;
	padding: 20px 0;
	background-color: #fff;
	width:100%;
}

#footer p {
	float: left;
}

#footer a {
	font-size: 11px;
}
