/* CSS Document */

body {
	color:#666;
	font: normal 10px Verdana, Geneva, sans-serif;
	margin: 0;
	background-color: white;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 974px;
	margin: 0 auto;
	background-image: url(../img/bg_wrapper.png);
	background-repeat: repeat-y;
}

#header {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 146px;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 15px 0 0;
	background-color: #7b363c;
	height: 26px;
	position:absolute;
	top: 112px;
	left:10px;
}

#header li {
	display: inline;
	margin: 0 0 0 10px;
}

#header ul a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;	
}

#header ul a:hover {
	color: #dddddd;
}

a#logo {
	position: absolute;
	right: 25px;
	top: 0px;
}

#headergallery {
	width: 950px;
	height: 422px;
	margin: 0 auto; 
 }

#contentwrapper {
	width: 930px;
	margin: 10px auto 0 auto;	
}
#content img {
	float: left;
	margin: 0 10px 10px 0;
}
#content {
	text-align: justify;	
	width: 666px;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 12px;
	color: #3e3e3e;
}
#content h1{
	background-color: #e2e2e2;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	}
#footer {
	background-color: #383838;
}

#footer_content {
	width: 932px;
	margin: 0 auto;
	background-color: #383838;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px 20px 30px 20px;
	position: relative;
}

#footer img {
	margin-bottom: 10px;
}

h2#footertext {
	color: 	#8d8d8d;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}
h3#footertext {
	color: 	#8d8d8d;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

#footer span {
		font-size: 11px;
		margin: 0 5px 0 0;
}
span#torodesign, span#torodesign a {
	text-decoration: none;
	color: 	#8d8d8d;	
}

span#torodesign a:hover {
	color: white;	
}

span#copyright {
	color: white;	
}

#container { 
	width: 736px;
}
p { 
	padding: 0 0 10px 0;
	margin: 0; 
}
h1 {
	font: bold 14px Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 12px 0 4px 0;
}

#clear {
	clear: both;	
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position:absolute;
	top: 27px;
	right:22px;
}

#footer li {
	display: inline;
	margin: 0 0 0 10px;
}

#footer ul a {
	color: #8d8d8d;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;	
}

#footer ul a:hover {
	color: white;
}
span#contact {
	position: absolute;
	top: 50px;
	right:17px;
	color: white;	
}
span#contact a {
	text-decoration: none;
	color: white;	
}
span#contact a:hover {
	text-decoration: underline;
	color: white;	
}
a, img {
border: none;	
}

#buchung {
	background-image:url(../img/bg_buchung.png);
	background-position: top;
	width: 254px;
	padding-bottom: 3px;
	color: black;
	font-size: 12px;
	float: left;
}

#buchung_verlauf {
	background-image: url(../img/bg_buchung_verlauf.png);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #b8bfbf;
	width: 230px;
	height: 407px;
	padding: 10px;

}

#ueberschrift {
	font-size: 16px;
	background-image: url(../img/linie.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
 	font-weight: bold;
	height: 25px;
}
.smalltext {
	font-size: 10px;	
}

 .price-container {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        h1 {
            text-align: center;
            color: #2c3e50;
            border-bottom: 2px solid #eee;
            padding-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .section-title {
            background-color: #f8f9fa;
            padding: 10px;
            margin-top: 25px;
            font-weight: bold;
            border-left: 4px solid #2c3e50;
            color: #2c3e50;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 10px;
        }
        td {
            padding: 10px;
            border-bottom: 1px solid #eee;
        }
        .price-col {
            text-align: right;
            font-weight: bold;
            white-space: nowrap;
        }
        .unit {
            font-weight: normal;
            font-size: 0.9em;
            color: #666;
            margin-left: 5px;
        }
        .special {
            color: #e67e22;
            font-weight: bold;
            padding: 15px;
            text-align: center;
            border: 2px dashed #e67e22;
            margin: 20px 0;
            border-radius: 5px;
        }
        .note {
            font-size: 0.85em;
            color: #7f8c8d;
            font-style: italic;
        }
