body {
	background-color:#bebebe;
#	background-image:url(hintergrund.gif);
#	background-position:top right;
}

@font-face {
	font-family: "Linux Biolinum";
	src:
		url("/fonts/LinBiolinum_Rah.ttf") format("truetype"),
		url("/fonts/LinBiolinum_R.otf") format("opentype"),
		url("/fonts/LinBiolinum_R.woff") format("woff");
}
@font-face {
	font-family: "Linux Biolinum";
	src:
		url("/fonts/LinBiolinum_RIah.ttf") format("truetype"),
		url("/fonts/LinBiolinum_RI.otf") format("opentype"),
		url("/fonts/LinBiolinum_RI.woff") format("woff");
	font-style: italic;
}
@font-face {
	font-family: "Linux Biolinum";
	src:
		url("/fonts/LinBiolinum_RBah.ttf") format("truetype"),
		url("/fonts/LinBiolinum_RB.otf") format("opentype"),
		url("/fonts/LinBiolinum_RB.woff") format("woff");
	font-weight: bold;
}

/* roundedbox */
div {
	margin:0;
	padding:0;
}
.ro {
	background:url(../pictures/roundedbox_ro.gif) top right no-repeat;
}
.lo {
	background:url(../pictures/roundedbox_lo.gif) top left no-repeat;
}
.ru {
	background:url(../pictures/roundedbox_ru.gif) bottom right no-repeat;
}
.lu {
	background:url(../pictures/roundedbox_lu.gif) bottom left no-repeat;
}
/* /roundedbox */

div.alles {
	position:relative;
#	margin: 10px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	text-align:left;
	background-color:#cce3ff;
	background:url(../pictures/roundedbox_background_line.gif) repeat-y;
	font-family:"Linux Biolinum",Times,"Times New Roman",serif;
	font-size:16px;
}

div.hilfsrahmen {
	margin-left:20px;
	margin-right:20px;
	padding-top:20px;
	padding-bottom:20px;
#	border:solid green 1px;
}

div.kopfbereich {
	min-height:259px;
#	border:solid blue 1px;
#	background:url(seepferd.gif) top right no-repeat;
}

h1.kopfbereich {
	margin:0px;
	text-align:center;
	font-size:40px;
#	border:solid red 1px;
}
h2.kopfbereich {
	margin-left:0px;
	margin-top:10px;
	text-align:center;
	font-size:30px;
#	border:solid red 1px;
}

div.logo {
	position:absolute top right;
	width:127;
	height:259;
	float:right;
#	border:solid yellow 1px;
}

div.navigation {
	margin-top:10px;
	text-align:center;
	padding:12px 0;
	background-color:#aaaaaa;
#	background:url(/pictures/navigation_background.gif);
#	border:solid blue 1px;
}

div.inhalt {
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
#	border:solid black 1px;
}

div.inhalt h1 {
	margin-top:0px;
	padding-top:0px;
#	border:solid black 1px;
}

div.navigation a {
	text-align:center;
	margin:0px 10px;
	padding:5px 20px;
	text-decoration:none;
	list-style-type:none;
	font-weight:bold;
#	border:solid yellow 1px;
}

div.impressum {
	font-size:10px;
	position:relative;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width:800px;
#	border:solid yellow 1px;
}

img.brunnen {
	position:absolute top right;
	float:right;
	margin-left:20px;
	border:none;
}

a:link { color:#0000FF; }
a:visited { color:#666699; }
a:hover { color:#FF0000; }
a:active { color:#FFFFFF; }

a.clickable:link { color:#000000; background-color:#FFFFFF; }
a.clickable:visited { color:#000000; background-color:#FFFFFF; }
a.clickable:hover { color:#FFFFFF; background-color:#555555; }
a.clickable:active { color:#000000; background-color:#FFFFFF; }

a.inactive { color:#FFFFFF; background-color:#555555; }
