html{
	height:100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; margin:0px; padding:0px
	background-color:#FFFFFF;
	height:100%;
	line-height: normal;
}

a:link { color: #8E8D8D; text-decoration: none; }
a:visited { color: #8E8D8D; text-decoration: none; }
a:focus {	color: #000000;	text-decoration: none;	font-weight: bold;}
a:hover {	color: #000000;	text-decoration: none;	font-weight: bold;}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
    outline: none;

}



ul#navigation {	list-style-type:none;	margin-top:0;	margin-left:1px;	margin-bottom:5px; margin-right:0; line-height: 11px;	padding: 0; }
ul#navigation li {	margin-top:0;	margin-bottom:5px;	line-height: 11px; padding: 0px;}
ul#navigation li a {display:list-item;}
ul#navigation li a:hover{	font-weight: bold;}
ul#navigation li a:focus{	   -moz-outline-style: none;}

H1 {
	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 12px;
	color: #333333;
}
#Titel {
	position:absolute;
	left:24px;
	top:31px;
	width:123px;
	height:28px;
	z-index:6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

#center {
	position: absolute;
	width: 800px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin-top: -275px; /* negative Hälfte von height:550x; */
	margin-left: -400px; /* negative Hälfte von width:800px */
	border: 1px none #CCCCCC;
}
.imgRightBorder { float: right; margin: 0px 0px 20px 20px; padding: 1px; border: 1px solid #7FA3CA; }

#topmenue {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:33px;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	word-spacing: 14pt;
}
#bottommenue {
	position:absolute;
	left:0px;
	top:500px;
	width:800px;
	height:59px;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	word-spacing: 14pt;
	text-align: right;
	padding-top: 10px;
}


.bildrahmen {
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
ul
{
list-style-image:url(../img/strich.jpg);
list-style-position: outside;
margin-left: 5px; 
  padding-left: 10px;  
}
