@charset "UTF-8";
/* Contao Open Source CMS :: Copyright (C) 2005-2013 Leo Feyer :: LGPL license */
body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative}select,input,textarea{font-size:99%}form{margin:0;padding:0}img{border:0}#left{float:left}#right{float:right}#main{width:auto;position:relative}.inside{position:relative;text-align:left}.block{overflow:hidden}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block;text-align:left}.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden}*+html #main{position:static}header,footer,nav,section,aside,article,figure,figcaption{display:block}
@media screen
{
/* mediaboxAdvanced - black theme */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../plugins/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.50);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.50);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.50);box-shadow:0 5px 20px rgba(0,0,0,0.50);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#000 url("../../plugins/mediabox/1.4.6/images/loading.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}
}
/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2011 Leo Feyer
 *
 * Formerly known as TYPOlight Open Source CMS.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2011
 * @author     Leo Feyer <http://www.contao.org>
 * @license    LGPL
 * @version    1.1
 */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#00f;
}
:focus {
	outline:0;
}

/* Font settings */
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:12px;
	color:#000;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:12px; /* Should match the font size */
}
/* CSS Document perwein leogang */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0;
	padding:0;
	background:#D6D1C2 url("../../tl_files/theme-perwein/layout/body_bg.png") repeat-x top left;
	width:100%;
}

a:link {
	color: #663;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663;
}
a:hover {
	text-decoration: underline;
	color: #9F8C42;
}
a:active {
	text-decoration: none;
	color: #663;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color:#443E3E;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}

h1:first-letter {
 font-size:20px;
 color:#000;
 font-style:italic;
 margin-right:1px;
}

#main p:first-letter {
 font-size:16px;
 color:#000;
 font-style:italic;
 margin-right:3px;
}

#main .picToTop .image_container { margin-top:-30px; }
#main .image_container img {
	border:1px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}
#main .picNoBorder .image_container img { 
	border:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
}

.page-appartment #main .mod_article h1 { border-top:1px solid #FFF; margin-top:25px; padding-top:10px; }


.app-buttons { margin-top:-30px; }
.app-buttons a {
	float:right;
	display:block;
	margin:5px;
	padding:3px;
	width:60px;
	font-weight:bold;
	border:1px solid #FFF;
	background:#B2AEA0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}
.app-buttons a:hover { 
	background:#939085;
}

#main ul li { padding-left:20px; margin-left:5px; background:url("../../tl_files/theme-perwein/layout/bullet_black.png") center left no-repeat; }

.dateToggle { width:20px; height:20px; background:url("../../tl_files/theme-perwein/layout/date.png") no-repeat 4px 4px; display:inline-block; cursor:pointer; }
#ctrl_3, #ctrl_4 { width:80px; }

.content-right { width:300px; float:right; margin:0; padding:75px 100px 10px 20px; }
.content-clear { clear:both; }

/***** CONTAINERS *****/

#wrapper {
	margin:31px auto 0 auto;
	width:960px;
	position:relative;
}
#header {
	height:349px;
	background:url("../../tl_files/theme-perwein/layout/header_bg.png") left top no-repeat;
}
#header .ce_gallery {
	left:310px;
	position:absolute;
	top:20px;
}
#container {
	padding-top:7px;
	padding-bottom:30px;
	background:url("../../tl_files/theme-perwein/layout/container_bg.png") left top repeat-y;
}
#left .inside {
	width:268px;
	margin-top:18px;
	margin-left:15px;
}
#main .inside {
	width:900px;
	margin-left:30px;
}
#footer {
	position:relative;
	margin-bottom:30px;
	height:148px;
	background:url("../../tl_files/theme-perwein/layout/footer_bg.png") left top no-repeat;
}


.copyright {
	left:20px;
	position:absolute;
	font-size:11px;
	color:#666;
	top:125px;
}
.copyright a {
	font-size:11px;
	text-decoration:underline;
	color:#666;
}
.copyright a:hover {
	font-size:11px;
	text-decoration:none;
	color:#666;
}
.mod_headerLogo {
	width:268px;
	height:121px;
	left:16px;
	position:absolute;
	top:20px;
}

