html {
	overflow-y:scroll;
}

body {
		background-color:#e2e2e2;
		font-family:sans-serif;
		font-size:0.8em;
}

a {
	color:#819fbf;
}

hr {
	border-style:dashed;
	border-width:0px;
	border-color:#819fbf;
	border-top-width:1px;
	margin-left:160px;
	margin-right:40px;
}

a:hover {
	color:#063063;
}

#navigation {
	position:absolute;
	left:50%;
	margin-left:-387px;
	top:20px;
	width:143px;
	min-height:500px;
	border-width:1px;
	border-style:solid;
	border-bottom-width:0px;
	border-color:#819fbf;
	z-index:1;
}

#navigation a {
	display:block;
	height:28px;
	width:139px;
	text-decoration:none;
}

.nav-link {
	visibility:hidden;
}


#header-left {
	position:absolute;
	left:0px;
	top:0px;
	width:141px;
	height:177px;
	background-image:url(images/header_left.png);
	background-repeat:no-repeat;
	z-index:1;
}

#header-right {
	position:absolute;
	left:141px;
	top:-1px;
	width:634px;
	height:180px;
	border-color:#819fbf;
	border-style:solid;
	border-width:0px;
	border-right-width:1px;
	border-top-width:1px;
	background-image:url(images/header_right.png);
	background-repeat:no-repeat;
	z-index:1;
}

#spacer-top {
	position:absolute;
	left:0px;
	top:177px;
	width:141px;
	height:3px;
	background-image:url(images/spacer_top.png);
	background-repeat:no-repeat;
	z-index:1;
}

#willkommen {
	position:absolute;
	left:0px;
	top:180px;
	width:144px;
	height:29px;
	background-image:url(images/willkommen.png);
	background-repeat:no-repeat;
	z-index:1;
}

#willkommen:hover {
	background-image:url(images/willkommen_hover.png);
	background-repeat:no-repeat;
}

#willkommen-active {
	position:absolute;
	left:0px;
	top:180px;
	width:144px;
	height:29px;
	background-image:url(images/willkommen_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#spacer-menu-01 {
	position:absolute;
	left:0px;
	top:209px;
	width:144px;
	height:1px;
	background-image:url(images/spacer_menu.png);
	background-repeat:no-repeat;
	z-index:1;
}

#referenzen {
	position:absolute;
	left:0px;
	top:210px;
	width:144px;
	height:30px;
	background-image:url(images/referenzen.png);
	background-repeat:no-repeat;
	z-index:1;
}

#referenzen:hover {
	background-image:url(images/referenzen_hover.png);
	background-repeat:no-repeat;
}

#referenzen-active {
	position:absolute;
	left:0px;
	top:210px;
	width:144px;
	height:30px;
	background-image:url(images/referenzen_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#spacer-menu-02 {
	position:absolute;
	left:0px;
	top:240px;
	width:144px;
	height:1px;
	background-image:url(images/spacer_menu.png);
	background-repeat:no-repeat;
	z-index:1;
}

#kontakt {
	position:absolute;
	left:0px;
	top:241px;
	width:144px;
	height:30px;
	background-image:url(images/kontakt.png);
	background-repeat:no-repeat;
	z-index:1;
}

#kontakt:hover {
	background-image:url(images/kontakt_hover.png);
	background-repeat:no-repeat;
}

#kontakt-active {
	position:absolute;
	left:0px;
	top:241px;
	width:144px;
	height:30px;
	background-image:url(images/kontakt_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#spacer-menu-03 {
	position:absolute;
	left:0px;
	top:271px;
	width:144px;
	height:1px;
	background-image:url(images/spacer_menu.png);
	background-repeat:no-repeat;
	z-index:1;
}

#impressum {
	position:absolute;
	left:0px;
	top:272px;
	width:144px;
	height:30px;
	background-image:url(images/impressum.png);
	background-repeat:no-repeat;
	z-index:1;
}

#impressum:hover {
	background-image:url(images/impressum_hover.png);
	background-repeat:no-repeat;
}

#impressum-active{
	position:absolute;
	left:0px;
	top:272px;
	width:144px;
	height:30px;
	background-image:url(images/impressum_active.png);
	background-repeat:no-repeat;
	z-index:1;
}

#spacer-bottom {
	position:absolute;
	left:0px;
	top:302px;
	width:144px;
	height:3px;
	background-image:url(images/spacer_bottom.png);
	background-repeat:no-repeat;
	z-index:1;
}

#spacer-bg {
	position:absolute;
	left:0px;
	top:305px;
	width:144px;
	height:1px;
	background-image:url(images/spacer_bg.png);
	background-repeat:repeat;
	z-index:1;
}

#content {
	position:absolute;
	left:50%;
	margin-left:-387px;
	top:188px;
	width:775px;
	min-height:332px;
	background-image:url(images/spacer_bg.png);
	background-repeat:repeat-y;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#819fbf;
	outline-style:solid;
	outline-color:#e2e2e2;
	outline-width:10px;
	outline-offset:10px;
	z-index:0;
}

#index-links {
	position:absolute;
	left:50%;
	margin-left:-387px;
	top:570px;
	width:775px;
	text-align:center;
	font-size:x-small;
}
	

#content h2 {
	color:#063063;
	margin-left:160px;
}

#content p {
	margin-left:160px;
	margin-right:40px;
	text-align:justify;
}