body {
	color: rgb(0, 0, 0);
	background-color: rgb(169, 203, 255);
	background-position: top;
	background-image: url(gfx/farbverlauf.jpg);
	background-repeat: repeat-x;

	font: italic normal normal medium "Nimbus Roman No9 L","Times New Roman",serif;
	margin: 0em;
	padding: 0.33em 1em;
	text-align: center;
}
a:link { color: rgb(5, 0, 140); }
a:visited { color: rgb(90, 0, 100); }
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

li { list-style-position: inside; }

img {
	border-style: none;
	margin: 0;
	padding: 0;
}

#nordstrandfoto {
	float: right;
	display: inline;
	width: 426px;
	margin: 0.1em 0.1em 0.1em 1em;
}
#fewoliste {
	text-align: left;
}
#linkliste {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	text-align: left;
}
#fewoliste li, #linkliste li { list-style-position: outside; }

.piclayout {
	border-style: none;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.piclayout td {
	color: rgb(0, 0, 0);
	margin: 0px;
	padding: 0px 0.75em;
	text-align: center;
}
.piclayout td img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.logo {
	background-position: center;
	background-image: url(gfx/moewen.gif);
	background-repeat: no-repeat;
}
.logo_heading {
	font-size: 183%;
	margin: 0 0.4em;
}
.logo_footer {
	margin: 0 0.75em;
}

.footer {
	font-size: 88%;
	margin: 0;
}
.footer a { font-style: normal; }

/* navigation */

.menubar {
	color: rgb(0,0,0);
	background-color: rgb(232, 205, 164);
	background-position: top;
	background-image: url(gfx/menue-farbverlauf.jpg);
	background-repeat: repeat-x;

	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;

	border: 2px outset rgb(253, 237, 208);

	padding: 0;
	clear: both;
}

.menubar a {
	display: block;
	margin: 0;
	padding: 0.1em 0.67em;
}
.menubar a:link, .menubar a:visited {
	text-decoration: none;
	background-color: transparent;
}
.menubar a:link { color: black;  }
.menubar a:visited { color: rgb(80, 76, 67); }
.menubar a:hover {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

.menu_item, .current_menu_item{
	font-style: normal;
	text-align: center;
	margin: 0;
}
.menu_item {
	padding: 0;
}
.current_menu_item {
	color: black;
	background-color: rgb(253, 237, 208);
	background-position: top;
	background-image: url(gfx/menue-aktiv-farbverlauf.jpg);
	background-repeat: repeat-x;

	padding: 0.1em 0.67em;
}
