*{
	margin:0;
	padding:0;
}

body {
	min-height:1024px;
  height:auto !important;
  height:1024px;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
overflow:visible;
}

img, a img{
border:none;
}

/*------------------------MENU------------------------------------*/

#menuContainer{
	top:0;
	position:absolute;
	height: 88px;
	/* background: #ffffff; */
	width: 100%;
}

.transparent_class {
	background: url(../images/white_fill50.png);
}

#menuWrapper{
	z-index:111;
	width:720px;
	margin:auto;
	height:88px;
	position:relative;
}

#menuWrapper img{
	top:0;
	position:relative;
	float:right;
	}



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

#mainContent{
	margin:auto;
	width:720px;
	line-height: 16px;
}


/*------------------------ANGEBOTE------------------------------------*/

.angebot{
	margin-bottom:16px;

}

.angebot_bild{
	float:left;
	width:258px;
	text-align:right;
}

.angebot_rechts{
       width:430px;
	padding: 8px 16px 8px 16px;
	position:relative;
	float:left;
	background: url(../images/white_fill50.png);
}

.angebot_head{
	font-size:14px;
	font-weight:bold;
}

.angebot_content{
	color:#666;
margin-top:8px;
}

.angebot_preis{
	color:red;
	margin-top:16px;
}

.head_angebote{
	width: 344px;
	text-align:left;
	margin-bottom:16px;
}


/*------------------------EREIGNISSE------------------------------------*/

.ereignis{
	margin-bottom:16px;

}

.ereignis_bild{
	float:left;
	width:258px;
	text-align:right;
}

.ereignis_rechts{
       width:430px;
	padding: 8px 16px 8px 16px;
	position:relative;
	float:left;
	background: url(../images/white_fill50.png);
}

.ereignis_head{
	font-size:14px;
	font-weight:bold;
}

.ereignis_content{
	color:#666;
margin-top:8px;
}

.ereignis_link{
	margin-top:8px;
}

.head_ereignis{
	
	text-align:left;
	margin-bottom:16px;
}



/*------------------------TYPOGRAPHIE------------------------------------*/

h1{
	margin-top:112px;
	letter-spacing:0.3em;
font-size: 1.7em;
}

.head_start{
	width: 720px;
	margin-left:16px;
	text-align:left;
}

.content_start{
	margin-top:4px;
	width: 720px;
	height:452px;
	background: url(../images/white_fill50.png);
	position:relative;
}

.content_start a{
	color:#ffffff;
	text-decoration:none;
	padding: 4px 8px 4px 8px;
	background-color:#666699;
	vertical-align:baseline;
	margin-right:8px;
	}
	
.content_start a:hover{
	color:#666699;
	background-color:#ffffff;
	}


.head_bild_links{
	width: 344px;
	text-align:left;

}

.content_bild_links{
	margin-top:8px;
	margin-left: 376px;
	width: 344px;
	text-align:left;
	font-weight:bold;
}


.head_bild_rechts{
	text-align:right;
margin-left: 326px;
margin-left: 320px\9;
width:401px;
}

.content_bild_rechts{
		margin-top:8px;
	text-align:right;
	margin-left: 0;
	width: 344px;
	font-weight:bold;
	
}

.head_impressum{
	width: 574px;
	
	text-align:right;
}

.content_impressum{
	margin-top:8px;
	text-align:right;
	margin-left: 0;
	width: 568px;
	font-weight:bold;
	}

.infoText_rechts{
	color:#666666;
	margin-top: 24px;
	clear:both;
	text-align:right;
}

.infoText_links{
	color:#666666;
	margin-top: 24px;
	clear:both;
	text-align:left;
}

a {
	text-decoration:none;
	border-bottom: dotted 1px;
	color: #666699;
	}

a:hover {
	text-decoration:none;
	border-bottom: dotted 1px;
	color: #ffffff;
        background-color:#666699;
	}

#showMore_rechts{
float:right;
display:block;
text-decoration:none;
	border-bottom: dotted 1px;
	color: #666699;
	text-align:right;
	}

#showMore_rechts:hover {
        cursor:pointer;
	text-decoration:none;
	border-bottom: dotted 1px;
	color: #ffffff;
        background-color:#666699;
	}
	
	#showMore_links{
	float:left;
	display:block;
	text-decoration:none;
		border-bottom: dotted 1px;
		color: #666699;
		text-align:left;
		}

	#showMore_links:hover {
	        cursor:pointer;
		text-decoration:none;
		border-bottom: dotted 1px;
		color: #ffffff;
	        background-color:#666699;
		}

		#showLess_rechts{
		float:right;
		display:block;
		text-decoration:none;
			border-bottom: dotted 1px;
			color: #666699;
			text-align:right;
			}

		#showLess_rechts:hover {
		        cursor:pointer;
			text-decoration:none;
			border-bottom: dotted 1px;
			color: #ffffff;
		        background-color:#666699;
			}

#showLess_links{
float:left;
display:block;
text-decoration:none;
	border-bottom: dotted 1px;
	color: #666699;
	text-align:left;
	}

#showLess_links:hover {
        cursor:pointer;
	text-decoration:none;
	border-bottom: dotted 1px;
	color: #ffffff;
        background-color:#666699;
	}
.clear{clear:both;}
