@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	}

#header {
	position: absolute;
	width: 900px;
	height: 115px;
	top: 0;
	left: 50%;
	background-image: url(design/header.jpg);
	margin-left: -450px;
	z-index: 1;
	}

#logo {
	position: absolute;
	width: 300px;
	height: 75px;
	top: 10px;
	left: 50%;
	margin-left: -150px;
	z-index: 2;
	}


#headerpic {
	position: absolute;
	width: 220px;
	height: 100px;
	top: 0px;
	left: 630px;
	background-image: url(design/headerpic-1.jpg);
	z-index: 3;
	}


#navi {
	position: absolute;
	width: 900px;
	height: 30px;
	top: 130px;
	left: 50%;
	margin-left: -450px;
	z-index: 2;
	text-align: center;
	}
	
a:link {
	color: #DDD;
}

a:visited {
	color: #DDD;
	}

a:hover {
	color: #EEE;
	}

a:active {
	color: #EEE;
	}


#navi a:link {
	font-size: 16px;
	color: #DDD;
	text-decoration: none;
	letter-spacing: 2px;
	
}
#navi a:visited {
	font-size: 16px;
	color: #DDD;
	text-decoration: none;
	letter-spacing: 2px;
}
#navi a:hover {
	color: #FFF;
	text-decoration: none;
}
#navi a:active {
	color: #FFF;
	text-decoration: none;
}
#navi a:onfocus {
	color: #FFF;
	text-decoration: none;
}

#navi a#current {
	color: #b0c3cc;
	text-decoration: underline;
	letter-spacing: 2px;
	
}



#content {
	position: absolute;
	width: 900px;
	height: 430px;
	top: 168px;
	left: 50%;
	color: #EEE;
	background-image: url(design/content.gif);
	margin-left: -450px;
	z-index: 1;
	}

#content1s {
	position: absolute;
	width: 380px;
	height:390px;
	top: 20px;
	left: 50px;
	z-index: 2;
	padding-left: 10px;

	}
	
#content2s {
	position: absolute;
	width: 400px;
	height:385px;
	top: 20px;
	left: 450px;
	z-index: 2;
	overflow: auto;
	}
#content3s {
	position: absolute;
	width: 300px;
	height:410px;
	top: 20px;
	left: 520px;
	z-index: 2;
	overflow: auto;
}

#content1 {
	position: absolute;
	width: 800px;
	height:390px;
	top: 20px;
	left: 50px;
	z-index: 2;

	}
#content-galerie {
	position: absolute;
	width: 450px;
	height:410px;
	top: 20px;
	left: 50px;
	z-index: 2;
	padding-left: 10px;
}
#contenttrachtenhaus {
	position: absolute;
	width: 330px;
	height:410px;
	top: 5px;
	left: 515px;
	z-index: 2;
	overflow: auto;
}
