/*
	CSS Document: template.css
	Version: vers2 | Date: 2010-02-23
	Project: www.donauterrasse.at
	Author: websLINE, 2010
	-------
*/

@import url("base.css");
@import url("navigation.css");
@import url("modules.css");
@import url("abm.css");


/* LAYOUT  */

body {
	text-align: center;
	background: #E5DDE1 url(../img/bg-body.gif) repeat-x;
	margin: 0; padding: 0;
	}
#wrapper {
	position: relative;
	text-align: left; 
	margin: 0px auto;
	width: 994px;
	padding: 0 4px;
	padding-top: 580px;
	background: url(../img/bg-wrapper.gif) repeat-y;
	}


/* Header */

#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 580px;
	background: #fff;
	}
#header .logo {
	position: absolute; z-index: 100;
	top: 5px; left: 23px;
	width: 247px; height: 111px;
	}
html>body #header .logo {
	background: url(../img/logo.png);
	background-position: 0px -20px;
	}
#header .links {
	/*float: right;*/
	position: absolute;
	top: 10px;
	right: 0px;
	}
#header .links li {	
	display: inline-block;
	background: url(../img/quad.gif) no-repeat 100% 8px;
	padding: 0 10px;
	margin-top: 10px;
	color: #896475;
	}
*#header .links li {
	display: inline !important;
	margin-top: 0px;
	}


#header .links a {
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #896475;
	}
#header .headimage {
	background: url(../img/bg-wrapper.gif);
	/*padding: 336px 0 0 0;*/
	padding: 337px 0 0 0;
	padding: 339px 0 0 0 \9;
	float: left;
	width: 100%;
	}
#header .image {
	position: absolute;
	top: 130px; left: 0;
	background: url(../img/bg-headimage.gif) no-repeat;
	padding: 6px 0 0 4px;
	width: 998px;
	}

#schnellanfrage {display: none;}





/* Content */

#content {
	background: #fff;
	padding: 50px 25px;
	}
#contentLeft {
	float: left;
	width: 647px;	
	}
#contentRight {
	float: right;
	width: 272px;
	}
#article {
	}


/* Footer  */

#footer {
	background: #E5DDE1 url(../img/bg-footer.gif) no-repeat;
	margin: 0 -4px; padding: 20px 25px;
	font-size: 0.9em;
	}
#footer, #footer * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6a6a;
	}
#footer .address {
	background: url(../img/angel.png) no-repeat;
	padding: 0 0 0 80px;
	float: left;
	}
#footer .address strong {
	font-weight: normal;
	color: #896475;
	}
#footer .links {
	padding: 10px 0 0 0;
	}
#footer .links li {
	display: inline;
	}
#footer .links a {
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
	}
#footer .socials {
	float: right;
	width: 300px;
	}
#footer .socials img {
	float: right;
	margin-left: 2px;
	}
#footer .domain {
	float: right;
	margin: 10px 0;
	}
#footer .websline {
	text-decoration: none;
	color: #999;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	background: url(../img/logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	white-space: nowrap;
	clear: right;
	float: right;
	display: block; 
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}


/* Last Minute Tabelle*/

table.lastmin tr td {
	background: #E5DDE1;
	padding: 5px;
	border-bottom: solid 1px #d5c4cd;
	}
table.lastmin tr.first td {
	background: #896475;
	color: #fff;
	font-weight: bold;
}


/* Kontaktanfrageformular V2 März 2015 */

form#Form_3 { margin-top: 100px;}

form#Form_3 textarea,
form#Form_3 input,
form#Form_3 select {
	width: 70%;
	margin: auto; 
	display: block;
	margin-bottom: 1em;
	border: solid 1px #b6b6b6;
	box-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.1);
	}

form#Form_3 input,
form#Form_3 select {height: 30px;}

form#Form_3 textarea { resize: none;}
form#Form_3 div span {display: block; margin-left: 15%;}

form#Form_3 input[type="submit"] {
	background: #896475;
	color: #fff;
	text-transform: uppercase;
	border: none;
	height: 40px;
	}

form#Form_3 input[type="submit"]:hover {
	background: #E5DDE1;
	cursor: pointer;
	color: #896475;
	}

form#Form_3 .error {
	border-color: #c91c1c;
	}
	
	
	
/* D-Slider by Michi */


#DSlider {
	display: block;
	position: absolute;
	top: 133px; left:4px;
	width: 944px;
	height: 333px;
	background: none;
	}

#DSlider > div {
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	}

#DSlider > div > div {
	display: none;
	position: absolute;
	bottom: 25px; left: 25px;
	font-size: 14px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
	}
	
#DSlider > div > div strong {
	font-family: 'Handlee', cursive;
	font-weight: 300;
	font-size: 28px;
	}	
	

div#site.lang0 #DSlider > div > div.de {display: block;}
div#site.lang2 #DSlider > div > div.en {display: block;}
div#site.lang1 #DSlider > div > div.it {display: block;}

#DSlider.winter .sommer {display: none !important;}
#DSlider.sommer .winter {display: none !important;}



/* Ergänzung Residenz Wachau D-Slider*/

#header .headimage { padding: 334px 0px 0px;}



/* 2 Spaltige Absatzvorlage für Text */

div.multiColText {
	display: block;
	position: relative;
	width: 100%;
	}

div.multiColText:after {
	content:"";
	display: block;
	clear: both;
	float: none;
	}

div.multiColText div.multiColText1 {
	display: block;
	position: relative;
	width: 48%;
	float: left;
	}

div.multiColText div.multiColText2 {
	display: block;
	position: relative;
	width: 48%;
	float: right;
	}


div.multiColText div img.resPoPic {
	display: block;
	width: 100%;
	height: auto;
	}

/* Fotomanager für die Pressebilder */


div.block.fotomanager.pressemodul {
	display: block;
	width: 100%;
}

div.block.fotomanager.pressemodul div table:before {
	clear: both;
	position: relative;
	display: block;
	content: "";
}

div.block.fotomanager.pressemodul div div.pressDIV {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 2px;
	box-sizing: border-box;
	min-height: 100px;
}

div.block.fotomanager.pressemodul div div.pressDIV img.pressPic{
	display: block !important;
	width: 100%;
	height: 100%;
}

div.block.fotomanager.pressemodul div div.pressDIV:hover a.pressLoad {display: block;}

div.block.fotomanager.pressemodul div div.pressDIV a.pressLoad {
	background: #E5DDE1;
	top: 4px;
	color: #896475;
	display: none;
	left: 4px;
	padding: 4px;
	position: absolute;
	text-decoration: none !important;
}

div.block.fotomanager.pressemodul div div.pressDIV a.pressLoad:hover { text-decoration: underline !important;}



/* Fotomanager Content */


div.gallery.ContentGalerie {
	display: block;
	width: 100%;
	position: relative;
}

div.gallery.ContentGalerie:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}

div.gallery.ContentGalerie a {
	display: block;
	position: relative;
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 3px;
	padding-bottom: 0px;
	text-decoration: none !important;
}

div.gallery.ContentGalerie a:after {
	content: "+";
	display: block;
	position: absolute;
	right: 1px;
	bottom: 1px;
	background: rgba(255,255,255,0.5);
	padding: 5px;
	line-height: 1em;
	color: #000;
	text-decoration: none !important;
}

div.gallery.ContentGalerie a span img {
	display: block;
	width: 100%;
	height: auto;	
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}

