body {
	color: black;
	background-color: rgb(254, 198, 125);
	background-image: url(gfx/hintergrund.jpg);
	background-position: top;
	background-repeat: repeat-x;

	font: normal 100.01% "URW Gothic L",sans-serif;
	margin: 0;
	border-style: none;
	padding: 0;
	text-align: justify;
}
body a:link
{
	color: rgb(70,78,153);
	background-color: transparent;
	text-decoration: none;
}
body a:visited {
	color: rgb(90, 0, 100);
	background-color: transparent;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}

#heading {
	color: white;
	background-color: rgb(70,78,153);
	background-image: url(gfx/logo-hintergrund.jpg);
	background-position: top;
	background-repeat: repeat-x;

	margin: 0.67em 0 0.67em 0;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 0.33em 1em;

	text-align: right;
	font-style: italic;
}
#heading small {
	font-size: 75%;
	font-weight: normal;
}

#leftcol {
	float: left;
	display: inline;
	width: 12.5em;
	text-align: center;
	margin: 0;
}

#content, #sidebar {
	border: solid 1px black;
	color: black;
	background-color: white;
}

#sidebar {
	margin: 0 1em 0.5em 1em;
	padding: 0;
}
#sidebar h5 {
	margin: 0.33em;
	font-weight: normal;
}

#menu {
	list-style-type: none;
	font-style: normal;

	margin: 0.17em;
	padding: 0;

	text-align: center;
}
#menu .menu_item, #menu .current_menu_item {
	margin: 0;
	text-align: center;
}
#menu .menu_item {
	padding: 0;
}
#menu .current_menu_item {
	color: white;
	background-color: rgb(70,78,153);
	padding: 0.33em 0.1em;
}
#menu .menu_item a {
	display: block;
	margin: 0;
	padding: 0.33em 0.1em;
}
#menu .menu_item a:link,
#menu .menu_item a:visited,
#menu .menu_item a:active,
#menu .menu_item a:hover {
	text-decoration: none;
}
#menu .menu_item a:link, #menu .menu_item a:active {
	color: black; background-color: transparent;
}
#menu .menu_item a:visited { color: rgb(32,32,32); background-color: transparent; }
#menu .menu_item a:hover { color: black; background-color: rgb(255, 220, 160); }


#content {
	margin: 0 1em 1.67em 12.5em;
	padding: 0.33em 1.5em;
}

.navigation {
	margin: 1em 0;
	font-style: normal;
	text-align: right;
}
