a:link {
	color: #0086c8;
}

a:hover {
	text-decoration: underline;
	color: #0086c8;
}

a:visited {
	color: #0086c8;
}

*
{
border: 0;
margin: 0;
}

hr{
color: 1px solid;
}

body
{

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background:url(images/bg_1.jpg) repeat;

}


#wrap
{
	margin: 0 auto;
	width: 1000px;
	height:inherit;
	background:url(images/bg.jpg) repeat-y;
}


#header
{
	width: 1000px;
	height: 159px;
	margin: 0 auto;
	float:left;
	background:url(images/header.jpg) no-repeat;
}
#headerflash
{
	width:681px;
	height:159px;
	float:left;
	margin-left:164px;
}

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




#tekst
{
	width: 665px;
	float:left;
	line-height:18px;
	padding: 15px;
	padding-right:0px;
	background-color: #FFFFFF;
	min-height: 527px;
}

#tekst1
{
	width: 400px;
	float:left;
	line-height:18px;
	background-color: #FFFFFF;
	height:100%;
}


#tekst2
{
	width: 234px;
	float:left;
	line-height:18px;
	padding-left: 15px;
	background-color: #FFFFFF;
	height:100%;
	border-left:1px solid #CCCCCC;
}



#menuvak{
	width:130px;
	height:320px;
	float:left;
	margin-top: 3px;
	margin-left: 35px;
}

#footer{
	height:33px;
	width:1000px;
	float:left;
	background:url(images/footer.jpg) no-repeat;

}



#line
{
	width:833px;
	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:left;
	width:120px;
	margin:0 0 0 0;
	padding:0;
	font-size:13px;
}

#menu ul {
	list-style:none;
	width:120px;
	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:22px;
	text-decoration:none;
	color:#000000;
	display:block;
	font-size:13px;
	padding: 2px 15px 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:#0083c4;
}

#menu li a.current, #menu li a.menu-current {
	background:url(img/mp1.gif) top left repeat-x;
	color:#0083c4;
	font-weight:bold;
	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;
}

