﻿/* Das ist der Platz fuer die Hauptnavigation */
#navigation {
	position: absolute;
	top: 22px;
	left: 148px;
	width: 600px;
	height: 30px;
}

/* Das ist der Platz fuer die Subnavigation */
#subnavigation {
	position: absolute;
	top: 86px;
	left: 550px;
	width: 200px;
	height: 200px;
}

/* Das ist der Platz für das Logo */
#logo {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 84px;
	height: 132px;
}

#logo * {
	width:84px;
	height:132px;
	border: none;
}

div.overlay {
	background-image:url(../_pix/bg_overlay.png);
	background-repeat:no-repeat;
	width:992px;
	height:576px;
	padding:0;
	margin:0 auto;
	position:relative;
	top: 24px;
	behavior: url(iepngfix/iepngfix.htc);
}

div.container {
	width:992px;
	height:576px;
	padding:0;
	margin-left: -496px;
	position: absolute;
	top: 24px;
	left: 50%;
}

div.containerKontakt p {
	margin-bottom: 4px;
}

#content {
	position:absolute;
	top:91px;
	left:161px;
	width:360px;
	height:335px;
	overflow: auto;
}

#contentWithBG {
	position:absolute;
	background-image:url(../_pix/bg_text.png);
	background-repeat:no-repeat;
	top:112px;
	left:152px;
	width:338px;
	height:430px;
	padding: 0px 16px;
}

#contentOverflowContainer {
	position:absolute;
	background-image:url(../_pix/bg_text.png);
	background-repeat:no-repeat;
	top:112px;
	left:152px;
	width:352px;
	height:430px;
	padding: 0px 2px 0px 16px;
}

#contentOverflow {
	width:340px;
	height: 372px;
	padding-right: 10px;
	overflow: auto;
}

