/*-------------------------- main -----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: none;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	overflow:hidden;
}

body {
	background: url(../images/bg-main.jpg) repeat-x 0 0 #CCCFC3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
	margin:0;
	padding:0;
	overflow:hidden;
}
#containerMain
	{
	height:613px;
	position: absolute;
	left: 50%;
	width: 974px;
	margin-left: -487px; /* negative Hälfte von width:855px */
	top: 50%;
	margin-top: -306px; /* negative Hälfte von height:601px */
	background: url(../images/bg-body.jpg) repeat-x 0 0 #FEFEFE;
	}

/*-------------------------- header row1-----------------------------------------*/	
div#header1
{
	width: 586px;
	height: 70px;
	background: url(../images/bg-header1.jpg) 0 0 no-repeat;
	float: left;
}
div#header1-neu
{
	width: 974px;
	height: 70px;
	background: url(../images/bg-header1-neu.jpg) 0 0 no-repeat;
	float: left;
    position: releative;
}
div#header2
{
	width: 388px;
	height: 70px;
	background: url(../images/bg-header2.jpg) right 0 no-repeat;
	float: left;
}


div#header3
{
	width: 974px;
	height: 70px;
	background: url(../images/bg-header3.jpg) 0 0 no-repeat;
	float: left;
    position: releative;
}

/*-------------------------- header row2-----------------------------------------*/	
div#naviContainer
{
	width: 974px;
	height: 36px;
	background: url(../images/bg-navi.gif) 0 0 no-repeat;
	float: left;
	position: relative;
}
/*-------------------------- content -----------------------------------------*/	
body div.contentContainer
{
height: 475px;
width: 974px;
background: url(../images/bg-content.gif) 0 0 repeat-y;
}

body div.content
{
height: 475px;
width: 974px;
overflow: auto;
}

body table.content
{
height: 95%;
width: 974px;
}
body table.content td.content
{
padding-top: 6px;
line-height: 18px;
}

div.center {
	margin: 0 auto;
}

body  div.content img.floatRight
 {
	float: right;
	display: inline;
	margin-right: 141px;
}

 body  div.content div.floatLeft
 {
	float: left;   
	width: 234px;
	height: 320px;
	border: 1px solid #ccc;
	margin: 0 30px 0 0;
	padding: 20px;
	background-color: #F0F1EC;
	overflow: hidden;  
}


 body  div.content div.floatLeftHochzeit
 {
	float: left;   
	width: 185px;
	height: 230px;
	border: 1px solid #ccc;
	margin: 0 30px 0 0;
	padding: 20px;
	background-color: #F0F1EC;
	overflow: hidden; 
	margin-left:200px; 
}



 body  div.content div.floatLeft1
 {
	float: left;   
	width: 460px;
	height: 356px;
	border: 1px solid #ccc;
	margin: 0 30px 0 -100px;
	padding: 20px;
	background-color: #F0F1EC;
	overflow: hidden;  
}
/*-------------------------- Bottom -----------------------------------------*/	
div#footer {
	background: url(../images/bg-content.gif) 0 0 repeat-y;
	height: 30px;
	width: 974px;
	color: #000;
	line-height: 20px;
	font-size: 11px;
}
	

#naviLink {
	width: 204px;
	height: 120px;
	display: block;
	position: absolute;
	top:150px;
	left: 40px;
	text-indent: -9999px;
    background: url(../images/spacer.gif) repeat;
    z-index: 10;
}

#naviLink0 {
	width: 180px;
	height: 70px;
	display: block;
	position: absolute;
	top:0px;
	left: 792px;
	text-indent: -9999px;
    background: url(../images/spacer.gif) repeat;
    z-index: 10;
}


#naviLink1 {
	width: 66px;
	height: 70px;
	display: block;
	position: absolute;
	top:0px;
	left: 738px;
	text-indent: -9999px;
    background: url(../images/spacer.gif) repeat;
    z-index: 10;
}


#naviLink2 {
	width: 170px;
	height: 70px;
	display: block;
	position: absolute;
	top:0px;
	left: 800px;
	text-indent: -9999px;
    background: url(../images/spacer.gif) repeat;
    z-index: 10;
}
	
