@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	height: 520px;
	width: 900px;
	left: 50%;
	top: 50%;
	margin-top: -260px;
	margin-left: -450px;
	position: absolute;
	
}

body {
	font-family: Tahoma;
	font-size: 13px;
	color: #627180;
	background-color: #FFFFFF;
}


#container {
	height: 490px;
	width: 900px;
	border: 1px solid #000000;
	background-image: url(images/bg_container.jpg);
	position: absolute;
}
#logo {
	margin-left: 36px;
	margin-bottom: 5px;

}

.about {
	width: 540px;
	height: 424px;
	padding: 20px;
}

#navi   {
	height: 422px;
	width: 104px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 0px;
	left: 36px;
	margin-top: 36px;
	margin-left: 36px;
	float: left;
	
}

.start {
	float: left;
	margin-top: 36px;
	margin-left: 94px;
}
#maincontent {
	float: left;
	margin-top: 36px;
	margin-left: 94px;
	height: 440px;
}
#galerie  #maincontent img {
	margin-top: 3px;
	margin-left: 3px;
	border: 1px solid #000000;
}
#galerie #maincontent {
	height: 421px;
	float: left;
	margin-top: 36px;
	margin-left: 94px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 516px;
	height: 424px;
}

#impress #maincontent {
	height: 421px;
	float: left;
	margin-top: 36px;
	margin-left: 94px;
	border: 1px solid #000000;
	width: 516px;
	height: 421px;
	background-image: url(images/bg_maincontent_2.jpg);
}

#about #maincontent {
	height: 421px;
	float: left;
	margin-top: 36px;
	margin-left: 94px;
	border: 1px solid #000000;
	width: 516px;
	height: 421px;
	background-image: url(images/bg_maincontent_3.jpg);
}

#haftung #maincontent {
	height: 421px;
	float: left;
	margin-top: 36px;
	margin-left: 94px;
	border: 1px solid #000000;
	width: 516px;
	height: 421px;
	background-color: #FFFFFF;
}


#text {
	position: absolute;
	width: 400px;
	top: 60px;
	left: 270px;
	height: 370px;
}
#haftung #text {
	width: 440px;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 410px;
	top: 40px;
}

#text p {
	padding-top: 10px;
	padding-left: 10px;
}
#text h3 {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 13px;
}



#text a {
	color: #4B5763;
}





.img_start {
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link, img a { border: 0px;}




#navi ul {
	list-style-position: inherit;
	list-style-type: none;
	padding-top: 45px;
	margin-left: 17px;
}
#navi   a {
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 70px;
	color: #FFFFFF;
	padding-bottom: 20px;
	border-top-style: 0;
}


#navi .menue_1 a {
	background-image: url(images/imtro.png);
	
}

#navi  .menue_2 a {
	background-image: url(images/wedding.png);
	
}
#navi  .menue_3 a {
	background-image: url(images/human.png);
	
	
}
#navi  .menue_4 a {
	background-image: url(images/specials.png);
	
	
}

#navi  .menue_5 a {
	background-image: url(images/about.png);
	

}
#navi   .menue_6 a {
	background-image: url(images/impress.png);
	
}
#navi .menue_7 a {
	background-image: url(images/blog.png);
}

#navi  .menue_1 a:hover {
	background-image: url(images/intro_2.png);
}


#navi .menue_2 a:hover {
	background-image: url(images/wedding_2.png);
}
#navi  .menue_3  a:hover {
	background-image: url(images/human_2.png);
}

#navi  .menue_4  a:hover {
	background-image: url(images/specials_2.png);
}

#navi .menue_5 a:hover {
	background-image: url(images/about_2.png);
}
#navi  .menue_6  a:hover {
	background-image: url(images/impress_2.png);
}
#navi .menue_7 a:hover {
	background-image: url(images/blog_2.png);
}

