html {
	overflow-y:scroll;
}

html, body, div, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
}

body#lighthouse {
	margin: 0;
	padding: 0;	
	font: 62.5%/140% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:18px;
	letter-spacing:normal;
}

/* wrapper
----------------------------- */

div#wrapper-overall {
	width:960px;
	margin:auto;
	background:url(../images/bg_kompass_3.gif) no-repeat 20px 70px;
	overflow:hidden;
}

/* header
----------------------------- */

div#header {
	width:960px;
	height:70px;
	background:url(../images/header.gif) no-repeat;
}

/* flags
----------------------------- */

div#flag {
	width:16px;
	height:11px;
	background:url(../images/de.gif) no-repeat;
}

/* nminmenu
----------------------------- */

div#menu {
	width:185px;
	padding:25px 0 0 0;
	float:left;
}

/* content
----------------------------- */

div#content {
	width:765px;
	padding:25px 0 0 10px;
	overflow:hidden;
	float:left;
}

div.contentpic {
	float:right;
}

div.contentinhalt {
	margin:25px 0 0 0;
}

.tablekontakt {
	background-color: #eaeaea;
	width: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 1px solid #000000;
	width: 510px;
}

.tablekontakt2 {
	background-color: #eaeaea;
	width: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 1px solid #000000;
	width: 220px;
}

/* footer
----------------------------- */

div#footer {
	height:25px;
	width:960px;
	margin:auto;
}

/* a div to clear the floating of divs in front of it
----------------------------- */

.fixfloat {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;	
}