@charset "UTF-8";

/*--------- Allgemeine Grundeinstellungen ----------*/

/*Normalisierung marign, padding*/

div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote{	margin: 0;	padding: 0;}

body {	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;	margin: 0;	padding: 0;
	overflow: auto;
}

/* Element-/Tag-Selektoren */ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */	padding: 0;	margin: 0;
	list-style-type: none;
}h1, h2, h3, h4, h5, h6, p {	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */	padding-right: 10px;	padding-left: 10px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */}

/*Entfernt border aus link, fieldset und img*/

a, img, fieldset { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */	border: none;}

a:link, a:visited {
	color: #09c;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #09c;
	text-decoration: underline;
}

/*Normalisiert font-style und font-weight auf normal*/

address, caption, cite, code, dfn, em, strong, th, var{font-style: normal;font-weight: normal;}

/*Normalisiert Tabellen*/

table{border-collapse: collapse;border-spacing: 0;}

/*Richtet Text in caption und th linksbündig aus*/

caption, th{text-align: left;}

/*---------- ENDE ----------*/

/*--------- Seitenspezifische Grundeinstellungen ----------*/

h1 {
	font: normal 20px Arial;
	margin-bottom: 10px;
	color: #666;
}

h2 {
	font: normal 16px Arial;
	color: #666;
}

h3 {
	font: normal 14px Arial;
	color: #666;
}

/*---------- ENDE ----------*/

/*--------- Layout Einstellungen ----------*/

/* Dieser Container mit fester Breite umschließt alle anderen div-Tags.
 */#container {	width: 960px;	background: #FFFFFF;	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */}/* Für die Kopfzeilen wird keine Breite angegeben. Sie erstrecken sich über die gesamte Breite des Layouts. Sie können einen Bild-Platzhalter enthalten, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden kann. ~~ */#header1 {	background: white;
	float: left;
}

#header2 {	background: white;
	float: left;
	height: 270px;
}/* Dies sind die Spalten für das Layout. 1) Eine Auffüllung wird nur oben und/oder unten in den div-Tags positioniert. Die Elemente innerhalb dieser div-Tags verfügen über eine seitliche Auffüllung. Dadurch müssen Sie keine Box-Modell-Berechnungen durchführen. Zu beachten: Wenn Sie dem div-Tag eine seitliche Auffüllung oder einen Rahmen hinzufügen, werden diese zu der festgelegten Breite addiert und ergeben die *gesamte* Breite. Sie können auch die Auffüllung für das Element im div-Tag entfernen und ein zweites div-Tag ohne Breite und mit der gewünschten Auffüllung im ersten div-Tag einfügen.2) Für die Spalten wurde kein Rand angegeben, da es sich um fließende Spalten handelt. Wenn Sie unbedingt einen Rand hinzufügen möchten, platzieren Sie ihn nicht auf der Seite in Flussrichtung (z. B. ein rechter Rand in einem div-Tag, das so festgelegt ist, dass das Element nach rechts fließt). In vielen Fällen kann stattdessen eine Auffüllung verwendet werden. Bei div-Tags, bei denen diese Regel gebrochen werden muss, sollten Sie der Regel des div-Tags eine display:inline-Deklaration hinzufügen, um das Problem zu umgehen, dass in einigen Versionen von Internet Explorer der Rand doppelt angezeigt wird.3) Da Klassen in einem Dokument mehrmals verwendet werden können (und zudem auf ein Element mehrere Klassen angewendet werden können), wurden den Spalten Klassennamen statt IDs zugewiesen. Beispielsweise können zwei div-Tags für eine Seitenleiste bei Bedarf gestapelt werden. Diese div-Tags können problemlos in IDs geändert werden, solange Sie sie nur einmal pro Dokument verwenden.4) Wenn Sie die Navigation auf der rechten statt auf der linken Seite platzieren möchten, lassen Sie diese Spalten einfach in die andere Richtung fließen (alle nach rechts anstatt alle nach links). Die Spalten werden dann in umgekehrter Reihenfolge dargestellt. Die div-Tags in der HTML-Quelle müssen nicht verschoben werden.*/#col_left {	float: left;	width: 240px;	padding-bottom: 10px;
	padding-top: 10px;
}#col_mid {	width: 480px;	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}#col_right {	float: left;	width: 240px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Container für die Fußzeilen */

