@charset "utf-8";
/*---------------------------------------------------------------------------------------
--------------------------------------STANDARDS------------------------------------------
---------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS", Arial, Tahoma, Verdana;
	color:#323232;
	text-decoration: none;
	list-style-type: none;
	border:none;
	line-height:15px;
	
	
	/*
	margin: 0;	
	padding: 0; 
	list-style-type: none; 
	text-decoration: none;
	border: none;
	outline: none;*/
}

body, html {
	background: url(../images/bg-body.jpg) repeat-x top center;
	min-height:100%;
	height:100%;
}
p {
	line-height:20px;
	padding-bottom:10px;
}
/*---------------------------------------------------------------------------------------
--------------------------------------Classen--------------------------------------------
---------------------------------------------------------------------------------------*/

blockquote {
	text-indent:-5000px;
	line-height: 0;
}
.clear {
	clear:both;
	float:none;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
/*---------------------------------------------------------------------------------------
--------------------------------------CONTAINER---------------------------------------------
---------------------------------------------------------------------------------------*/

#container {
	width: 978px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -153px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}
/*---------------------------------------------------------------------------------------
--------------------------------------HEADER---------------------------------------------
---------------------------------------------------------------------------------------*/

#header {
	width:978px;
	height:470px;
	background:url(../images/bg-header.png) no-repeat;
}


h1 {
	width:350px;
	height:160px;
	position: absolute;
	top: 90px;
	left: 60px;
}

h1#branding a {
	display:block;
	width:300px;
	height:200px;
	text-indent:-5000px;
}



/*---------------------------------------------------------------------------------------
--------------------------------------content-container-------------------------------------
---------------------------------------------------------------------------------------*/

#content-container {
	width:978px;
	float:left;
	min-height:100%;
}
/*---------------------------------------------------------------------------------------
---------------------------------------NAVI--------------------------------------
---------------------------------------------------------------------------------------*/

ul#navi {
	height:34px;
	width: 559px;
	position: absolute;
	top: 20px;
	right: -3px;
	z-index: 5;
}
/* Die normalen Buttons: */


ul#navi li a {
	display:block;
	height:34px;
	text-indent:-9999px;
	background: url(../images/navi.gif) no-repeat;
}

ul#navi li {
	float: left;
}

a.home { width: 65px; background-position: 0 0!important}
a.ueber-uns { width: 98px; background-position: -65px 0!important}
a.standorte { width: 106px; background-position: -163px 0!important}
a.aktuelles { width: 102px; background-position: -269px 0!important}
a.partner { width: 90px; background-position: -371px 0!important}
a.gaestebuch { width: 98px; background-position: -461px 0!important}

ul#navi.naviactive01 li a.home,
ul#navi li a.home:hover {
	background-position: 0 -34px!important;
}

ul#navi.naviactive02 li a.ueber-uns,
ul#navi li a.ueber-uns:hover {
	background-position: -65px -34px!important;
}

ul#navi.naviactive03 li a.standorte,
ul#navi li a.standorte:hover {
	background-position: -163px -34px!important;
}

ul#navi.naviactive04 li a.aktuelles,
ul#navi li a.aktuelles:hover {
	 background-position: -269px -34px!important;
}

ul#navi.naviactive05 li a.partner,
ul#navi li a.partner:hover {
	background-position: -371px -34px!important;
}

ul#navi.naviactive06 li a.gaestebuch,
ul#navi li a.gaestebuch:hover {
	background-position: -461px -34px!important;
}




/*---------------------------------------------------------------------------------------
--------------------------------------CONTENT--------------------------------------------
---------------------------------------------------------------------------------------*/

#content-container {
	width: 978px;
	overflow:hidden;
	min-height:100%;
	float:left;
}
#content-main {
	width:978px;
	float:left;
	min-height:100%;
	padding-bottom:50px;
}
h2 {
	width:500px;
	margin:45px 0 0 325px;
	color:#8a133c;
	font-size:35px;
	font-style:italic;
}
h3 {
	width:500px;
	color:#a3926c;
	margin:5px 0 10px 325px;
	margin:0 0 10px 325px;
	font-size:22px;
	font-style:italic;
}
h4 {
	color:#fff;
	font-size:22px;
	font-style:italic;
}
h5 {
	width:500px;
	color:#a3926c;
	font-size:22px;
	font-style:italic;
}
ul#sub-navi {
	width:224px;
	height:152px;
	background:url(../images/navi.jpg);
	float:left;
}

