/* Allgemeines */
* {	margin: 0; padding: 0;}
img {border: 0;}
body {
    width: 100%;
	background-color: #e6e6e6;	
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
html, body {
		height:100%;
}
a {
	color: #343231;
	text-decoration:none;
}
a.ext {
	text-decoration:underline;
}
a:hover {
	color: #dc460a;
}
a.ext:hover {
	text-decoration: underline;
}
p, h1, h2 {
	font-weight: normal;	
	margin-bottom: 14px; 
}

td, th {vertical-align:top; text-align:left; font-size: 13px;}

#distance { 
		width:100%;
		height:38%;
		margin-bottom:-235px; /* half of container's height */
}
img#bg {
        position:fixed;
        top:0;
        left:0; 
        /* Preserve aspect ratio */
        min-width:100%;
        min-height:100%;
}

#container {
	position: relative;
	clear:left;
	margin: auto;
	padding: 0;
	width: 960px;
	height: 640px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu {
	position: absolute;
	top: 132px;
	left: 670px;
}
#content {
	position: absolute;
	width: 600px;
	height: 440px;
	top: 132px;
	left: 0px;
}
#kontakt {
	position: absolute;
	width: 180px;
	top: 320px;
	left: 0px;
}

#kontakt_tel {
	position: absolute;
	width: 180px;
	top: 320px;
	left: 210px;
}

#kontakt_web {
	position: absolute;
	width: 180px;
	top: 320px;
	left: 420px;
}