
/* Grunddefinitionen von HTML-Tags *************/
* html div {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */
}
html	{	/* Schrifteinstellung für das ganze Dokument */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: normal;
	color: #303030;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url('hintergrund_nav_bar.gif');
	background-repeat: repeat-y;
}
img { border: none; }
a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}
a:hover {
	text-decoration: underline;
}
div.col_left {
	float: left;
	width: 175px;
	min-height: 600px;
	background-image: url('hintergrund_nav.gif');
	background-position: 0px 200px;
	background-repeat: no-repeat;
}
div.menu {
	margin-left: -7px;
}
	div.menu_headline {
		margin: 10px 5px 10px 25px;
		padding: 0px 5px;
		background-color: #fabf1c;
		color: #273359;
		font-weight: bold;
	}
	div.menu ul {
		list-style-image: url(li-square-orange.gif);
		color: #ffffff;
	}
div.col_right {
	margin-left: 175px;
	background-image: url('hintergrund_nav_rechtsoben.gif');
	background-repeat: no-repeat;
}
div.content {
	padding-top: 80px;
	max-width: 850px;
	margin: 0px 30px;
}
div.button_line {
/*	text-align: right; */
}
div.headline_print {
	display: none;
}
div.headline_screen {
	margin: 10px 0px;
	padding: 0px 10px;
	background-color: #fabf1c;
	color: #273359;
	font-weight: bold;
}
div.map {
	border: solid 1px #404040;
	width: 100%;
	min-height: 500px;
/*	clear: right; */
}
div.footer {
	clear: both;
	background-image: url('hintergrund_nav_bar.gif');
	background-repeat: repeat-y;
	text-align: left;
	padding: 15px 0px 15px 50px;
}
span.marker_head {
	font-weight: bold;
}
span.marker_body {

}

