html {height: 100%}

body {
	margin: 0;
	padding: 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.jpg) repeat-y;
	height: 100%;
}

#navBg {
	position:absolute;
	top: 0px;
	left: 40px;
	height: 100%;
	width: 135px;
	color: white;
	background-color: #000000;
	z-index: 2;
	border-right: solid;
	border-right-width: 1px; 
	border-right-color: #6d6e70;
}

#navPanel {
	position:absolute;
	top: 200px;
	left: 0px;
	height: 200px;
	width: 105px;
	padding: 10px;
}

.navBtns {
	display: block;
	height: 26px;
	width: 112px;
	border-bottom: solid;
	border-bottom-width: 1px; 
	border-bottom-color: white;
}

#logo {
	position:absolute;
	top: 70px;
	left: 40px;
	height: 100px;
	width: 135px;
	z-index: 3;
}

#header {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
	border-bottom: solid;
	border-bottom-width: 2px; 
	border-bottom-color: #7c007c;
	z-index: 1;
}

#headerText {
	position:absolute;
	top: 26px;
	left: 222px;
	height: 80px;
	width: 390px;
	font-family: Courier, sans-serif;
	color: #9a9a9a;
	font-size: 13px;
	font-weight: bold;
}

#headerBild {
	position:absolute;
	top: 3px;
	left: 678px;
	height: 248px;
	width: 208px;
	z-index: 4;
}





.navLink:link, .navLink:visited, .navLink:focus, .navLink:active {position: relative; bottom: -5px; color: white; font-size: 12px; font-weight: bold; text-decoration: none;}
.navLink:hover {color: #7c007c; font-size: 12px; font-weight: bold; text-decoration: none;}





.navLinkHighlighted {
	position: relative;
	bottom: -5px;
	color:  #6677FF;
	font-size: 12px;
	font-weight: bold;
}

#content {
	position:absolute;
	top: 150px;
	left: 215px;
	font-size: 12px;
}

#contentMitBg {
	position:absolute;
	top: 143px;
	left: 205px;
	height: 324px;
	width: 800px;
	padding: 20px;
	background: #FFFFFF url(../images/bg_content.jpg) no-repeat;
	font-size: 12px;
}

#contentTable {
	position:absolute;
	top: 150px;
	left: 215px;
	height: 1050px;
	width: 842px;
	padding-top: 5px;
	padding-left: 5px;
	background: #FFFFFF url(../images/bg_table.jpg) no-repeat;
	font-size: 9px;
}

#contentImpressum {
	position:absolute;
	top: 150px;
	left: 172px;
	height: 519px;
	width: 702px;
	padding-top: 5px;
	padding-left: 48px;
	
	background: #FFFFFF url(../images/impressum.jpg) no-repeat;
	font-size: 12px;
}

#prospekt1 {
	position:absolute;
	top: 480px;
	left: 642px;
	height: 111px;
	width: 58px;
	z-index: 5;
}

#prospekt2 {
	position:absolute;
	top: 480px;
	left: 767px;
	height: 110px;
	width: 57px;
	z-index: 6;
}

.copyright {
		position:absolute;
		width: 180px;
		left: 10px;
		font-size: 10px;
		font-family: Arial;
		color: #ffffff;
		padding-top: 15px;
}

.bilderZeile{
	display: inline;
}


a:link { color: black; text-decoration:underline;}
a:visited { color: black; text-decoration:underline;}
a:focus { color: black; text-decoration:underline;}
a:hover { color: #0033ff; text-decoration:underline;}
a:active { color: black; text-decoration:underline;}
