body {
	background-color: rgb(224, 224, 224);
	background-image: url('../images/bkgnd.jpg');
	border-color: rgb(198, 198, 198); 
	color: rgb(0, 0, 0);
	direction: ltr;
	font-family: verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	min-width: 45em;
	padding: 0em 0em 0em 0em;
}

h1 {
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0em 0em 2em 0em;
}
h2 {
	font-size: 130%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0em 0em 1.5em 0em;
}
h3 {
	font-size: 115%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0em 0em 1em 0em;
}

p {
	font-size: 100%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 125%;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
a:link {
	color: rgb(81, 7, 215);
}
a:visited {
	color: rgb(0, 0, 127);
}
a:hover {
	text-decoration: underline;
}

img {
	color: rgb(252, 252, 252);
	margin-bottom: 1.0em;
	margin-top: 0.5em;
}

#header { 
	background-color: rgb(224, 224, 224);
	background-image: url('../images/bkgndheader.jpg');
	background-repeat: repeat-x;
	border: solid rgb(200, 200, 200);
	border-width: 0px 0px 0px 0px;
	height: 70px;
	margin-top: 0em;
	min-width: 32em;
	padding: 0em 0em 0em 0em;
	position: fixed;
	text-align: center;
	width: 100%
}
#header .left {
	float: left;
	padding-left: 1em;
	text-align: left;
}
#header .right {
	text-align: right;
	padding-right: 1em;
	text-align: right;
}
#header .headline {
	border: solid rgb(220, 220, 220);
	border-width: 0px 0px 0px 0px;
	color: rgb(160, 160, 160);
	font-size: 250%;
	left: 12em;
	line-height: 150%;
	margin: 0.5em 0em 0.5em 0em;
	overflow: hidden;
}

#footer { 
	background-color: rgb(224, 224, 224);
	background-image: url('../images/bkgndfooter.jpg');
	background-repeat: repeat-x;
	border: solid rgb(200, 200, 200);
	border-width: 2px 0px 0px 0px;
	color: rgb(100, 100, 100);
	font-size: 90%;
	height: 60px;
	line-height: 100%;
	margin: 1em 0em 0em 0em;
	overflow: hidden;
	padding: 0.5em 2em 0.5em 2em;
	text-align: center;
}
#footer a {
	color: rgb(100, 100, 100);
	text-decoration: none;
}
#footer a:hover {
	color: rgb(10, 10, 10);
	text-decoration: underline;
}
#footer a:visited {
	color: inherit;
}
#footer .left {
	float: left;
	text-align: left;
}
#footer .right {
	text-align: right;
}
#footer .cnt {
	font-size: 2px;
	line-height: 25%;
	text-align: center;
}

#menu { 
	background-color: rgb(200, 200, 200);
	border: solid rgb(200, 200, 200);
	border-width: 0px 2px 2px 0px;
	clear: both;
	color: rgb(0, 0, 0);
	float: left;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	overflow: hidden;
	padding: 1.5em 1em 1em 0em;
	position: fixed;
	text-align: left;
	text-transform: none;
/* ! Muss abgestimmt sein mit 'header.(height+margin-top+padding-top)' */
	top: 5.75em;
	width: 15.5em;
}
#menu .headline {
	text-align: center;
}
#menu a {
	color: rgb(96, 96, 96);
	text-decoration: none;
	padding: 0em 0em 0em 0em;
}
#menu a:hover {
	color: rgb(32, 32, 64);
	font-weight: bolder;
	letter-spacing: 0.05em;
}
#menu ul {
	font-variant: small-caps;
	list-style-type: none;
}

#content {
	font-size: 100%;
/* Menubreite+3.5em */
	margin-left: 20em;
	margin-right: 2em;
	margin-top: 0em;
	max-width: 45em;
/* Mind. Menuhoehe+margin-top+padding-top (+ ein paar Pixel;) ! */
	min-height: 30em;
	min-width: 15em;
/* Damit der Content unter der Ueberschrift ist */
	padding-top: 6.5em;
	* padding-top: 0em;
	text-align: left;
}
#content p {
	margin-top: 1em;
}
#content .small {
	font-size: 75%;
}
#content .shaded {
	color: rgb(192, 192, 192);
	font-size: 75%;
}
#content .bold {
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
	margin: 1.5em 0em 0em 0em;
}
