<!--
body {
	background-image:url(./verlauf.gif);
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/* für einige IEx-Probleme bei relativen Schriftgrößen */
	font-size:100.01%;
	margin:0px;
	padding:0px;
}

div#header {
	/*background-color:red;*/
	position:absolute;
	top:0px;
	left:15px;
	width:565px;
	height:50px;
	text-align:right;
	background-image:url(./balken.gif);
	vertical-align:top;
	margin:0px;
}

div#bogen {
	background-image:url(./bogen.gif);
	margin-left:5px;
	width:37px;
	height:40px;
	float:right;
	
}

div#navigation {
	position:absolute;
	top:60px;
	left:0px;
	width:140px;
	padding-left:120px;
	background-image:url(./logo.gif);
	background-repeat:repeat-y;
}

div#main {
	/*background-color:yellow;
	height:400px;*/
	position:absolute;
	top:60px;
	left:270px;
	width:33em; /* 71 Zeichen * 0,4 Breite/H�he * Schrifth�he + 2em padding des Content*/
}

div#main a {
	color:#668a9e;
}

div#navigation li {
	text-align:right;
	margin:0em;
	padding:0.7em 0.4em 0.3em 0em;
	/*float:right;*/
	/*background-image:url(./trans.gif);*/
	border-top:1px solid #668a9e;
	background-color:transparent;
	/*width:7em;*/
	list-style-type:none;
}

div#navigation li.sub1 {
	margin:0em 0em 0em -2em;
	padding:0.2em 0em 0em 0em;
	/*float:right;*/
	background-color:transparent;
	border:0px;
	/*background-image:url(./trans.gif);*/
	/*width:6em;*/
	list-style-type:none;
}

li.sub1 a {
	text-decoration:none;
	color:#668a9e;
	font-size:0.7em !important;
	font-style:italic;
/*display:block;*/
}

span.aktuell {
	font-size:0.5em;
	color:#e3781c;
	font-weight:bold;
}

ul#nav_1 {
	border-right:1px solid #668a9e;
	border-bottom:1px solid #668a9e;
	padding:0em;
	margin:0em;
}

div#navigation a {
	text-decoration:none;
	color:#668a9e;
	font-weight:bold;
	font-size:0.9em;
}

div#header img {
/*	border:1px solid blue;*/
	margin:0px;
}

div#column {
	float:right;
	width:200px;
}

a.jumper {
	font-size:0.7em !important;
	font-weight:normal !important;
}

h1 {
	position:absolute;
	left:-1000px;
	top:0px;
	font-size:0.5em;
}

div#content h2 {
	font-size:1.4em;
	font-weight:bold;
}

div#content h3 {
	font-size:1.2em;
	font-weight:bold;
}

div#content h4 {
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
}

div#content {
	border-right:1px solid #668a9e;
	border-top:1px solid #668a9e;
	Background-color:#eeeeee;
	padding:0.5em 1em;

}

#content a img {
 border:0px;
}

/* Styles für die News */
div.newslist_item {
	border:1px dashed black;
	margin-bottom:0.5em;
}
span.news a{
	color:white;
}
div.newslist_item h2{
	background-color:#668a9e;
	padding:0.15em;
	margin-top:0em;
}
span.news_intro {
	font-weight:bold;
}
span.news_alter {
	font-style:italic;
}
div.news_footer {
	font-size:0.8em;
}
//-->
