/* ======================
Projekt: Hotel IBE Einzel- und Gruppenhotel
Datei: styles-allgemein.css
Datum: 15.04.2009
Browser: Firefox 3.0
====================== */

* { padding:0; margin:0;}

/* Allgemeines*/

body {
	background-color:#E3E3E3;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../img/bg-bild.gif);
	background-repeat: repeat-x;
}

img{
	border: none;
	}

.wrapper {
	width:806px;
	margin:auto;
}

#meta, 
#content, 
#container-footer {
	background-color:#E3E3E3;
}

p {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

/*Ende Allgemeines*/
/*Der Bereich der Leiste*/

#container-header {
	background-color:#535353;
	height: 62px;
}

#container-header img {
	margin-top:11px;
}

#container-header p {
	font-size: 13px;
	margin-top:24px;
	margin-bottom:23px;
}

.container-logo{
	float:right;
	width: 180px;
}
.container-ueberschrift {
	float: left;
	width: 500px;
	padding-top: 10px;
}

.container-ueberschrift h4{
	font-size:18px;
	color:#fff;
}
.container-ueberschrift p {
	margin: 0px !important;
	font-size: 11px !important;
}

/*Ende Bereich der Leiste*/

/*Navigationsbereich*/
#meta {
}

/*Ende Navigationsbereich*/


/*Subnavigation - der Bereich der Buttons*/

#container-subnavi .container-onlinebuchen {
	float: right;
	width: 134px;
	height:34px;
	margin-left: 10px;
	padding-top: 8px;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	background-color:#E3E3E3;
	background-position:right top;
	text-align:center;

}

#container-subnavi .container-onlinebuchen span{
	font-weight: bold;
}

#container-subnavi .container-onlinebuchen a {
	text-decoration:none;
	color:#671123;
}

/*Bereich der Buttons mit dem PullDown Menü*/

.container-schnellauswahl {
	background-image: url(../img/button-lang.gif);
	background-repeat: no-repeat;
	height:34px;
	width: 285px;
	float: right;
}

.container-schnellauswahl label {
	color:#671123;
	margin-left:15px;
	font-weight:bold;
}

.container-schnellauswahl select {
	width:145px;
	margin-left:10px;
	position:relative;
	margin-top:6px;
}
/*Ende Bereich der Buttons mit dem PullDown Menü*/

/*Ende Subnavigation - der Bereich der Buttons*/


/*Content Bereich*/

#content {
	margin-top:36px;
	background-color:#E3E3E3;
}

#content .container-linke-spalte {
	width:567px;
	float: left;
}

#content .container-rechte-spalte{
	width:239px;
	float:right;
}

#content .container-rechte-spalte h1{
	font-size:13px;
	color:#FFFFFF;
	background-image: url(../img/rote-runde-ecken.gif);
	background-repeat: no-repeat;
	display:block;
	padding: 11px 0px 10px 31px;
}

/*Quickbooker*/

#content .container-quickbooker {
	width:239px;
	background: #fff url(../img/runde-ecken.gif) no-repeat bottom left;
	/*height:343px;*/
	color:#000;
	background-position:bottom left;
	margin-bottom:31px;
	float:right
}

#content .container-quickbooker p{}

/*Ende Quickbooker*/

/*Ende Content Bereich*/

/*Footer*/

#container-footer {
	background:#D2D2D2 url(../img/footer-rechts.gif) no-repeat top right; 
	border-top:1px solid #ffffff;
}

#container-footer p {
	font-size:11px;
	width:265px;
	margin-top:10px;
}

.text-rechts {
	text-align:right;
}

.text-mitte {
	text-align:center;
}

#container-footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#container-footer p {
	float: left;
}

#container-footer img {
	float:left;
}

#container-footer span.inex {
	color:#A81E22;
	font-weight:bold;
}

#container-footer span.web {
	color:#333333;
	font-weight:bold;
}

/*Ende Footer*/



/*float*/

.rechts {
	float:right;
}

.links {
	float:left;
}

/*Ende float*/

/* Fix fuer Floatcontainer */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{display: inline-table;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}



