/* ---------- 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,dd,dl
{
	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:#039;
}

/* ---------- 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
{
	list-style-type:disc;
	margin-top:0em;
	margin-left:1em;
	padding-left:1em;
	padding-bottom:0em;
}

table
{
	margin-bottom:0em;
}

td
{
	vertical-align:top;
}

h1
{
	margin-bottom:1em;
}

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

img.headerbild
{
	position:absolute;
	top:5px;
	left:180px;
}

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

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

/* ---------- navigation ---------- */
form.search_box
{
	position:absolute;
	top:11px;
	left:8px;
	z-index:2;
}

div.navigation
{
	position:absolute;
	left:0px;
	top:55px;
	padding:0px 0px 10px 0px;
	color:#039;
	font-size:90%;
	background-color:#bdf;
	z-index:1;
}

p.navigation-background
{
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:100%;
	background-color:#bdf;
	z-index:1;
}

p.nav_text
{
	padding:5px 0px 6px 10px;
	margin:0px 0px 0px 0px;
	max-width:160px;
	width:160px;
	border-bottom:2px solid white;
	cursor:pointer;
}

p.nav_text_last
{
	padding:5px 0px 6px 10px;
	margin:0px 0px 0px 0px;
	max-width:160px;
	width:160px;
	cursor:pointer;
}

p.sub_nav_text
{
	padding:3px 0px 4px 15px;
	margin:0px 0px 0px 0px;
	max-width:155px;
	width:155px;
	border-bottom:2px solid #bdf;
	background-color:white;
	font-size:0.9em;
	cursor:pointer;
}

p.last_sub_nav_text
{
	padding:3px 0px 4px 15px;
	margin:0px 0px 0px 0px;
	max-width:155px;
	width:155px;
	border-bottom:0px;
	background-color:white;
	font-size:0.9em;
	cursor:pointer;
}

/* ---------- infobar ---------- */
p.infobarheadline
{
	background-color:#bdf;
	margin-bottom:1em;
	padding:0px 0px 0px 5px;
}

div.infobar
{
	margin-top:80px;
	margin-right:10px;
	float: right;
	width: 130px;
	padding:10px;
}

p.infobar_text
{
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
}

p.upcoming_events
{
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
}

/* ---------- content ---------- */

div.content
{
	position:relative;
	top:60px;
	margin-left:200px;
	max-width:100%;
}

div.content_text
{
	position:relative;
	top:80px;
	margin-left:200px;
	max-width:700px;
}

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

li.large_gap
{
	margin-bottom:1em;
}

/* ---------- news ---------- */
ul.news
{
	list-style-type:none;
	
	margin-left:0em;
	padding-left:0em;
	padding-bottom:0em;
}

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

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

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

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

dd.news_bildunterschrift_150
{
	max-width:150px;
	margin-left:0px;
	font-size:0.8em;
	padding-bottom:1em;
}

dl.news_bildunterschrift
{
	float:left;
}

div.content_news
{
	position:relative;
	top:60px;
	margin-left:200px;
	margin-right:160px;
	max-width:100%;
	overflow:hidden;
}

span.aus_den_vereinen
{
	font-family:Courier New;
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.15em;
	color:red;
}
