body {
 color: black; 
 background-color: white;
 font-family: sans-serif;
 font-style: normal;
 font-size: 10pt;
 text-decoration: none;
 margin: 0;
 padding: 1em;
}


div#header{
 height:50px;
}

h1 {
 font-family: sans-serif;
 font-size: 16pt;
 margin: 0 0 0.7em; padding: 0.3em;
 text-align: left;
 color: #EFF9FD;
 background:url(http://nichi.fehlinger.net/pics/bg_header.gif) no-repeat; 
 background-color: white;
 border: none;
}

div#nav {
	font-family: sans-serif;
	width: 153px;
	height: 450px;
	margin: 0 0 5px;
	border: 1px	solid #1E6BC4;
	float: left;
	text-align:left;
	/*background-color: #f3f8fb;*/
}

div#nav img{
margin:.5em .5em 1em;
float:left;
}

div#nav ul {
 margin: 0 0em 1em;
 padding: 0;
 width: 153px;
 float:left;
 font-size: 8pt;
 text-align:left;
}

div#nav ul li {
 list-style: none;
 margin: 0; 
 padding: 2pt;
}

div#nav ul a {
 display: block;
 padding: 3pt;
 font-weight: bold;
}
div#nav ul a:link {
	text-decoration:underline;
	color: #00458C; 
	background-color: #cbdbee;
}
div#nav ul a:visited {
 text-decoration:underline;
 color: #00458C; 
 background-color: #cbdbee;
}
div#nav ul a:hover {
 text-decoration:underline;
 color: #EFF9FD; 
 background-color: #fb9e0b;
}
div#nav ul a:active {
 text-decoration:underline;
 color: #EFF9FD;
 background-color: #fb9e0b;
}

div#news {
 font-family: sans-serif;
 font-size: 9pt;
 float: right;
 width: 167px;
 height: 450px;
 margin: 0 0 10px;
 padding: 0;
 background-color: #fb9e0b; border: 1px solid #1E6BC4;
}
div#news h2 {
 font-size: 16pt;
 color: #EFF9FD;
 margin: 1pt 2pt;
}

div#news h3 {
 font-size: 10pt;
 color: #EFF9FD;
 margin: 4pt 3pt;
}

div#news p {
 font-size: 9pt;
 margin: 6pt 6pt;
}
div#news strong {
	font-weight:normal;
	color: #EFF9FD;
}

div#news a:link {
	text-decoration:underline;
	color: #EFF9FD;
}
div#news a:visited {
 text-decoration:underline;
 color: #EFF9FD;
}
div#news a:hover {
 text-decoration:underline;
 color: #EFF9FD;
}
div#news a:active {
 text-decoration:underline;
 color: #EFF9FD;
}

div#content {
 font-family: sans-serif;
 min-height: 447px;
 /*min-width: 510px;*/
 margin: 0px 175px 5px 161px;
 padding: .1em 1em;
 border: 1px solid #1E6BC4;
 background-color: #ebf1f8;
}
* html div#content {
 height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#content strong {
 font-size: 10pt;
font-weight:normal;
 color: #00458C;
}

div#content hr {
 
 color: #00458C;
 background-color:#00458C;
 height:2px;
 margin-right:0;
 text-align:right;
 border:none;
}
   
div#content h2 {
 color: #00458C;
 font-size: 14pt;
 margin: 0.5em 0;
}

div#content h3 {
 color: #00458C;
 font-size: 11pt;
 margin: .5em .1em;
}

div#content p {
 font-size: 10pt;
 margin: 1em .2em;
}

div#content ul {
 list-style-position: outside;
 list-style: square;
 font-size: 10pt;
 padding:.2em;
 margin: 0em 0em .5em 1em;
}

div#content ul ul{
 list-style-position: outside;
 list-style: none;
 font-size: 10pt;
 padding:.2em;
 margin: 0em 0em .5em 1em;
}

div#content li {
 font-size: 10pt;
 padding:0em;
 margin: .2em .3em;
}

div#content table {
	font-size: 10pt;
	border:0;
	border-color:red;
}
div#content table tr {
 text-align:left;
}
div#content table td {
 vertical-align:top;
 padding:2px;
}

div#content table td strong{
 
 color:#00458C;
}

div#content table th{
 font-size: 11pt;
 text-align:left;
 vertical-align:top;
 color:#00458C;
 background-color: #9EC5F0
}


div#content a:link {
	text-decoration:underline;
	color: #00458C;
}
div#content a:visited {
 text-decoration:underline;
 color: #00458C;
}
div#content a:hover {
 text-decoration:underline;
 color: #1E6BC4;
}
div#content a:active {
 text-decoration:underline;
 color: #1E6BC4;
}

div#footing {
 font-family: sans-serif;
 clear: both;
 text-align:left;
 margin: 0;
 padding: .1em .4em .2em .1em;
 /*background-color: #1E6BC4;*/
 background:url(http://nichi.fehlinger.net/pics/bg_footer_.gif) no-repeat;
 /*background-color: none;*/
 border: none;
 color: #EFF9FD
}

div#footing p{
 font-size: 0.9em;
}

div#footing a:link {
 text-decoration:underline;
 color: #EFF9FD; 
}
div#footing a:visited {
 text-decoration:underline;
 color: #EFF9FD;
}
div#footing a:hover {
 text-decoration:underline;
 color: #9EC5F0;
}
div#footing a:active {
 text-decoration:underline;
 color: #9EC5F0;
}