@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */


.drehen {
	-moz-transform:rotate(90deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(90deg); /* Safari */
-o-transform:rotate(90deg); /* Opera */
-ms-transform:rotate(90deg); /* IE9 */
transform:rotate(90deg); /* W3C */
}
	
* {
	margin: 0;
	padding: 0;
	font-size: 100%;	
	font-family: "Crimson Text", "Times New Roman", serif;
}

body {
	margin: 0px;
	background-color: #64758b;
	font-family: "Open Sans", arial, sans;
	font-size: 12px;
	line-height: 1.25;
}

div.content {
	background-color: #ffece5;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

div #header {
	height: 113px;
	width: 910px;
	margin: 0;
	padding: 0 25px 0 25px;
	background: #fffce5 url(img/logos.png) top left no-repeat;
}

#nav-top {
    float: right;
	height: 100px;
}

#nav-top li {
    font-family: "Open Sans", arial, sans;
    font-size: 12px;
    color: #000;
	list-style: none;
	float: right;
	margin: 0px 0 10px 10px;
	border-right: 1px solid #fffce5;
	padding: 4px 15px 0 10px;
	position: relative;
	vertical-align: bottom;
	height: 100px;
    background: url(img/navline.png) no-repeat top left;
}

#nav-top a {
	color: #000;
	vertical-align: bottom;
}

.error {
	font-style: italic;
	font-size: 12px;
	color: #bb2a6e;
	float: right;
}

label { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 80px; /* Breite.*/
}

input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 320px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
  padding-bottom: 5px;
}

form input, 
form select {
    margin-bottom: 10px;
    height: 30px;
    border: none;
    font-family: "Open Sans", arial, sans;
    font-size: 20px;
	color: #64758b;
}

form label {
    vertical-align: middle;
    height: 30px;
    margin-bottom: 10px;
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

label {
 text-align: right; 
 padding-right: 1em; 
}
div #subheader {
	height: 275px;
	width: 950px;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 1px solid #f9b93f;
	border-bottom: 1px solid #f9b93f;
	background-color: #f9b93f;
	background-position: right;
	background-repeat: no-repeat;
}


#bottomnav {
    width:960px;
    padding: 0;
    height: 50px;
	background: #fffce5;
	font: normal 19px/24px "Crimson Text", "Times New Roman", serif;
	text-transform: uppercase;
	border-bottom: 2px solid #f9b93f; 
    
}

#nav-left {
   float: left;
    background-color: #64758b;
	height: 50px;
    width: 235px;

}

#nav-right {
    float: right;
    background-color: #64758b;
    vertical-align: middle;
	margin: 0;
	padding: 0 0 0 0;
	width: 725px;
	height: 50px;
}


div #main {
    margin: 0;
	background: #fffce5 url(img/Saarland.png) bottom left no-repeat;
}

div #inhalt {
	float: right;
	width: 625px;
	padding: 50px 50px 25px 50px;
}

div #buchung {
	padding-top: 60px;
}

div #footer {
    overflow: hidden;
    float: right;
	margin: 0;
	width: 725px;
	height: 27px;
	background: #f9b93f;
	
}

#footer img {
    margin-left: -40px;
    margin-top: -120px;
    position: relative;
}

h1,
h2,
h3 {
	font-family: "Lobster", "Times New Roman", serif;
	text-transform: none;
	font-weight: normal;
	color: #64758b;
	margin-top: 10px;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

p {
	font-family: "Open Sans", arial, sans;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.25;
}

div.clear {
	clear: both;
}
	
/* ------------------------------------- main navigation */

a {
	font-family: "Open Sans", arial, sans;
	color: #64758b;	
	text-decoration: none;
	text-transform: uppercase;
}

a:focus,
a:hover,
a:active {
    font-family: "Open Sans", arial, sans;
    color: #64758b;
	text-decoration: underline;
}

#bottomnav a:link,
#bottomnav a:visited {
	font-family: "Open Sans", arial, sans;
	font-size: 14px;
	color: #fffce5;	
	text-decoration: none;
	text-transform: uppercase;
}

#bottomnav a:focus,
#bottomnav a:hover,
#bottomnav a:active {
    font-family: "Open Sans", arial, sans;
    font-size: 14px;
    color: #fffce5;
	text-decoration: underline;
}

#bottomnav li.current_page_item a:link,
#bottomnav li.current_page_item a:visited,
#bottomnav li.current_page_ancestor a:link,
#bottomnav li.current_page_ancestor a:visited {
    font-family: "Open Sans", arial, sans;
    font-size: 14px;
    color: #fffce5;
}

#bottomnav li {
    font-family: "Open Sans", arial, sans;
    font-size: 14px;
    color: #fffce5;
    background: url(img/navhaus.png) no-repeat top left;
	list-style: none;
	float: left;
	margin: 10px 0 10px 40px;
	border-right: 1px solid #fffce5;
	padding: 4px 35px 0 30px;
	position: relative;
	height: 32px;
}

div #kopffotos {
	float: left;
	overflow: hidden;
	height: 275px;
	width: 725px;
	margin: 0;
	padding: 0 0 0 0;
	border-top: 1px solid #f9b93f;
	border-bottom: 1px solid #f9b93f;
	background-color: #f9b93f;
	background-position: right;
	background-repeat: no-repeat;
}

#leftnav {
	float: left;
	padding: 25px 10px 0 10px;
	width: 205px;
}

#leftnav li {
	border-bottom: 1px solid #FFF;
	padding: 10px 0 10px 50px;
	width: 145px;
}

#leftnav a {
	font-family: "Open Sans", arial, sans;
	font-size: 14px;
	color: #000;	
	text-decoration: none;
	text-transform: uppercase;
}

#container { position: relative; }
#rotating-elements { background: #333; border: #678; z-index: 5; padding: 0px; height: 275px; }
.element-rotated { height: 275px; color: #fff; width: 100%; }
.sideswap_nav { position: absolute; cursor: pointer; }
.sideswap_next { bottom: 50%; right: 0px; z-index: 1000; }
.sideswap_previous { bottom: 50%; left: 0px; z-index: 1000; }

#leftnav a:focus,
#leftnav a:hover,
#leftnav a:active {
    font-family: "Open Sans", arial, sans;
    font-size: 14px;
    color: #FFF;
	text-decoration: underline;
}

#leftnav .active {
	background: url("img/a-active.png") no-repeat left center;
}

#leftnav .active a {
	font-family: "Open Sans", arial, sans;
    font-size: 14px;
    color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#leftnav li.current_page_item a:link,
#leftnav li.current_page_item a:visited,
#leftnav li.current_page_ancestor a:link,
#leftnav li.current_page_ancestor a:visited {
    font-family: "Open Sans", arial, sans;
    font-size: 14px;
    color: #FFF;
}