* {
	margin: 0;
}

html
{
height: 100%;
	}
body {
	padding:0; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:75%;  
	color:#000000; 
	height: 550px; 
	text-align: center; 
	margin-top: 100px;
	background-color:#67110D;
			}

a {
	color: #AE433E;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	

/* PAGE LAYOUT */

#pageContainer { /* PAGE CENTERED */
	width: 980px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
		}
	
#header { 
	height: 101px;
	padding: 0;
	background: url(images/header.gif);
	background-repeat: no-repeat;
	}
	
#headerOben{
	width: 342px;
	height: 20px;
	padding: 0;
	float: right;
	position: relative; top: 60px;
	text-align:left;
	right: 0px;
	font-weight: bold;
	color:#FFFFFF;
}

a:active.link1{ 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:link.link1{ 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

a:visited.link1{ 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

a:hover.link1{ 
	color:#F2CF68;
	text-decoration:none;
	}	
	
 a:active.link2{ 
	font-weight:bold;
	color:#F2CF68;
	text-decoration:none;
	}
	
a:link.link2{ 
	font-weight:bold;
	color:#F2CF68;
	text-decoration:none;
	}

a:visited.link2{ 
	font-weight:bold;
	color:#F2CF68;
	text-decoration:none;
	}

a:hover.link2{ 
color:#FFFFFF;
	text-decoration:none;
	}	
	
#headerUnten {
	width: 980px;
	height: 21px;
	position:absolute;
	top: 183px;
}
	
#headerNav{ 
	width: 140px;
	height: 21px;
	padding: 0;
	float: left;
	text-align:center;
	}

#headerNav a{ 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
	
#headerNav a:hover
{ 
	color:#AE433E;
	}
#contentContainer { 
	width: 980px;
	height: 360px;
	padding-top: 20px;
	background-color: #F2CF68;
	}
	
/* CONTAINER INDEX*/
#indexContainer { 
	width: 980px;
	height: 475px;
	padding-top: 20px;
	background-color: #F2CF68;
	}
					
#leftContainer { 
	position: relative;
	width: 140px;
	height: 360px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-color: #E7B13C;
		}	
#flashContainer { 
	position: relative;
	width: 420px;
	height: 360px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-color: #E7B13C;
		}	
		
#textContainer { 
	position: relative;
	width: 420px;
	height: 360px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-color: #EEC355;
		}

#iframe {
	position: relative;
	width: 400px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background-color: #EEC355;
		}
#erholungContainer {
	position: relative;
	width: 980px;
	height: 200px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	float: left;
	background-color: #F2CF68;
	}
	
#buchungsbox
{width: 970px;
height: 70px;
margin-bottom:10px;
padding: 10px 0 10px 10px;
float:left;
background-color:#ae433e;
}

#buchungsbox a
{
color:#FFFFFF;
}

#buchungsbox a:hover
{
color:#000000;
}
	
/* ABSCHLUSS*/
#endContainer
{
	width: 980px;
	height: 5px;
	background-color: #AE433E;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #000000;
	clear:both;
}
		
/* CLASSES */

.fliesstext
{ text-align: justify;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
line-height: 120%;
}

.preise
{ 
margin-left: 10px;
line-height: 120%;
font-size: 11px;
}
.tabelle
{ 
line-height: 120%;
font-size: 11px;
}
.imageRechts {
	margin-right: 40px;
	float: right;
	}
	
.imageLinks {
	margin: 20px 0 0 0;
	float: left;
	}	

.imageCenter{
text-align:center;
}
.ornament
{float:right;}