ul#sub-navi a {
	display:block;
}
ul#sub-navi li {
	position:relative;
	float:left;
}
ul#sub-navi li a.leistungen {
	float:left;
	height:49px;
	width:224px;
	text-indent:-9999px;
}
ul#sub-navi li a.extensions {
	float:left;
	height:52px;
	width:224px;
	text-indent:-9999px;
}
ul#sub-navi li a.hochzeitsservice {
	float:left;
	height:51px;
	width:224px;
	text-indent:-9999px;
}
ul#sub-navi a:hover.leistungen {
	background:url(../images/leistungen.jpg) 0 0;
}
ul#sub-navi a:hover.extensions {
	background:url(../images/extensions.jpg) 0 0;
}
ul#sub-navi a:hover.hochzeitsservice {
	background:url(../images/hochzeitsservice.jpg) no-repeat;
}
#content {
	width:650px;
	float:left;
	min-height:100%;
	overflow: hidden;
	padding-left:102px;
}
#columnContent{
	width:600px;}
#content img {
	border-top:5px solid #a3926c;
	padding-top:1px;
	padding-bottom:10px;
}
#content ul {
	margin: 0;
	padding-left:50px;
}
#content li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	line-height:20px;
}
#content-column1 {
	width:310px;
	float:left;
	padding-top:25px;
	padding-right:30px;
}
#content-column2 {
	width:305px;
	float:left;
	padding-top:25px;
}
.important {
	color:#8a133c;
}
/*---------------------------------------------------------------------------------------
--------------------------------------FOOTER----------------------------------------------
---------------------------------------------------------------------------------------*/
div#footer {
	margin:auto;
	height:153px;
	background:url(../images/footer_bg.jpg) no-repeat;
}
div#innerFooter {
	width:978px;
	height:10px;
	margin: auto;
}
#innerFooter ul li {
	list-style-type:none;
	color:#fff;
	padding-bottom:3px;
	font-size:11px;
}
.left {
	width:80px;
	display:block;
	float:left;
	color:#fff;
	padding-bottom:3px;
	font-size:11px;
}
.right {
	width:200px;
	display:block;
	float:left;
	color:#fff;
	padding-bottom:3px;
	font-size:11px;
}
ul#adress1 {
	width:240px;
	float:left;
	padding-right:10px;
}
#adress2 {
	width:280px;
	float:left;
	padding-right:10px;
}
ul#adress3 {
	width:140px;
	float:left;
	padding-right:10px;
}
#adress4 {
	width:280px;
	float:left;
}
#footer, .push {
	height: 153px; /* .push must be the same height as .footer */
}
/*---------------------------------------------------------------------------------------
--------------------------------------NAVI-ADD-----------------------------------------------
---------------------------------------------------------------------------------------*/
ul#navi-add {
	width:170px;
	height:30px;
	top:450px;
	right:0px;
	position:absolute;
}
ul#navi-add li {
	float:left;
	padding-right:5px;
	font-size:11px;
	color:#FFFFFF;
}
ul#navi-add a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
ul#navi-add a:hover {
text-decoration:underline;
}
/*---------------------------------------------------------------------------------------
--------------------------------------LINKS----------------------------------------------
---------------------------------------------------------------------------------------*/

a, a:visited, .escape span {
	text-decoration: underline;
	color: #4a4949;
	outline: none;
}
a:hover, a:hover span, a:active, a:active span {
	text-decoration:none;
	color:#4a4949;
}
a[href$=".pdf"] {
width:46px;
height:22px;
 padding: 4px 0 0px 55px;
 background: url(../images/pdf.gif) no-repeat 0 50%;
 border-bottom: none;
 display:block;
