/* ---------- reset browser defaults ---------- */
h1,h2,h3,h4,h5,h6,pre,code 
{
	font-size:1em;
}

ul,ol
{
	list-style:none;
}

html,body,h1,h2,h3,h4,h5,h6,p,ol,li,pre,blockquote,form,input,fieldset,textarea
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

:link,:visited
{
	text-decoration:none;
}

a img,:link img,:visited img,fieldset
{
	border:none;
}

/* ---------- link colors ---------- */
:link
{
	color:#039;
}

:visited
{
	color:#636;
}

:link:hover, :visited:hover
{
	color:red;
}

:link:focus, :visited:focus
{
	color:#636;
}

:link:active, :visited:active
{
	color:red;
}

a.navlink:link, a.navlink:visited
{
	color:#039;
}

a.navlink:link:hover, a.navlink:visited:hover, a.navlink:link:focus, a.navlink:visited:focus, a.navlink:link:active, a.navlink:visited:active
{
	color:red;
}

/* ---------- document sections ---------- */
body 
{
	font-family:Verdana, sans-serif;
	font-size:small;
	min-width: 4em;
	background-color:white;
}

p
{
	margin-bottom:1em;
}

ol
{
	list-style-type:decimal;
	margin-left:2em;
	margin-bottom:1em;
}

ul
{
	margin-top:0em;
	padding-left:0em;
}

table
{
	margin-bottom:1em;
}

/* ---------- frame ---------- */
p.header
{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	background-color:#bdf;
}

img.headerbild
{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
}

img.headerbild2
{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
}

p.navigation-background
{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	background-color:#bdf;
}

p.gap1
{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	background-color:#fff;
}

p.gap2
{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	background-color:#fff;
}

/* ---------- navigation ---------- */
form.search_box
{
	position:fixed;
	font-size:90%;
	font-weight:bold;
	top:-50px;
	left:0px;
	color:#039;
	max-width:160px;
}

div.navigation
{
	position:absolute;
	left:-30px;
	top:0px;
	padding:0px;
	color:#039;
	font-size:0%;
}

img.nav_pfeil
{
	width:0px;
}

p.nav_text
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	max-width:140px;
}

form.search_box
{
	position:absolute;
	left:-1000px;
}

/* ---------- infobar ---------- */
p.infobarheadline
{
	margin-bottom:1em;
	font-size:0%;
}

div.infobar
{
	font-size:0%;
}

p.infobar_text
{
	font-size:0%;
	left:-10px;
}

/* ---------- content ---------- */
div.content
{
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}

p.seitentitel
{
	font-size:110%;
	font-weight:bold;
}

li.news
{
	padding-left:0em;
	margin-left:0em;
	margin-bottom:1.5em;
	clear:left;
}

img.news
{
	float:left;
	margin: 10px 20px 10px 20px;
}

img.news_bildunterschrift
{
	margin: 10px 20px 10px 20px;
}

dd.news_bildunterschrift
{
	max-width:200px;
	margin-left:20px;
	font-size:0.8em;
	padding-bottom:1em;
}

dl.news_bildunterschrift
{
	float:left;
}