#footer {	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */	clear: both;
	color: #4b0082;
	font: 12px Arial;
	border-top: 1px solid #4b0082;
	padding: 5px 10px 10px;
}

/*---------- ENDE ----------*/

/*--------- Customer Einstellungen - IDs ----------*/

#mainnavi {
	width: 720px;
	height: 60px;
	position: relative;
	float: left;
}

#mainnavi ul li {	display:block;	list-style:none;	position:relative;	float: right;	padding: 0;	margin: 18px 8px 0 10px;}

#maininfo {
	width: 240px;
	height: 270px;
	position: relative;
	float: left;
	background-image: url(../grafiken/maininfo_back.jpg);
}

#sidenavi {	height: 25px;	width: 960px;	color: #4b0082;	font: 12px Arial;
	float: left;
	background-image: url(../grafiken/sidenavi_back.gif);
	padding-bottom: 10px;
}

#sidenavi ul li {	display:block;	list-style:none;	position:relative;	float: left;	padding: 0;	margin: 5px 10px 0;
}

#sidenavi a.sideinaktiv:link, a.sideinaktiv:visited {	text-decoration: none;	color: #4b0082;
	font: 12px Arial;
}

#sidenavi a.sideinaktiv:hover, a.sideinaktiv:active, a.sideinaktiv:focus{	color: #9c0;
	background: url(../grafiken/sidenavi_bullet.gif) no-repeat center 14px;
	padding-bottom: 15px;
}

#sidenavi a.sideaktiv:link, a.sideaktiv:visited {	color: #4b0082;	text-decoration: none;
	background: url(../grafiken/sidenavi_bullet.gif) no-repeat center 14px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
}

#sidenavi a.sideaktiv:hover, a.sideaktiv:active, a.sideaktiv:focus {	color: #4b0082;
}

#bottnavi {	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */	clear: both;
	color: #666;
	font: 12px Arial;
	padding-bottom: 15px;
	text-align: center;
}

#bottnavi ul li {	display:block;	list-style:none;	position:relative;	float: left;	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#bottnavi a.bottinaktiv:link, a.bottinaktiv:visited {	text-decoration: none;	color: #999;
	font: 11px Arial;
	padding-right: 10px;
}

#bottnavi a.bottinaktiv:hover, a.bottinaktiv:active, a.bottinaktiv:focus{	color: #4b0082;
}

#bottnavi a.bottaktiv:link, a.bottaktiv:visited {	color: #4b0082;	text-decoration: none;
	font-size: 11px;
	padding-right: 10px;
}

#bottnavi a.bottaktiv:hover, a.bottaktiv:active, a.bottaktiv:focus {	color: #4b0082;}

#online {
	color: #4b0082;
	font: 12px/15px Arial;
	width: 230px;
	background-image: url(../grafiken/online_back.gif);
	margin-bottom: 15px;
	overflow: hidden;
}

#online table {
	margin-left: 10px;
}

#online_info {
	color: #666;
	font: 12px Arial;
	top: 10px;
	z-index: 1;
	left: 10px;
	width: 210px;
	height: 35px;
	position: relative;
}

#online_info1 {
	color: #666;
	font: 12px Arial;
	visibility: hidden;
	z-index: 2;
	width: 210px;
	height: 35px;
	position: relative;
	top: -15px;
}

#online_info2 {
	color: #666;
	font: 12px Arial;
	visibility: hidden;
	z-index: 3;
	width: 210px;
	height: 35px;
	position: relative;
	top: -50px;
}

#newsletter {
	color: #4b0082;
	font: 12px/15px Arial;
	width: 230px;
	background-image: url(../grafiken/nl_back.gif);
	margin-bottom: 15px;
}

