body {
	background-color: #FFFFFF;
	background-image:url(img/backtile.jpg);
}

a:link {
	color: #721e04
}
a:visited {
	color: #3a150e
}
a:active {
	color: #8d3e10
}

#content {
	margin-top: 2.5%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 0px;
	min-width: 70px;
	background-color: white;
	border:1px solid black;
}

#zk {
	font-weight:bold;
	font-style:normal;
        color:#000000;
	text-align:center;
	font-size: 1.2em;
	background-image:url(img/pixel.png);
	min-height:71px;
	margin-bottom:2em;
}

#fahne {
	position: absolute;
        width:16%;
	right: 0%;
	top: 0%;
	max-width:203px;
}

#seite {
	margin: 5%;
	margin-top: 2%;
	padding-left: 12em;
	min-height:946px;
}
#startseite {
	margin: 5%;
	margin-top: 2%;
	padding-left: 12em;
	min-height:400px;
}

.menu ul {
	font-weight:bold;
	list-style: none;
	line-height: 180%;
	margin-bottom: 1em;
}
#seite a {
	font-weight:normal;
}

#footer {
	margin: 0px;
	font-size: 0.7em;
	padding: 0.5em;
	text-align: left;
	background: #CCCCCC;
}

.menu {
	font-weight:bold;
	font-style: italic;
	padding-left:0px;
	margin-top: 0px;
	padding-top: 1em;
	background-repeat:no-repeat;
	min-width:200px;
/*	min-height:735px; /* XXX */
	min-height:946px;
	float:left;
}
.menu li {
	background-image:url(img/pixel.png);
	margin: 1em;
	padding: 1px;
	list-style: none;
	text-align: center;
	border: 1px solid black;
    	border-left-color: white; border-top-color: white;
}
.menu li:hover, li.active {
	background-image:url(img/pixel_active.png);
	border-color: white;
    	border-left-color: black; border-top-color: black;
}
.menu a {
	display: block;
	color: black;
	text-decoration: none;
}

h1 {
	background-image:url(img/notenzeile.png);
	background-repeat:no-repeat;
	min-height:71px;
	padding-left:60px;
	vertical-align:top;
	padding-top:6px;
}

.intro {
	max-width: 80%;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

h2 {
	font-size: 120%;
	margin-top: 4ex;
}

druck {
	font-size: 150%;
	margin-top: 4ex;
}

.bildtext {
	padding-left: 10%;
	padding-right: 10%;
}

.nowrap {
	white-space: nowrap;
}
