#body {
	background-image: url(../pict/bg.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#header {
	width:940px;
	height: 105px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

div#contentbox {
	clear:left;

}

div#boxcontent {
	padding: 10px;
	font-size: 0.9em;
}

div#boxcontent a{
	color:#003366;
	text-decoration: none;
}

div#boxcontent a:hover{
	color:#999999;
	text-decoration: underline;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:10px;
	width:157px;
	padding:7px 0;
	color:#000;
	text-decoration:none;
	/*margin-right:1px;*/
	text-align:center;
	font-family:verdana, sans-serif;
	background-color: #F2F2F2;
}
/* style the links hover */
.menu :hover{
	color:#FFFFFF;
	background:#999;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


div#linkespalte {
	width: 210px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #333333;	
}

div#content {
	width: 720px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px dotted #333333;
}

img {

margin-bottom: 10px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

div#rechtespalte {
	width: 210px;
	background:#999999;
	float: left;
	margin-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	

}

div#footer {
	clear:left;
	width: 940px;
	background:#FFFFFF;
	font-size: 10px;
}

div#footer a {

color:#003366;
	text-decoration: none;
}
 

.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #003366;
	padding-left: 5px;
}

div#boxtitel {
	background:#666666;
	color:#FFFFFF;
	padding-left: 3px;
	font-weight: bold;
}
div#content2 {
	width: 940px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px dotted #333333;
}

div#inhaltitel {
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
	


 

