html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

html
{
	height: 100%;
}

body
{
	font: normal 62.5%/1.5 Arial, Verdana, sans-serif;
	letter-spacing: 0;
	color: #aeaeae;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
	padding: 0;
	background-color: #aeaeae;
}

#container
{
	margin: 1em auto;
	width: 960px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #003888;
}

#header
{
	height: 200px;
}

#mainnav
{
	margin-left: 200px;
	padding: 45px 0px;
}

#mainnav ul
{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mainnav a
{
	width: 6em;
	text-decoration: none;
	color: #aeaeae;
	padding: 0.2em 0.6em;
	border-bottom: 1px solid #ffffff;
}

#mainnav a:hover 
{
	border-bottom: 1px solid #003888;
}

#mainnav li 
{
	display:inline;
	font-size: 1.5em;
}

#mainnav li .aktuell
{
	border-bottom: 1px solid #003888;
}

#contents	
{
	margin-right: 110px;
	margin-left: 200px;
	min-height: 400px;
}

#contents a
{
	text-decoration: none
}

#contents ul
{
	font-size: 1.7em;
	list-style-type: disc;
	margin-left: 25px;
}

#left
{
	float: left;
}

#right
{
	margin-left: 250px;
}

#footer	
{
	clear: both;
	padding: 20px 25px 10px 25px;
}

#footer a
{
	color: #aeaeae;
	text-decoration: none;
}

#impressum
{
	float: right; 
}

table
{
	font-size: 1.7em;
	color: #000000;
	cellspacing: 0;
}

tr
{
	height: 31px;
}

td
{
	padding-left: 1.0em;
}

.right
{
	text-align: right;
}

h1
{
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 1.0em;
}

p
{
	font-size: 1.7em;
	margin-bottom: 1.0em;
	color: #000000;
}

p.schwerpunkte
{
	padding: 0px 15px;
	background-color: #D6D6D6;
	border: 1px dotted black;
}

ul
{
	margin-bottom: 1.0em;
	color: #000000;
}