#preise {
	color: #4b0082;
	font: 12px/15px Arial;
	margin-left: 10px;
	width: 220px;
	background-image: url(../grafiken/preise_back.gif);
	margin-bottom: 15px;
}

#comp_infos {
	width: 240px;
	margin-top: 15px;
}

/*--------- Customer Einstellungen - KLASSEN ----------*/

.online_top{
	width: 230px;
	height: 35px;
	background: url(../grafiken/online_top.gif);
}

.online_bott{
	width: 230px;
	height: 15px;
	background: url(../grafiken/online_bott.gif);
}

.newsletter_top{
	width: 230px;
	height: 30px;
	background: url(../grafiken/nl_top.gif);
}

.newsletter_bott{
	width: 230px;
	height: 10px;
	background: url(../grafiken/nl_bott.gif);
}

.preise_top{
	width: 220px;
	height: 30px;
	background: url(../grafiken/preise_top.gif);
}

.preise_bott{
	width: 220px;
	height: 10px;
	background: url(../grafiken/preise_bott.gif);
}

.logoboot {
	width: 96px;
	height: 36px;
	background-image: url(../bilder/boot.png);
	z-index: 5;
	left: 120px;
	position: relative;
	top: -36px;
	clear: both;
}

.grau {
	color: #666;
}

.gruen {
	color: #9c0;
}

.lila {
	color: #4b0082;
}

.orange {
	color: #f60;
}

.rot {	color: #C00;}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.angebote {
	color: white;
	height: 180px;
	margin-top: 13px;
	margin-bottom: 10px;
	font: 13px Arial;
	letter-spacing: 1px;
}

.angebote:link, .angebote:visited, .angebote:hover, .angebote:active, .angebote:focus {
	color: white;
	text-decoration: none;
}

.kontakt {
	margin: 5px;
	color: white;
	font: 13px Verdana;
}

.kontakt:link, .kontakt:visited, .kontakt:hover, .kontakt:active, .kontakt:focus {
	color: white;
	text-decoration: none;
}

.content_start {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}

a.mehr:link, a.mehr:visited {
	font: 11px Verdana;
	margin-left: 5px;
	color: #09c;
	text-decoration: none;
}

a.mehr:hover, a.mehr:active, a.mehr:focus {
	color: #09c;
	text-decoration: underline;
}

a.online_booking:link, a.online_booking:visited {
	font: bold 13px Verdana;
	color: #4b0082;
	text-decoration: none;
	padding: 5px;
}

a.online_booking:hover, a.online_booking:active, a.online_booking:focus {
	color: #fff;
	background-color: #4b0082;
}

.hilfe {
	color: #999;
	font: 11px Arial;
	margin-bottom: 10px;
}

.footer_adr {
	position: relative;
	width: 470px;
	float: left;
	padding-bottom: 10px;
}

.footer_tel {
	position: relative;
	width: 470px;
	float: right;
	text-align: right;
}

.mailer_titel {
	color: #f60;
	font: 28px Arial;
	letter-spacing: 1px;
	text-align: right;
}

/*--------- Partner Einstellungen - KLASSEN ----------*/

#partnerlogo {
	width: 100%;
	margin-bottom: 10px;
}

.lifestyle {
	color: #600604;
	font: 12px Arial;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px dotted #600604;
	margin-right: 10px;
}

.lifestyle_color {
	color: #600604;
}

.doggydayz {
	color: #000;
	font: 12px Arial;
	padding-top: 8px;
	padding-bottom: 8px;
	/*border: 1px dotted #000;*/
	margin-right: 10px;
}

.piccola {
	color: #000;
	font: 12px Arial;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 10px;
}

.urlaubswelt {
	color: #006bb3;
	font: 12px Arial;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px dotted #006bb3;
	margin-right: 10px;
}

.urlaubswelt_color {
	color: #006bb3;
}

/*---------- ENDE ----------*/

/* Verschiedene float/clear-Klassen
 */.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende 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. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */	float: left;	margin-right: 8px;}.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im .container) platziert werden, wenn .footer entfernt oder aus dem .container herausgenommen wird. */	clear:both;	height:0;	font-size: 1px;	line-height: 0px;}