
body {
    font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:small;
    color: #000000;
    background-color: #fffeea;
    margin: 0px;
    padding: 0px;
}


div.content {
	position: absolute;
	left: 170px;
	top: 20px;
}

div.toplogo {
	position: fixed;
	top: 0px;
	left: 0px;
}

div.menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
}

p,dt,dd,li {
	font-size: small;
}

ul {
	line-height: 2ex;
	margin-top: 0.5ex;
	margin-bottom: 2ex;
}

body.menu {
	background-image: url(/pix/hintergrund.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

body.gallery {
	margin: 15px;
}

body.admin {
	background-color: #404040;
	margin: 15px;
}

.boldblack {
	color: #000000;
	font-weight:bold;
}

.frame { margin: 10px 10px 10px 10px; }
.small { font-size:small; }

a:link { color:#AA5A20;text-decoration:none;font-weight:bold; }
a:visited { color:#AA5A20;text-decoration:none;font-weight:bold; }
a:active { color:#FF7715;text-decoration:none;font-weight:bold; }
a:hover { color:#FF7715;text-decoration:underline;font-weight:bold; }
a[name]:hover {text-decoration: inherit; font-weight:inherit; color: inherit; background: inherit; }
