a:link {
	color: #969e9f;
	outline:none;
}

a:hover {
	text-decoration: underline;
	color: #969e9f;
	outline:none;
}

a:visited {
	color: #969e9f;
	outline:none;
}

*
{
border: 0;
margin: 0;
}

hr{
color: 1px solid;
}

body
{

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;

}


h1
{
	line-height:22px;
	font-weight:bold;
	color:#0058a8;
	font-size:14px;
}

h2
{
	font-weight:bold;
	font-size:12px;
}

#wrap
{
	margin: 0 auto;
	width: 1000px;
	height:1170px;
}

#header
{
	width: 1000px;
	height: 184px;
	margin: 0 auto;
	background:url(images/header.jpg)
}

#content
{
	width: 1000px;
	height: 980px;
	margin: 0 auto;
	background:url(images/body.jpg) no-repeat;
	float:left;
}

#titel
{
	width: 600px;
	height: 27px;
	float:left;
	overflow:auto;
	line-height:22px;
	font-weight:bold;
	color:#0058a8;
	font-size:14px;
	padding-left: 60px;
}


#tekst
{
	width: 600px;
	height: 855px;
	float:left;
	overflow:auto;
	line-height:18px;
	padding-right: 10px;
	display:inline;
	padding-left: 60px;
}

#tekst ul {
list-style-type:disc;
display:list-item;
}

#tekst li {
list-style-type:disc;
display:list-item;
}



#top{
	width:700px;
	height:90px;
	float:left;
}


#rechtervak{
	width: 288px;
	height: 690px;
	float:right;
	margin-top: 50px;
	display: inline;
}


#menuvak{
	width:220px;
	height:690px;
	float:left;
	position:relative;
}

#adres{
	clear:left;
	float:right;
	width:208px;
	height:220px;
	margin:0 0 0 0;
	font-size:13px;
	margin-top: 30px;
	color:#a7a9ac;
	border-right:3px solid #0058a8;
	display: inline;
}

#footer
{
width: 1000px;
height: 78px;
margin: 0 auto;
background: url(images/footer.jpg) no-repeat center top;
float:left;
}

#footervak{
	width:197px;
	height:auto;
	border:1px solid #969e9f;
	padding: 10px;
	background-color:#F6F6F6;
	float: right;
	margin-top: 30px;
	color:#0058a8;
	display: inline;
	
}

#line
{
	width:960px;
	margin: 0 auto;
	height:20px;
	text-align:right;
	font-size:10px;
	float:left;
	color:#777;
}

#line a{
color:#777;
text-decoration:none;
}


#line a:hover{
color:#777;
text-decoration:underline;
}

/*-------- menu ----------*/

#menu {
	clear:left;
	float:right;
	width:208px;
	margin:0 0 0 0;
	padding:0;
	font-size:13px;
	display: inline;
	border-right:3px solid #0058a8;
}

#menu ul {
	list-style:none;
	width:208px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align: left;
}

#menu li { /*Abstand vom letzten Unterpunkt zum nächsten Hauptpunkt */
margin-bottom:0px;
display:block;
}

#menu li a {

height:20px;
text-decoration:none;
color:#a7a9ac;
display:block;
font-size:13px;
padding: 0px 0px 0px 0; /*Oben, rechts, unten, links */
background:  url(img/mp0.gif) top left repeat-x;
}

#menu li a:hover{
background:url(img/mp1.gif) top left repeat-x;
color:#0058a8;

}

#menu li a.current, #menu li a.menu-current {
background:url(img/mp1.gif) top left repeat-x;
color:#0058a8;
font-weight:bold;
padding-right: 40px; /*4px 30px 1px 0; Oben, rechts, unten, links */
text-align:left;
}


#menu ul ul {
margin: 0 0 0 15px;
font-size:0.9em;
width:165px;
}

#menu ul ul ul {
margin:0 0 0 15px;
font-size:0.5em;
width:100px;
}

#menu ul ul a {
height:18px;
margin:0;
font-weight:normal;
padding:0px 0px 0 0px;

}

#menu ul ul a.current, #menu ul ul a.menu-current {
height:18px;
margin:0;
font-weight:normal;
padding:0px 0px 0 0px;

}

#menu ul ul ul a {
height:18px;
margin:0;
padding:4px 20px 0 8px;
}

