body, html 
{
position:relative;
/*
height:100%;
width:100%;
*/
margin:0;
background-color:white;
font-family:arial;

border:0px solid green;
}

div#header_left
{
width:15%;
float:left;
background-color:#eee;
border-style: solid;
border-color: #aaa;
border-width: 0px 0px 1px 0px;

}

div#header_right
{
width:85%;
float:right;
background-color:#eee;
border-style: solid;
border-color: #aaa;
border-width: 0px 0px 1px 0px;

}

#nav_wrap
{
	/*
	height:60px;
	*/

}

#nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	line-height:48px;
	padding:0 15px;
	border-style: solid;
	border-color: #aaa;
    border-width: 0px 0px 1px 0px;


}

#nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#nav_wrap ul li.current-menu-item a
{
	background:#fff;
	border:1px solid silver;
	
}

#nav_wrap ul li:hover
{

	background:#fff;
	
}

#nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#eee;
	padding:0;
	z-index:13;
}


#nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#nav_wrap ul li:hover > ul
{
	display:block;

}



a {
	text-decoration:none;	
}


div#content_left{
width:15%;		
float:left;
border:0px solid red;

}

div#content_right{
width:85%;
float:right;
border:0px solid blue;
}

h1{
font-size:1.7em;
padding:12px 0px 0px 0px;
max-width:500px;
/*
margin-right:24px;
*/
}


p{
/*text-align: justify;*/
padding:12px 0px 0px 0px;
line-height:1.5em;
max-width:500px;
}

p.imprint{
padding-top:24px;
color:gray;
}

img{
margin:6px;
padding-right:3px;
}


@media screen and (min-width: 500px) {
	div#header_left
	{
	height:48px;
	}

	div#header_right
	{

	height:48px;
	}
	
	#nav_wrap ul ul li
	{
		float:none;
		width:488px;

	}
	#nav_wrap ul li:hover > ul.ok
	{
			left:-60px;
	}

	#nav_wrap ul li:hover > ul.dk
	{
			left:-232px;
	}
	
}

@media screen and (max-width: 500px) {

	div#header_left
	{
	height:97px;
	}

	div#header_right
	{

	height:97px;
	}

	#nav_wrap ul ul li
	{
		float:none;
		width:400px;

	}

	#nav_wrap ul li:hover > ul.ok
	{
			left:-60px;
	}

	#nav_wrap ul li:hover > ul.dk
	{
			left:0px;
	}
	
}
