* {
margin: 0px;
padding: 0px;

font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 100.01%;
line-height: 100.01%;
color: black;
border: 0px none;
}

body {
	background: #CCCCCC url(bgbody.gif) repeat-y;
}

body, p{
	font-size: 0.9em;
	line-height: 1.2em;
}

#content hr, hr {
height: 1px;
color: #808080;
background: #808080;
}

h1, h2, h3 {
	color: #0076bd;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	clear: both;
}

b, strong, b em, strong em {
font-weight: bold;
}

h1{font-size: 1.2em;}
h2{font-size: 1.1em;}
h3{font-size: 1.0em;}

.clear {clear: both;}

#top td {
font-size: 1.0em;
line-height: 1.7em;
color: white;
vertical-align: top;
}

#website {
	position: absolute;
	width: 960px;
}

#top {
	position: absolute;
	background-image:URL(logo.png);
	left: 0px;
	top: 0px;
	width: 960px;
	height: 155px;
	overflow: hidden;
}

#adresse {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight:bold;
	margin-top: 58px;
	margin-right: 10px;
	color: white;
	float: right;
	width: 330px;
	height: 100px;
}


#menu {
	border-width: 1px;
	border-style: solid;
	border-color: #0076bd;
	position: absolute;
	top: 185px;
	left: 10px;
	width: 190px;
	background-color: #0076bd;
}
#menu ul {
list-style:none;
}

#menu ul li a {
color:white;
font-weight: bold;
text-decoration: none;
background-color: #0076bd;
font-size: 1em;
line-height: 1.7em;
display: block;
padding-left: 10px;
}

#menu ul li ul li a { 
color: #0076bd;
padding-left: 20px;
background-color: white;
font-size: 1em;
line-height: 1.7em;
display:block;
}

#menu ul li ul li a:hover {
color: gray;
}

#menu ul li ul li a.menu_current {
color: gray;
}
a.menu_current {
color: black;
}

#content {
	border: 0px solid black;
	font-size: 1em;
	position: absolute;
	line-height: 1.2em;
	left: 260px;
	top: 190px;
	width: 660px;
	padding: 0px;
}
#content ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 5px;
	}

#content li {
padding: 0px 0px 0px 10px;
margin-left: 15px;
font-size: 0.9em;
line-height: 1.2em;
}

#content td {
	vertical-align:top;
	font-size: 0.9em;
	line-height: 1.2em;
}

#footer {
	display: block;
	clear: both;
	width: 655px;
	height: 45px;
}

#kasten {
border: 1px solid gray;
float: right;
margin: 5px;
padding: 3px;
}

img {
border: 1px solid gray;
padding: 2px;
}