.mod_breadcrumb {
	left:20px;
	position:absolute;
	font-size:11px;
	color:#fff;
	top:6px;
}
.mod_breadcrumb a {
	font-size:11px;
	color:#D9E8F5;
}
.mod_breadcrumb a:hover {
	font-size:11px;
	text-decoration:none;
	color:#000;
}


/* MAIN MENU */

#mainmenu {
	padding-top:317px;
	padding-left:15px;
}
#mainmenu ul.level_1 {
	width:958px;
	height:30px;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#mainmenu li {
	float:left;
	line-height:1;
}
#mainmenu a {
	display:block;
	padding:10px 18px 8px;
	border-right:1px solid #999;
	font-weight:bold;
	text-decoration:none;
	color:#D9E8F5;
	text-transform:uppercase;
}
#mainmenu a:hover, #mainmenu a.active, #mainmenu a.trail {
	background-color:#7F7F7F;
	color:#fff;
	height:14px;
	opacity:0.7;
	-moz-opacity:0.7;
}
#mainmenu .level_1 ul {
	width:160px;
	left:-999em;
	position:absolute;
	margin-bottom:0;
	background-color:#808080;
	border:1px solid #999;
}




/* FORM */

.formbody label{width:240px;float:left;clear:both;display:block;margin-bottom:5px;}
.formbody input.text,.formbody .textarea, input.captcha, .formbody select {width:350px; margin-bottom:5px; background-color:#C4C0B4; border:1px solid #292929; padding:4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.formbody .textarea { height:60px; width:555px; }
.formbody select { margin-bottom:5px; width:150px; }
.formbody input.error,.formbody textarea.error{ background-color:#666;  }
input.captcha {width:50px; }
.formbody .headline{clear:both;margin-top:5px;margin-bottom:10px;border-bottom:1px dotted #292929;}
.formbody .headline p{margin:0;padding:0;}
.formbody .submit_container input {margin-left:240px; margin-top:10px; background-color:#292929;border:1px solid #CCC;line-height:25px; color:#CCC; padding:4px; }
.formbody p.error{width:250px;height:15px;left:620px;position:absolute; z-index:200; overflow:hidden;display:block;margin-top:-1px;padding:1px;background-color:#ffffff;border-bottom:1px solid #000;font-size:11px;color:#990000;line-height:15px;opacity:0.6;-moz-opacity:0.6;}

/* SLIDESHOW */

#header .kaSlideshow {
	position:relative;
	width:634px;
	height:269px;
	overflow:hidden;
}

.slideshowElementNext { position:absolute; width:9px; height:9px; background:url("../../tl_files/theme-perwein/layout/arrows-slide.png") top left; top:280px; left:290px; }
.slideshowElementPrev { position:absolute; width:9px; height:9px; background:url("../../tl_files/theme-perwein/layout/arrows-slide.png") bottom left; top:280px; left:280px; }


/* FOOTER GALLERY */

.gallery-footer {
	margin:35px 0px 8px 15px;
	height:80px;
	width:975px;
	overflow:hidden;
}
.gallery-footer .footerimg {
	float:left;
	margin-right:43px;
}
.gallery-footer .footerimg img {
	border:1px solid #7F7F7F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}

/* TABLE */

.ce_table table {
	width:100%;
	border-collapse:collapse;
}
.ce_table table th, .ce_table table td {
	border:1px solid #FFF;
	padding:4px;
}
.ce_table table th {
	background:#96948E;	
}
.ce_table table tr.odd {
	background:#B7B3A7;
}
.ce_table table tr.even {
	border:1px solid #FFF;
	background:#C6C2B6;
}

.sommertable { float:left; width:400px; margin-right:10px; }
.sommertable table th { background-color:#9EBD95; }
.wintertable { float:left; width:470px; margin-right:10px; }
.wintertable table th { background-color:#9D9FBD; }
.preisinfo { clear:both; }

/* GOOGLE TRANSLATE */

#google_translate_element { position:absolute; right:0px; top:-28px; }
#google_translate_element select { border:1px solid #7F7F7F; background-color:#E6E1D2; color:#7F7F7F; font-size:11px; }
