/*
 * HTML5 Boilerplate
 *
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }


::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #79601e; }
a:visited {
	color: #333333;
}
a:focus {
	outline: thin dotted;
	color: #79601e;
}
a:hover, a:active {
	outline: 0;
	color: #79601e;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

.formfeld {
	padding-bottom: 5px;
}

label {
	display: inline-block;
	width: 120px;
}

input {
	width: 190px;
	background: #Cfb05C;
	color: #fff;
	border: 1px solid #fff;
	padding: 2px;
}

textarea {
	width: 190px;
	background: #Cfb05C;
	color: #fff;
	border: 1px solid #fff;
	padding: 2px;
	resize: none;
	margin-bottom: 5px;
}

#anreise, #abreise {
	width: 100px;
}

#erwachsene, #kinder {
	width: 50px;
}

input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #fff;
}

#senden {
	border: none;
	margin-left: 123px;
	font-size: 12px;
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	background: #999;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
	z-index: 1;

}

#senden:hover {
	background: #d9b418;
	color: #fff;
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#senden:active {
	position: relative;
	top: 1px;
}


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Redfloor
   ========================================================================== */
   
* {
	margin: 0;
	padding: 0;
	border: none;
}

body, html {
	background: #d5cdba;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

h1 {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: bold;
    color: #A18434;
}

h2 {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}

p {
	margin: 0;
	padding: 0;
}

#page {
	margin: 25px auto;
	width: 746px;
	height: auto;
}

#header {
	width: 744px;
	height: 95px;
	border: 1px solid #fff;
	background: #fff url(../images/header_ferienwohnung.jpg) 0 0 no-repeat;
	margin: 0 0 5px 0;
	position: relative;
}

#nav {
	position: absolute;
	top: 69px;
	display: block;
	width: auto;
	height: 22px;
	background: ;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navleft {
	left: 0;
}

.navright {
	right: 0;
}

#nav li {
	float: left;
	padding: 3px 10px 0 10px;
}

#nav li a, #nav li a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}

#nav li.active a, #nav li a:hover, #nav li a:focus {
	text-decoration: none;
	color: #Cfb05C;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}

/* =============================================================================
   Linkfarbe im dokument
   ========================================================================== */
#main a, #main a:visited {
	color: #79601e;
	text-decoration: none;
}

#main a:hover, #main a:focus {
	color: #7e7e80;
	text-decoration: underline;
}


#deutsch {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 31px;
	height: 21px;
	background: url(../images/deutsch.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#english {
	display: block;
	position: absolute;
	top: 27px;
	left: 6px;
	width: 31px;
	height: 21px;
	background: url(../images/english.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#content {
	width: 744px;
	height: auto;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

#main {
	float: left;
	width:324px;
	height: auto;
	padding: 24px;
}

#photos {
	float: right;
	width: 348px;
	height: auto;
	padding: 24px 24px 24px 0;
}

#slides {
	width: 350px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 24px;
}

.clear {
	clear: both;
	width: 744px;
	height: 10px;
	background: #Cfb05C;
	text-size: 1px;
	line-height: 1px;
}


#footer {
	margin-top: 15px;
}

#footer p {
	text-align: center;
	color: #CFB5C;
	padding: 0 0 2px 0;
	margin: 0;
}

#footer p a, #footer p a:visited {
	color: #79601e;
	text-decoration: none;
}

#footer p a:hover, #footer p a:focus {
	color: #79601e;
	text-decoration: underline;
}


/* =============================================================================
   lightbox 
   ========================================================================== */
   
#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:35%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../images/prev.gif) no-repeat 0% 50%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../images/next.gif) no-repeat 100% 50%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/pause.gif) no-repeat center;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/save.gif) no-repeat center;
}

#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/close.gif) no-repeat center;
	/*clear:right;
	float:right;*/
}



/* =============================================================================
   slimbox 
   ========================================================================== */
   
#sbOverlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
	z-index:1090;
}

#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	z-index:1100;
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
	color: #000;
}

#sbCenter a:hover, #sbBottomContainer a:hover {
	text-decoration: underline;
}

.sbLoading {
	background:#fff url(../images/loading.gif) no-repeat center;
}

#sbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#sbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	padding:0 10px 10px 10px;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	position:relative;
	float:left;
	color:#777;
	border-right:0.3em solid #fff;
	border-bottom:0.1em solid #fff;
	border-left:0.4em solid #fff;
	margin-right:0.2em;
}

#sbPresent a.act {
	/*font-weight:bold;*/
	color:#fff;
	background:#777;
	border-color:#777;
}


/* =============================================================================
   lightbox only 
   ========================================================================== */
   
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1090;
}

#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:1100;
	text-align:center;
	line-height:0;
}

#lbLightbox #closeLink {
	margin-bottom:10px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	width:auto;
	height:auto;
	border:none;
}

#lbOuterImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lbImageContainer {
	padding:10px;
}

#lbLoading {
	position:absolute;
	z-index:1110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background:#fff url(../images/loading.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1010;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}

#lbImageData {
	padding:0 10px;
	color:#666;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0.1em;
}

#lbNumberDisplay {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	position:relative;
	float:left;
	color:#777;
	border-right:0.3em solid #fff;
	border-bottom:0.1em solid #fff;
	border-left:0.4em solid #fff;
	margin-right:0.2em;
}

#lbPresent a:hover {
	color:#000;
}

#lbPresent a.act {
	/*font-weight:bold;*/
	color:#fff;
	background:#777;
	border-color:#777;
}






