/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:Verdana, sans-serif;
}

body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:11px;
}

a
{
	font-family:Verdana, sans-serif;
	font-style:italic;
	text-decoration:underline;
	font-size:12px;
	color:#EAEBF1;
	line-height:22px;
}

a:hover
{
	font-family:Verdana, sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#D2D3D8;
	line-height:22px;
}

/* Links in der Topnavigation */
#a_navi
{
	margin-right:auto;
	padding-left:20px;
	text-align:left;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	color:#625c6d;
	white-space:nowrap;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

img
{
	vertical-align:middle;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

#a_mitte
{
	background-color:#660000;
}
