/* ---------------------------- Allgemeine Definitionen ---------------------------- */

* {
	margin: 0px;
	font-family: Verdana, Arial, sans serif;
}

h1 {
	margin-bottom: 15px;
}

h3 {
	font-size: 1.2em;
	line-height: 1.4em;
}

img {
	border: none;
}

#content img {
	margin: 5px;
}

a {
	text-decoration: none;
}

.buchung th {
	text-align: left;
}

#empfehlungsbox img{
	position: absolute;
	max-width:100px;
	width:auto !important;  /* f�r moderne Browser */
	width:75px;  /*f�r den IE */
	max-height:150px;
	width:auto !important;  /* f�r moderne Browser */
	width:100px;  /*f�r den IE */
	margin-left: 167px;
	margin-top: -10px;
}

/* ---------------------------- Positionierung ---------------------------- */

#container {
	background: url(images/headerimage.jpg) no-repeat;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 960px;
}

#header {
	height: 640px;
	margin-top: -75px;
}

#navigation {
	height: 20px;
	margin-left: 134px;
	margin-top: -340px;
	background-image: url(images/navibg.png);
}

#subnavigation {
	float: left;
	width: 125px;
	margin-top: -250px;
	padding-top: 260px;
	padding-left: 10px;
	background-image: url(images/subnavibg.png);
	height: 311px;
}

#headernavigation {
	position: absolute;
	margin-left: 830px;
	top: 70px;
	width: 130px;
	height: 28px;
}

#content {
	margin-left: 134px;
	width: 776px;
	min-height: 500px;
	background-color: white;
	font-size: 0.8em;
	padding: 15px;
	padding-left: 35px;
}

#footer {
	margin-top: 5px;
	height: 20px;
	width: 960px;
	background-color: #FFCE00;
	font-size: 0.75em;
	text-align: center;
	padding-top: 3px;
}

/* ---------------------------- Diverses ---------------------------- */

#subnaviblender {
	position: absolute;
	top: 580px;
	margin-left: -10px;
}

.navielement {
	margin-left: 20px;
	margin-right: 30px;
}

.subnavielement {
	margin-bottom: 5px;
}

#newscontainer {
	float: right;
	width: 154px;
	margin: 0px 20px 20px 20px;
}

#newsbox {
	background-image: url('images/news.png');
	background-repeat: no-repeat;
	width: 154px;
	min-height: 100px;
	padding: 10px;
	padding-top: 30px;
	margin-bottom: 20px;
}

#empfehlungsbox {
	background-image: url('images/empfehlung.png');
	background-repeat: no-repeat;
	width: 154px;
	min-height: 100px;
	padding: 10px;
	padding-top: 30px;
	padding-left: -75px;
}

#warenkorbbox {
	background-image: url('images/warenkorb.png');
	background-repeat: no-repeat;
	width: 154px;
	min-height: 100px;
	padding: 10px;
	padding-top: 30px;
}

#newscontainer h4 {
	margin-left: -10px;
}

#headerimage {
	position: absolute;
	margin-left: -700px;
}

.center {
	text-align: center;
}

.textbild{
	float:right; 
	width:200px; 
	height:150px; 
	margin-left: 10px; 
	margin-bottom: 10px;
}

#fehlerbox {
	background-color: #fffc9f;
	text-align: center;
	border: 1px solid black;

}

.detaillink {
	text-decoration: underline;
}
.detaillink:link {color:#000;}
.detaillink:visited{color:#000;}
.detaillink:hover{color: #AAA;}
.detaillink:active{color:#AAA;}

.detailbild{
	float: left;
}
