blank {
}
/*
  Achtung: Styles- Angaben beginnend mit einem '*' sind zum austricksen vom
  IE! Ohne diese wird der Inhalt verschoben:((
  ***********************
  ***********************
  ** Also: FINGER WEG! **
  ***********************
  ***********************
*/

body {
	background-color: rgb(252, 252, 252);
	color: rgb(0, 0, 0);
	direction: ltr;
	font-family: verdana,sans-serif;
	font-size: 1em;
	margin: 0;
	min-width: 40em;
	padding: 0em 0em 0em 0em;
}

h1 {
	font-size: 175%;
	font-weight: bold;
	line-height: 175%;
	margin: 2em 0em 0em 0em;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
	margin: 1.5em 0em 0em 0em;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	line-height: 125%;
	margin: 1em 0em 0em 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 {
	background-color: inherit;
	color: rgb(0, 0, 0);
	text-decoration: none;
}
a:link {
	background-color: inherit;
	color: rgb(32, 32, 255);
}
a:visited {
	background-color: inherit;
	color: rgb(0, 0, 170);
}
a:hover {
	text-decoration: underline;
}

img {
	background-color: inherit;
	color: rgb(252, 252, 252);
}

#header { 
	background-color: rgb(252, 252, 252);
	border: solid rgb(247, 247, 247);
	border-width: 0px 0px 2px 0px;
	color: inherit;
	height: 6em;
	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;
}
#header .headline {
	background-color: inherit;
	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: inherit;
	border: solid rgb(247, 247, 247);
	border-width: 2px 0px 0px 0px;
	color: rgb(200, 200, 200);
	font-size: 90%;
	line-height: 100%;
	margin: 1em 0em 0em 0em;
	overflow: hidden;
	padding: 0.5em 2em 0.5em 2em;
	text-align: center;
}
#footer a {
	background-color: inherit;
	color: rgb(200, 200, 200);
	text-decoration: none;
}
#footer a:hover {
	background-color: inherit;
	color: rgb(200, 200, 200);
	text-decoration: underline;
}
#footer a:visited {
	background-color: inherit;
	color: rgb(200, 200, 200);;
}
#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: inherit;
	border: solid rgb(247, 247, 247);
	border-width: 0px 2px 2px 0px;
	clear: both;
	color:  rgb(16, 16, 16);
	float: left;
	font-size: 100%;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 150%;
	overflow: hidden;
	padding: 1.5em 0em 1em 0em;
	position: fixed;
	text-transform: none;
/* ! Muss abgestimmt sein mit 'header.(height+margin-top+padding-top)' */
	top: 6em;
	width: 12em;
}
#menu a {
	color:  rgb(16, 16, 16);
	padding: 0em 1em 0em 1em;
}
#menu a:hover {
	color: rgb(32, 32, 255);
	text-decoration: none;
}
#menu .selected {
	background-color: rgb(240, 240, 240);
	border: solid rgb(240, 240, 240);
	border-width: 1px 0px 1px 0px;
	padding: 0em 1em 0em 1em;
}

#content {
	font-size: 100%;
/* Menubreite+3.5em */
	margin-left: 15.5em;
	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 {
	background-color: inherit;
	color: rgb(192, 192, 192);
	font-size: 75%;

}

