body{
  	text-align:left;
	}
div#container{
  	width:980px;
  	text-align:left;
  	margin:0px auto;
  	background-color:white;
  	font-family:Arial;
  	font-size:10pt;
	}
repeat-y;
div#header{background-color:white;}
div#top{
    	background-color:#BDBDBD;
    	text-align:right;
    	padding:5px;
    	padding-right:20px;
    	font-family:Arial;
    	font-size:10pt;
    	color:black;
    	}
a.linkWeiss{text-decoration:none;color:white;}
a:hover.linkWeiss{text-decoration:underline;}
div#links{
  	float:left;
  	width:200px;
  	height:560px;
  	padding-top:37px;
  	padding-bottom:10px;
  	background: url(images/Pflaster200.jpg)
	}
div#center {
	float:left;
	background: #E6E6E6;
	height: 567px;
	overflow: auto;
	width:740px;
	padding:20px
	}
div#footer {
  	clear:both;
  	background-color:#BDBDBD;
  	padding:4px;
  	padding-bottom:2px;
	}
div#footer a{text-decoration:none;color:white;}
div#footer a:hover{text-decoration:underline;}
div#links_bottom{
  	text-align:center;
  	background-color:#F4FA58;
  	margin-top:20px;
  	padding-top:3px;
  	padding-bottom:3px;
}
.hauptmenu, .hauptmenu a:link, .hauptmenu a:visited
{
  margin: 10px 10px 0px 10px;
  padding: 8px 10px 8px 10px;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  list-style: none;
  background-color: #bdbdbd;
  border: 0px solid green;
}

.hauptmenu a:hover
{
  margin: 10px 0 0px -10px;
  padding: 8px 10px 8px 10px;
  text-align: left;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 15px;
  height: 26px;
  width: 20px;
  background-color: #e6e6e6;
  -moz-border-radius:7px; /* Firefox */
  -webkit-border-radius:7px; /* Chrome, Safari */
  -khtml-border-radius:7px; /* Konqueror */
  border-radius:7px; /* CSS3 */
  text-decoration: none;
  list-style: none;
}

