@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #00C;
	background: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}
a {
	text-decoration: underline;
	color: #00C;
}
a:hover {
	color:#FF0;
}

.twoColFixLtHdr #container {
	width: 1024px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-image: url(../Gran-Canaria/images/header.jpg);
	height: 140px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	display: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #99ccff;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-left: 250px;
	padding-right: 20px;
	padding-left: 15px;
	background: #99ccff;
	padding-top: 10px;
} 
.twoColFixLtHdr #magic {
	color:#326169;
	background-color:#CC3
}
#mainContent ul {
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px;
}
#mainContent ul li p {
	font-size: 12px;
	font-weight: normal;
}

#mainContent ul li {
	display: block;
	padding-left: 10px;
	background-color: #b9e0fa;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent ul li table tr td{
	padding: 5px;
	vertical-align: top;
	font-size: 24px;
	color: #006;
	font-weight: bold;
}
#mainContent ul li table tr td a {
	color: #F00;
}
#mainContent ul li table tr td p {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}



#mainContent ul li span {
	font-weight: bold;
}
#mainContent ul li h3 {
	text-align: center;
}

#mainContent ul li a:hover {
	color: #F00;
	text-decoration: underline;
}



#sidebar1 ul {
	list-style-type: none;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #b9e0fa;

}
#sidebar1 ul li {
	display: block;
	line-height: 25px;
	border-color: #F00;
	background-color: #b9e0fa;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar1 ul li span {
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar1 ul li a:hover {
	color: #F00;
	text-decoration: underline;
}


#rueckruf {
	height: 140px;
	width: 220px;
}

#navigation {
	background-image: url(../images/navigation.jpg);
	background-repeat: repeat-x;
	height: 25px;
	background-color: #7BC7F9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-position: 0 -25px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
}
#navigation li {
	font-size: 14px;
	display: inline;
	line-height: 25px;
	color: #3C0;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	float: left;
	color: #00C;
	padding-top: 0;
	padding-right: 33px;
	padding-bottom: 0;
	padding-left: 28px;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url(../images/navigation.jpg);
	background-position: 0px 0px;
	color: #FF0;
}




.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#99ccff;
} 
#footer ul {
	text-decoration: none;
	list-style-type: none;
	height: 30px;
	padding-top: 15px;
}
#footer ul li a:hover {
	color: #F00;
}

#footer ul li {
	font-family: Arial;
	font-size: 14px;
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	margin-left: 30px;
}
#footer ul li a {
	text-decoration: underline;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#gebuehrenfrei {
	background-image: url(../images/rueckrufservice.jpg);
	height: 140px;
	width: 220px;
	padding-top: 5px;
}
#gebuehrenfrei h1 {
	text-decoration: none;
	display: none;
}
.table_tage{
	font-size:24px;
	
}
.table_preis{
	font-size:36px;
	color:#F00;
	font-weight:bold;
}
.robinson {
	color: #009;
}
.magiclife {
	color: #f1b600;
}
.aldiana {
	color: #109528;
}
.impressum {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
.newsletter {
	text-align: center;
}

.impressum td {
	padding: 5px;
}

.impressum td span {
	text-align: left;
}
.impressum p {
	font-weight: bold;
	text-align: center;
}
.formthx {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}
#formthx {
	text-decoration: none;
	text-align: center;
}

