/* css reset (http://meyerweb.com/eric/tools/css/reset/ v2.0 20110126 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table{
border-collapse: collapse;
border-spacing: 0;
border-color: #d7d7d7;
}
#page .main table th{
padding: 15px;
font-weight: 600;
text-align: center;
line-height: 130%;
background: #efefef;
border: 1px solid #d5d5d5;
}
#page .main table td{
padding: 15px;
text-align: center;
line-height: 130%;
border: 1px solid #d5d5d5;
}
/* placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ccc;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ccc;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ccc;
}

/*
glyphicons{
position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Regular";
font-style: normal;
font-weight: normal;
line-height: 1;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
*/



/* responsive */

iframe, object, embed{
max-width: 100%;
width: 100%;
}



/* basic */

html, body{
height: 100%;
}
body{
margin: 0;
padding: 0;
color: #555;
font-size: 15px;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: 400;
background-color: #5a2a14;
background-image: url(/tiefe/_simplisite/images/bgPage.jpg);
background-position: center;
background-size: 50%;
background-repeat: repeat;
background-attachment: fixed;
}
h1{
padding: 0 0 10px 0;
color: #a15840;
font-weight: 400;
font-size: 28px;
font-family: 'PT Sans Narrow', sans-serif;
line-height: 120%;
}
h2{
padding: 3px 0 10px 0;
color: #a15840;
font-weight: 400;
font-size: 36px;
font-family: 'PT Sans Narrow', sans-serif;
line-height: 120%;
}
h3{
padding: 0 0 5px 0;
color: #aaa;
font-weight: 400;
font-size: 38px;
font-family: 'PT Sans Narrow', sans-serif;
line-height: 110%;
}
h4{
padding: 1px 0 7px 0;
color: #555;
font-weight: 600;
font-size: 18px;
font-family: 'PT Sans Narrow', sans-serif;
line-height: 120%;
}
a{
color: #51a4aa;
text-decoration: none;
}
a:hover{
color: #555;
}
a:focus{
outline: 0;
}
b{
font-weight: 600;
}
hr{
height: 1px;
margin: 15px 0 22px 0;
padding: 0;
color: #b9b9b9;
line-height: 100%;
background-color: #b9b9b9;
border: 0;
}
input.text, select, textarea{
padding: 2px 2px 3px 2px;
color: #606060;
font-size: 14px;
background: #f7f7f7;
border: 1px solid #d5d5d5;
}
input:hover, input:active, input:focus{
outline: 0;
}
input::-moz-focus-inner{
border: 0;
}
label{
padding: 0 0 0 3px;
}


/* formatierungen */
div.text a{
text-decoration: none;
}
p{
padding: 0 0 9px 0;
line-height: 155%;
font-weight: 400;
}
p.style_leadcolor{
margin: 7px 0 16px 0;
color: #a15840;
font-size: 18px;
font-weight: 400;
line-height: 135%;
}
p.style_lead{
margin: 7px 0 16px 0;
color: #555;
font-size: 18px;
font-weight: 400;
line-height: 135%;
}
p.style_klein{
padding: 0 0 9px 0;
color: #555;
font-size: 12px;
font-weight: 400;
line-height: 150%;
}
p.style_box{
margin: 7px 0 16px 0;
padding: 24px 29px 29px 29px;
color: #a15840;
font-size: 15px;
font-weight: 400;
background: #f0f0f0;
}
p.style_box:first-child { margin-top:0; }
div div.text ul { list-style:disc outside;margin:0 0 0 5px;padding:0 0 9px 25px;overflow:hidden; }
div div.text ol {list-style:decimal outside;margin:0 0 0 5px;padding:0 0 9px 30px;overflow:hidden; }
div div.text ul li {margin:0;padding:2px 0; }
div div.text ol li {margin:0;padding:2px 0; }
div div.text strong { font-weight:bold; }
div div.text em { font-style:italic; }
div div.text code { color:#222;font-family:Courier,monospace; }


/* id */
#wrapper{
min-height: 100%;
max-width: 1000px;
width: 100%;
margin: 0 auto;
background: #fbe0c0;
}
#pageHead{
width: 100%;
}
#pageHeadLink{
width: 100%;
background-color: #fbe0c0;
background-image: url(/tiefe/_simplisite/images/bgTitle.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
}
#pageHeadLink a{
display: block;
height: 181px;
width: 50%;
margin: 0;
}
#pageHeadLink a img{
height: 118px;
}
#breadcrumb{
clear: both;
height: 20px;
margin: 0;
padding: 0 60px;
}
#breadcrumb a{
color: #555;
font-size: 13px;
font-weight: 400;
}
#breadcrumb a.active{
color: #a15840;
font-weight: 600;
}
#breadcrumb span{
padding: 0 4px;
font-size: 13px;
background: transparent url(/tiefe/_simplisite/images/icons.png) 3px -195px no-repeat;
}
#page{
min-height: 450px;
margin: 0;
/* padding: 23px 0 80px 0; */
padding: 0 0 80px 0;
background-color: #fbe0c0;
}
#pageFoot div.foot{
height: 25px;
margin: 0 3% 0 3%;
padding: 15px 0 5px 0;
color: #999;
font-size: 12px;
border-top: 3px solid #eed5ad;
border-bottom: 3px solid #eed5ad;
}
#pageFoot div.foot a{
color: #999;
text-decoration: none;
}
#pageEnd{
padding: 0 0 60px 0;
}
#pageEnd div{
height: 16px;
margin: 0;
padding: 0;
}

@media only screen and (max-width: 800px){
	#pageHeadLink a{
	height: 150px;
	}
}

@media only screen and (max-width: 700px){
	#pageHeadLink a{
	height: 130px;
	}
}

@media only screen and (max-width: 600px){
	#pageHeadLink a{
	height: 110px;
	}
}



/* menu */

@media only screen and (max-width: 800px){
	#menuSmall{
	position: absolute;
	top: 17px;
	right: 17px;
	height: 66px;
	width: 66px;
	}
	#menuWrapper{
	display: none;
	}
	#breadcrumb{
	display: none;
	}
	
	#menu{
	padding: 0 0 3000px 0;
	background: #fff;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	z-index: 1001;
	}
	div.menu span{
	display: block;
	position: static;
	padding: 22px 4% 22px 4%;
	color: #555;
	font-size: 24px;
	}
	div.menu a{
	display: block;
	position: static;
	margin: 0;
	padding: 22px 4% 22px 4%;
	color: #555;
	font-size: 24px;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	z-index: 1001;
	}
	div.menu a:hover{
	background: #f0f0f0;
	}
	div.menu.active a:hover{
	background: #f0f0f0;
	}
	div.menu.active a{
	color: #a15840;
	}
}

@media only screen and (min-width: 801px){
	#menuSmall{
	display: none;
	}
	#menuWrapper{
	float: right;
	margin-top: -80px;
	}
	#menu{
	position: relative;
	height: 80px;
	padding: 0 18px 0 8px;
	z-index: 3;
	}
	
	div.menu{
	float: left;
	padding: 0 5px;
	border-left: 1px solid #a15840;
	}
	div.menu:last-child{
	border-right: 1px solid #a15840;
	}
	div.menu span{
	height: 20px;
	display: block;
	min-width: 10px;
	padding: 21px 15px 0 15px;
	color: #a15840;
	font-size: 16px;
	font-weight: 400;
	}
	div.menu a{
	display: block;
	padding: 5px 0 0 0;
	color: #a15840;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	}
	div.menu a:hover, div.menu.active a{
	color: #aa3b24;
	}
	div.menu a::after{
	content: "";
	margin: 5px 0 0 50%;
	display: block;
	width: 100%;
	border-bottom: 2px solid #aa3b24;
	transform: translateX(-50%) scaleX(0);
	transition: all 0.2s ease-in-out 0s;
	}
	div.menu a:hover::after, div.menu.active a::after{
	transform: translateX(-50%) scaleX(1);
	}
}



/* submenu */
#menu div.submenu{
position: absolute;
top: 59px;
left: 0;
width: 790px;
margin: 0;
padding: 25px 0 25px 25px;
background: #fff;
border: 1px solid #b5b5b5;
border-radius: 3px;
-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
box-shadow: 0 5px 5px rgba(0,0,0,0.2);
z-index: 1000;
}
#menu .submenu div.smenu{
float: left;
width: 153px;
}
#menu .submenu div.smenu a, #menu .submenu div.ssmenu a, #menu .submenu div.smenu span, #menu .submenu div.ssmenu span{
display: block;
height: auto;
padding: 5px 10px;
color: #555;
font-size: 16px;
font-weight: 600;
text-decoration: none;
line-height: 130%;
}
#menu .submenu div.ssmenu a, #menu .submenu div.smenu.active div.ssmenu a{
color: #555;
font-size: 13px;
font-weight: 400;
line-height: 140%;
}
#menu .submenu div.smenu a:hover, #menu .submenu div.ssmenu a:hover{
background: #eee;
}
#menu .submenu div.smenu.active a{
color: #a15840;
}
#menu .submenu div.smenu.active div.ssmenu.active a{
color: #a15840;
}
#menu div.pot{
position: relative;
left: 50%;
top: 0;
width: 0;
height: 0;
margin-left: -11px;
font-size: 0;
}
#menu div.pot div{
position: absolute;
top: 0;
width: 20px;
height: 11px;
margin-top: -10px;
z-index: 1001;
}


/* spezial */



/* anmelden */
form.loginform{
width: 100%;
text-align: center;
}
div.loginbox{
max-width: 300px;
margin: 0 auto;
}
div.loginbox .login{
width: 100%;
padding: 10px 0 0 0;
font-size: 18px;
line-height: 160%;
}
div.loginbox input{
box-sizing: border-box;
width: 100%;
padding: 11px 8px;
font-size: 18px;
font-family: "PT Sans Narrow",sans-serif;
line-height: 100%;
border: 0;
outline: 2px solid rgba(255,255,255,0);
transition: all 0.3s ease 0s;
}
div.loginbox input:focus{
outline: 2px solid #a15840;
}
div.loginbox .loginmsg{
color: #ff6d00;
}
div.loginbox .loginbut{
padding: 30px 0 0 0;
}
div.loginbox input[type="submit"]{
padding: 13px 8px;
outline: none;
color: #fff;
background: #a15840;
}
div.loginbox input[type="submit"]:hover{
background: #aa3b24;
}




/* module general */
div.ele, div.ele.colLeft, div.ele.colRight{
margin: 0 3% 20px 3%;
padding: 0;
}

@media only screen and (max-width: 800px){
	div.ele, div.ele.colLeft, div.ele.colRight{
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	}
}
@media only screen and (min-width: 801px){
	div.ele.colLeft{
	float: left;
	width: 45%;
	margin: 0 0 20px 3%;
	padding: 0;
	}
	div.ele.colRight{
	float: right;
	width: 45%;
	margin: 0 3% 20px 0;
	padding: 0;
	}
}



/* domain icons */
a.domicon {
float: left;
min-width: 20px;
min-height: 12px;
padding: 1px 0 6px 24px;
color: #555;
font-size: 15px;
text-decoration: none;
background: transparent url(/tiefe/_simplisite/images/icons.png) -100px 0 no-repeat;
}
.domicon.checkbox {
background-position: 0 4px;
line-height: 150%;
}
.domicon.checkbox.active {
background-position: 0 -46px;
}
.domicon.clear {
padding: 2px 0 6px 21px;
background-position: 3px -448px;
}


/* google calendar */
.gcalendar .gcrow{
padding: 10px 22px 6px 22px;
font-size: 13px;
line-height: 150%;
background: transparent url(/tiefe/_simplisite/images/bgLinie.png) 0 bottom no-repeat;
}
.gcalendar .gcrow.odd{
background: transparent url(/tiefe/_simplisite/images/bgLinie.png) 0 bottom no-repeat;
}
.gcalendar .gcrow div.gcdate{
float: left;
width: 280px;
padding: 0 10px 0 0;
}
.gcalendar .gcrow div.gccont{
float: left;
width: 300px;
padding: 0 48px 0 0;
}
.gcalendar .gcrow div.gcwhere{
float: left;
padding: 0;
color: #555;
font-size: 14px;
font-weight: 400;
line-height: 135%;
}
.gcalendar .gcrow div.gcdate p.date{
color: #ec184c;
font-size: 16px;
font-weight: 400;
line-height: 135%;
}
.gcalendar .gcrow div.gccont p.title{
color: #a15840;
font-size: 16px;
font-weight: 600;
line-height: 135%;
}
.gcalendar .gcrow div.gccont p.text{
color: #555;
font-size: 14px;
font-weight: 400;
line-height: 145%;
}


/* module beitrag */
div.eleBeitrag{
clear: left;
}
div.eleBeitrag div.beitragNeu{
margin: 0;
padding: 0;
background: #dae7f6;
}
div.eleBeitrag div.beitragNeu a{
display: block;
padding: 10px 38px 12px 38px;
color: #19579c;
font-size: 13px;
text-decoration: none;
background: #dae7f6 url(/tiefe/_simplisite/images/icons.png) 6px -95px no-repeat;
}
div.eleBeitrag div.beitragNeu a:hover{
background: #dae7f6 url(/tiefe/_simplisite/images/icons.png) 6px -60px no-repeat;
}
div.eleBeitrag form.beitragForm{
margin: 0;
padding: 20px;
background: #dae7f6;
border: 1px solid #9fbcde;
}
div.eleBeitrag form.beitragForm input.text, form.beitragForm textarea{
width: 505px;
border: 1px solid #9fbcde;
}
div.eleBeitrag form.beitragForm .bez{
clear: left;
float: left;
width: 90px;
padding: 3px 12px 12px 0;
text-align: right;
}
div.eleBeitrag form.beitragForm .inp{
float: left;
width: 515px;
padding: 0 0 12px 0;
}
div.eleBeitrag form.beitragForm .beitragSend{
float: right;
width: 74px;
}
div.eleBeitrag form.beitragForm .beitragSend input{
margin: 0;
padding: 2px 10px 4px 10px;
color: #fff;
font-size: 12px;
background: #1d599e url(/tiefe/_simplisite/images/icons.png) 0 -500px repeat-x;
border: 1px solid #4b7db6;
}
div.eleBeitrag form.beitragForm .beitragSend input:hover{
background: #1d599e url(/tiefe/_simplisite/images/icons.png) 0 -550px repeat-x;
}
div.eleBeitrag form.beitragForm .beitragMsg{
float: left;
width: 425px;
padding: 6px 0 0 0;
min-height: 20px;
font-size: 14px;
font-weight: bold;
}
div.eleBeitrag form.beitragForm div.imageEntry{
clear: left;
margin: 0 0 10px 0;
}
div.eleBeitrag form.beitragForm div.imageEntry .image{
float: left;
width: 120px;
height: 80px;
padding: 0 10px 0 0;
font-size: 0;
text-align: center;
}
div.eleBeitrag form.beitragForm .icon {
float: left;
width: 24px;
height: 24px;
background: transparent url(/tiefe/_simplisite/images/simplisiteIcons.png) -30px 0 no-repeat;
}
div.eleBeitrag form.beitragForm .icon.delete { background-position: 0 -1400px; }
div.eleBeitrag form.beitragForm .icon.delete:hover { background-position: 0 -1450px; }
div.eleBeitrag form.beitragForm .domicon.checkbox{ background-position: 0 1px; }
div.eleBeitrag form.beitragForm .domicon.checkbox.active{ background-position: 0 -49px; }


div.eleBeitrag .beitragentry{
padding: 7px 12px 24px 25px;
background: #fcf1e2 url(/tiefe/_simplisite/images/bgBeitrag.jpg) 0 0 repeat;
border-top: 1px solid #d6b484;
}
div.eleBeitrag .beitragentry .autor{
color: #a15840;
font-size: 12px;
text-align: right;
}
div.eleBeitrag .beitragentry .titel{
padding: 6px 0 15px 0;
color: #a15840;
font-size: 20px;
font-weight: normal;
line-height: 130%;
}
div.eleBeitrag .beitragentry .bild{
float: right;
width: 214px;
padding: 0 20px 0 25px;
}
div.eleBeitrag .beitragentry .bild.portrait{
width: 181px;
padding: 0 20px 0 58px;
}
div.eleBeitrag .beitragentry .text{
font-size: 14px;
line-height: 140%;
}
div.eleBeitrag .beitragentry .gallerie{
padding: 25px 25px 0 43px;
}
div.eleBeitrag .beitragentry .gallerie .bk{
float: left;
width: 119px;
height: 119px;
padding: 0 17px 15px 0;
}
div.eleBeitrag .beitragentry .gallerie .bk a{
display: block;
font-size: 0;
border: 1px solid #f3e8d8;
}
div.eleBeitrag .beitragentry .gallerie .bk.landscape a { margin: 15px 0 0 0; }
div.eleBeitrag .beitragentry .gallerie .bk.portrait a { margin: 0 15px 0 15px; }
div.eleBeitrag .beitragentry .gallerie .bk a:hover {
border: 1px solid #a15840;
}

/* login dialog warning */
#dialogHeadWarn {
height: 23px;
padding: 8px 10px 0 10px;
color: #fff;
text-align: center;
font-size: 14px;
font-weight: bold;
background: #0076ba url(/tiefe/_simplisite/images/simplisiteDialogHeadWarn.png) 0 0 no-repeat;
}
#dialogContent.warn {
height: 109px;
padding: 20px 10px 0 70px;
line-height: 150%;
background: #fff url(/tiefe/_simplisite/images/simplisiteDialogContentWarn.png) 0 15px no-repeat;
}



/* module download */
div.eleDownload{
}
div.eleDownload.single{
}
div.eleDownload .main{
font-size: 14px;
line-height: 110%;
}
div.eleDownload .main a{
text-decoration: none;
}
div.eleDownload div.entry.full, div.eleDownload div.entry.odd, div.eleDownload div.entry.even{
float: left;
width: 421px;
padding: 0 24px 0 0;
}
div.eleDownload div.entry.odd{
clear: left;
margin: 0;
}

div.eleDownload .main a.image{
float: left;
width: 72px;
min-height: 100px;
padding: 3px 0 0 0;
margin: 0 0 45px 0;
}
div.eleDownload .main div.title{
margin: 0 0 0 96px;
padding: 0 0 9px 0;
color: #a15840;
font-size: 16px;
font-weight: 400;
line-height: 130%;
}
div.eleDownload .main div.text{
margin: 0 0 0 96px;
padding: 0 0 10px 0;
color: #555;
font-size: 13px;
font-weight: 400;
line-height: 145%;
}
div.eleDownload .main div.filename{
margin: 0 0 0 96px;
padding: 0 0 30px 0;
}
div.eleDownload .main div.filename a{
color: #555;
font-size: 13px;
font-weight: 600;
line-height: 130%;
}

div.eleDownload div.box{
margin: 0 0 10px 0;
}

div.eleDownload div.box.search{
margin: 3px 0 5px 0;
}
div.eleDownload div.box div.res{
float: right;
padding: 9px 0 10px 20px;
}
div.eleDownload div.box div.sea{
float: left;
width: 210px;
border: 1px solid #d6d6d6;
border-radius: 3px;
background: #fff;
}
div.eleDownload div.sea input.text{
float: left;
width: 178px;
margin: 0;
padding: 7px 0 8px 7px;
font-size: 13px;
background: #fff;
border: 0;

}
div.eleDownload div.sea input.search{
float: left;
margin: 4px 0 0 0;
background: transparent url(/tiefe/_simplisite/images/icons.png) 5px -394px no-repeat;
}

div.eleDownload div.box.key{
padding: 8px 0 42px 0;
}
div.eleDownload div.box div.col{
float: left;
width: 222px;
}
div.eleDownload div.key div.col a{
display: block;
padding: 7px 24px 8px 24px;
color: #555;
font-size: 13px;
font-weight: 400;
text-decoration: none;
}
div.eleDownload div.key div.col a:hover{
background: #dfdfdf;
}
div.eleDownload div.key div.col a.active{
color: #fff;
background: #b4b4b4;
}

div.eleDownload div.box.pagin{
/*width: 1180px;*/
height: 67px;
margin: 0 0 0 -3%;
color: #0d0d0d;
font-size: 13px;
font-weight: 400;
text-align: center;
background: #dfdfdf;
}
div.eleDownload div.box.pagin .pagArr{
position: relative;
top: 0;
left: 0;
}
div.eleDownload div.box.pagin .txt{
position: relative;
padding: 25px 0 0 0;
}
div.eleDownload div.box.pagin .pagArr a{
position: absolute;
top: 7px;
left: 151px;
width: 53px;
height: 53px;
/* background: transparent url(/tiefe/_simplisite/images/icons.png) -100px 0 no-repeat; */
background-image: url(/tiefe/_simplisite/images/simplisiteArrows.png);
background-position: 0 0;
background-repeat: no-repeat;
z-index: 2;
}
div.eleDownload div.box.pagin .pagArr a.next{
left: 977px;
}
div.eleDownload div.box.pagin .pagArr a.back{background-position:0 0px;cursor:default;}
div.eleDownload div.box.pagin .pagArr a.next{background-position:0 -300px;cursor:default;}
div.eleDownload div.box.pagin .pagArr a.back.active{background-position:0 -100px;cursor:pointer;}
div.eleDownload div.box.pagin .pagArr a.next.active{background-position:0 -400px;cursor:pointer;}
div.eleDownload div.box.pagin .pagArr a.back.active:hover{background-position:0 -200px;cursor:pointer;}
div.eleDownload div.box.pagin .pagArr a.next.active:hover{background-position:0 -500px;cursor:pointer;}


/* module form */
div.eleForm .main .text{
padding: 10px 0 10px 0;
color: #555;
font-size: 18px;
font-weight: 400;
line-height: 135%;
}
div.eleForm .main .form input.text, div.eleForm .main .form textarea {
padding: 5px 5px 6px 5px;
color: #222;
font-size: 15px;
background: #fff;
border: 1px solid #c6c6c6;
}
div.eleForm .main .form div .row { padding: 8px 0 5px 0; }
div.eleForm .main .form div .info { padding: 14px 0 5px 0; font-size: 12px; }
div.eleForm .main .form div .entry { padding: 1px 0 5px 0; }
div.eleForm .main .form div .formtitle { padding: 8px 0 14px 0; font-weight: bold; }
div.eleForm .main .form div .formdescription { padding: 8px 0 14px 0; font-size: 13px; }
div.eleForm .main .form div span { color: #555; }
/* module form box */
div.eleForm .main .form .box {
clear: left;
}
div.eleForm .main .form .box textarea { width: 870px; height: 150px; }
div.eleForm .main .form .box input.text { width: 870px; }
/* module form boxLeft */
div.eleForm .main .form .boxLeft {
clear: left;
float: left;
width: 444px;
}
div.eleForm .main .form .boxLeft textarea { width: 310px; }
div.eleForm .main .form .boxLeft input.text { width: 310px; }
/* module form boxRight */
div.eleForm .main .form .boxRight {
float: left;
width: 445px;
}
div.eleForm .main .form .boxRight textarea { width: 310px; }
div.eleForm .main .form .boxRight input.text { width: 310px; }
div.eleForm .main .send{
padding: 8px 0 10px 0;
}
div.eleForm .main .send input.send{
padding: 8px 20px 10px 20px;
color: #fff;
font-size: 15px;
font-weight: 400;
cursor: pointer;
background-color: #8a8a8a;
background-image: linear-gradient(top, #c2c2c2, #8a8a8a);
background-image: -o-linear-gradient(top, #c2c2c2 0%, #8a8a8a 100%);
background-image: -moz-linear-gradient(top, #c2c2c2 0%, #8a8a8a 100%);
background-image: -webkit-linear-gradient(top, #c2c2c2 0%, #8a8a8a 100%);
background-image: -ms-linear-gradient(top, #c2c2c2 0%, #8a8a8a 100%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#c2c2c2),to(#8a8a8a));
border: 0;
line-height: 100%;
}
div.eleForm .main .send input.send:hover {
background-color: #7a7a7a;
background-image: linear-gradient(top, #b2b2b2, #7a7a7a);
background-image: -o-linear-gradient(top, #b2b2b2 0%, #7a7a7a 100%);
background-image: -moz-linear-gradient(top, #b2b2b2 0%, #7a7a7a 100%);
background-image: -webkit-linear-gradient(top, #b2b2b2 0%, #7a7a7a 100%);
background-image: -ms-linear-gradient(top, #b2b2b2 0%, #7a7a7a 100%);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#b2b2b2),to(#7a7a7a));
}
div.eleForm .main .send .msg{
float: right;
width: 770px;
padding: 10px 0 0 0;
color: #a15840;
font-size: 18px;
font-weight: 600;
}



/* module title */
div.eleTitle h1{
padding-bottom: 6px;
color: #a15840;
font-size: 36px;
font-weight: normal;
text-align: left;
line-height: 120%;
}
div.eleTitle div.lead {
padding: 0 0 10px 0;
color: #555;
font-size: 18px;
font-weight: 400;
line-height: 140%;
text-align: center;
}
div.eleTitle div.image{
padding: 18px 0 10px 0;
}



/* module text */
div.eleText div.image.left{
float: left;
width: 47%;
padding: 5px 3% 10px 0;
}
div.eleText div.image.right{
float: right;
width: 47%;
padding: 5px 0 10px 3%;
}
div.eleText div.image.big{
width: 100%;
}
div.eleText div.image a img{
display: block;
width: 100%;
}
div.eleText div.image p.imageText {
padding: 5px 0 0 0;
font-size: 11px;
line-height: 130%;
}
div.eleText div.text{
padding: 0;
color: #555;
font-size: 18px;
font-weight: 400;
line-height: 145%;
}



/* module news */
div.eleNews div.newstitle{
padding: 0 0 38px 0;
font-family: 'Crafty Girls', cursive;
color: #cde3ef;
font-size: 38px;
font-weight: 400;
}
div.eleNews div.entry{
float: left;
width: 420px;
height: 188px;
}
div.eleNews div.entry.even{
padding: 0 0 0 48px;
}
div.eleNews div.entry h1.title{
padding: 2px 0 10px 0;
color: #a15840;
font-size: 16px;
font-weight: 400;
}
div.eleNews div.entry div.image{
float: left;
padding: 5px 24px 5px 0;
}
div.eleNews div.entry div.lead{
font-size: 13px;
line-height: 145%;
}
div.eleNews div.entry div.lead a{
font-size: 13px;
}
/* module news dialog */
div.newsentry{
margin: 0 10px;
padding: 0 20px 20px 20px;
width: 760px;
height: 550px;
overflow: auto;
}
div.newsentry div.image{
float: left;
padding: 5px 24px 10px 0;
}
div.newsentry div.lead{
padding: 0 0 20px 0;
font-size: 18px;
font-weight: 400;
line-height: 130%;
}
div.newsentry div.text{
color: #555;
font-size: 15px;
font-weight: 400;
line-height: 145%;
}
div.newsentryNav {
width: 820px;
height: 40px;
}
div.newsentryNav div.title {
margin: 17px 0 0 29px;
color: #aaa;
font-size: 14px;
}
div.newsentryNav div.nav {
float: right;
width: 50px;
padding: 5px 22px 0 0;
}
div.newsentryNav div.nav a, div.newsentryNav span {
float: left;
width: 22px;
height: 20px;
background: url(/tiefe/_simplisite/images/bgNewsLastNext.png) 0 100px no-repeat;
}
div.newsentryNav div.nav a.newsLast { background-position:left 0;padding-right:1px; }
div.newsentryNav div.nav a.newsNext { background-position:right 0; }
div.newsentryNav div.nav span.newsLast { background-position:left -20px;padding-right:1px; }
div.newsentryNav div.nav span.newsNext { background-position:right -20px; }
div.newsentryNav div.author {
font-size: 12px;
padding: 9px 0 0 30px;
}
div.newsentryNav div.author a {
color: #a15840;
}



/* module gallery */

div.eleGalleyGallery{
clear: both;
}
div.eleGalleyGallery div.text{
padding: 13px 0 0 0;
color: #555;
font-size: 18px;
font-weight: 400;
line-height: 145%;
}
/*
div.reservation div.resnav, div.reservation div.resnavMob{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-end;
align-content: flex-start;
}
div.reservation div.resnav > div{
order: 1;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: auto;
}
*/
div.eleGalleyGallery div.galleryRow{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: flex-start;
}
div.eleGalleyGallery div.gallery > div.image{
order: 1;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: auto;
}
div.eleGalleyGallery .gallery .image a{
display: block;
font-size: 0;
border: 3px solid #fbe0c0;
}
div.eleGalleyGallery .gallery .image a:hover {
border: 3px solid #368388;
}
div.eleGalleyGallery .gallery .image a img{
width: 100%;
height: auto;
}


/* module gallery diashow */
div.eleGalleyDiashow div.main.dia{
clear: both;
}
/* jssor slider bullet navigation */
.diapag{
position: absolute;
}
.diapag div, .diapag div:hover, .diapag .av{
position: absolute;
width: 16px;
height: 16px;
background: url(/tiefe/_simplisite/images/simplisiteGalleryPagination.png) no-repeat;
overflow: hidden;
cursor: pointer;
}
.diapag div { background-position: -7px -7px; }
.diapag div:hover, .diapag .av:hover { background-position: -37px -7px; }
.diapag .av { background-position: -67px -7px; }
.diapag .dn, .diapag .dn:hover { background-position: -97px -7px; }
/* jssor slider arrow navigator */
.dianav-l, .dianav-r{
display: block;
position: absolute;
width: 30px;
height: 46px;
cursor: pointer;
background: url(/tiefe/_simplisite/images/simplisiteGalleryArrows.png) no-repeat;
overflow: hidden;
}
.dianav-l { background-position: -16px -37px; }
.dianav-r { background-position: -75px -37px; }
.dianav-l:hover { background-position: -136px -37px; }
.dianav-r:hover { background-position: -195px -37px; }
.dianav-l.dianav-ldn { background-position: -256px -37px; }
.dianav-r.dianav-rdn { background-position: -315px -37px; }

@media only screen and (max-width: 479px){
	/* iphone portrait */
}

@media only screen and (max-width: 999px){
	/* iphone landscape */
}

@media only screen and (min-width: 1000px){
	
}



/* module reservation */

div.reservation div.resnav, div.reservation div.resnavMob{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-end;
align-content: flex-start;
}
div.reservation div.resnav > div{
order: 1;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: auto;
}
div.reservation div.current{
color: #aa3b24;
font-size: 32px;
text-align: center;
line-height: 110%;
}
div.reservation div.prev, div.reservation div.next{
background: #51a4aa;
line-height: 1;
transition: all 0.3s ease 0s;
}
div.reservation div.prev:hover, div.reservation div.next:hover{
background: #368388;
}
div.reservation div.prev a, div.reservation div.next a{
display: block;
padding: 7px 10px;
color: #fff;
font-size: 22px;
line-height: 1;
}

div.reservation div.resvew{
padding: 20px 0 0 0;
}
div.reservation div.resvew table{
width: 100%;
margin: 0;
padding: 0;
background-color: #fff;
line-height: 1;
table-layout: fixed;
}
#page .main div.reservation div.resvew table td{
border: 1px solid #e1e1e1;
line-height: 1;
padding: 0;
text-align: left;
overflow: hidden;
vertical-align: top;
cursor: not-allowed;
outline: 1px solid transparent;
transition: all 0.3s ease 0s;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
#page .main div.reservation div.resvew table td:hover{
outline: 1px solid #368388;
}
#page .main div.reservation div.resvew table td.fad{
background-color: rgba(255, 255, 255, .5);
color: rgba(85, 85, 85, .5);
}
#page .main div.reservation div.resvew table td.bok{
cursor: pointer;
}
div.reservation div.resvew td .wd{
padding: 2% 3%;
}
div.reservation div.resvew td .dat{
padding: 3%;
font-size: 22px;
}
div.reservation div.resvew td.hld .dat{
background-color: #e1e1e1;
}
div.reservation div.resvew td.jufer .dat{
background-color: #daf2fe;
}
div.reservation div.resvew td.zimmermann .dat{
background-color: #fbcad1;
}
div.reservation div.resvew td.meister .dat{
background-color: #d1efd4;
}
div.reservation div.resvew td .res{
padding: 1%;
min-height: 45px;
}
div.reservation div.resvew td .con{
padding: 2%;
min-height: 40px;
}
div.reservation div.resvew td .dat.loading{
background-image: url(/tiefe/_simplisite/images/simplisiteIconLoading.gif);
background-position: 96% 50%;
background-repeat: no-repeat;
}
/* dialog */
#fancybox-wrap div.dialogResCon{
height: 215px;
padding: 3%;
font-size: 18px;
overflow-x: hidden;
overflow-y: auto;
}
#fancybox-wrap div.dialogResCon .diaFie{
padding: 0 0 12px 0;
line-height: 130%;
}
#fancybox-wrap div.dialogResCon .diaFie.diaFieDat{
font-size: 28px;
}
#fancybox-wrap div.dialogResCon .diaFie textarea{
width: 100%;
height: 125px;
box-sizing: border-box;
}
#fancybox-wrap div.dialogResBut{
padding: 7px 10px 0 10px;
text-align: right;
}
#fancybox-wrap div.dialogResBut button{
padding: 4px 10px 5px 10px;
color: #fff;
font-size: 14px;
font-weight: 400;
border: 0;
background-color: #51a4aa;
transition: all 0.3s ease 0s;
cursor: pointer;
}
#fancybox-wrap div.dialogResBut button:hover{
background-color: #368388;
}
#fancybox-wrap div.dialogResBut #butDiaClo{
background-color: #ccc;
}
#fancybox-wrap div.dialogResBut #butDiaClo:hover{
background-color: #aaa;
}

@media only screen and (max-width: 800px){
	div.reservation div.resnav{
	display: none;
	}
	div.reservation div.prev2, div.reservation div.prev3, div.reservation div.next2, div.reservation div.next3{
	display: none;
	}
}
@media only screen and (min-width: 801px){
	div.reservation div.resnavMob{
	display: none;
	}
}
@media only screen and (max-width: 999px){
	div.reservation div.current{
	font-size: 22px;
	}
	div.reservation div.prev a, div.reservation div.next a{
	font-size: 18px;
	}
	div.reservation div.resvew td .dat{
	font-size: 15px;
	}
}



/* spezialinhalt randenBelegung */
table.randenBelegungsliste, table.randenAdressliste{
width: 100%;
background: #fff;
}
table.randenBelegungsliste td, table.randenAdressliste td{
padding: 8px 1% 8px 1%;
border-bottom: 1px solid #e1e1e1;
}
table.randenAdressliste td.name{
font-size: 18px;
}




/*
* simplisite (please do not edit)
*/


/* div */
div.error {
padding: 10px;
color: #900;
border: 1px solid #900;
}


/* tooltip (right) */
#ssTooltip {
position: absolute;
margin: -15px 0 0 0;
z-index: 1000000;
}
#ssTooltip div {
position: relative;
}
#ssTooltip .ssTooltipPfeil {
position: absolute;
height: 25px;
width: 20px;
left: 0;
top: 16px;
background: transparent url(/tiefe/_simplisite/images/simplisiteTooltipL.png) no-repeat scroll 0 0;
z-index: 1000002;
}
#ssTooltip .ssTooltipInhalt {
position: absolute;
min-height: 18px;
min-width: 180px;
left: 19px;
top: 0;
font-family: Arial, sans-serif;
font-size: 16px;
padding: 16px 18px;
background: #fff;
border: 1px solid #959595;
overflow: visible;
z-index: 1000001;
}
#ssTooltip .ssTooltipInhalt .laden {
width: 16px;
height: 16px;
background: transparent url(/tiefe/_simplisite/images/simplisiteIconLoading.gif) no-repeat scroll 0 0;
}


/* tooltip (left) */
#ssTooltip.left .ssTooltipPfeil{
position: absolute;
left: -12px;
top: 16px;
background: transparent url(/tiefe/_simplisite/images/simplisiteTooltipR.png) no-repeat scroll 0 0;
z-index: 1000005;
}
#ssTooltip.left .ssTooltipInhalt{
position: absolute;
width: 180px;
left: -229px;
top: 0;
padding: 16px 18px;
overflow: hidden;
}
#ssTooltip div.title{
font-weight: bold;
white-space: nowrap;
}
#ssTooltip div.row{
padding: 0 0 3px 0;
background: none;
}
#ssTooltip div.row.spa{
height: 10px;
}
#ssTooltip .des{
font-size: 12px;
color: #686e72;
}
#ssTooltip .ssTooltipInhalt table td{
padding: 0 5px 0 0;
}


/* button */
a.button, a.buttonM {
cursor: pointer;
float: left;
margin: 0 0 0 10px;
text-decoration: none;
}
.off a.button, .off a.buttonM {
cursor: default;
}
a.button span.a, a.buttonM span.a {
float: left;
height: 24px;
width: 5px;
background: transparent url(/tiefe/_simplisite/images/simplisiteIcons.png) 0 0 no-repeat;
}
a.button:hover span.a { background-position: 0 -150px; }
.off a.button span.a { background-position: 0 -300px; }
a.buttonM span.a { background-position: 0 -450px; }
a.buttonM:hover span.a, a.buttonM:focus span.a { background-position: 0 -600px; }
.off a.buttonM span.a { background-position: 0 -750px; }
a.button span.b, a.buttonM span.b {
float: left;
min-width: 50px;
height: 18px;
padding: 6px 1px 0 3px;
color: #fff;
font-size: 11px;
line-height: 100%;
text-align: center;
text-decoration: none;
background: transparent url(/tiefe/_simplisite/images/simplisiteIcons.png) 0 -50px repeat-x;
}
a.button:hover span.b { background-position: 0 -200px; }
.off a.button span.b { background-position: 0 -350px; }
a.buttonM span.b { background-position: 0 -500px; }
a.buttonM:hover span.b, a.buttonM:focus span.b { background-position: 0 -650px; }
.off a.buttonM span.b { background-position: 0 -800px; }
a.button span.c, a.buttonM span.c {
float: left;
height: 24px;
width: 7px;
background: transparent url(/tiefe/_simplisite/images/simplisiteIcons.png) right -100px no-repeat;
}
a.button:hover span.c { background-position: right -250px; }
.off a.button span.c { background-position: right -400px; }
a.buttonM span.c { background-position: right -550px; }
a.buttonM:hover span.c, a.buttonM:focus span.c { background-position: right -700px; }
.off a.buttonM span.c { background-position: right -850px; }


/* dialog */
#dialogLogin {
padding: 160px 120px 0 140px;
color: #535353;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background: #fff url(/tiefe/_simplisite/images/simplisiteLogo.png) 140px 25px no-repeat;
}
#dialogLogin div.row {
clear: both;
padding: 5px 0 5px 15px;
}
#dialogLogin input.text {
width: 120px;
font-family: Arial, Helvetica, sans-serif;
}


/*
fancybox
Version: 1.3.4 (11/11/2010)
Requires: jQuery v1.3+
*/
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url(/tiefe/_simplisite/images/fancybox.png);
}
#fancybox-overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url(/tiefe/_simplisite/images/fancybox.png) -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #555;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url(/tiefe/_simplisite/images/blank.gif);
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url(/tiefe/_simplisite/images/fancybox.png);
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url(/tiefe/_simplisite/images/fancybox.png);
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1010;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url(/tiefe/_simplisite/images/fancybox-x.png);
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url(/tiefe/_simplisite/images/fancybox.png);
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url(/tiefe/_simplisite/images/fancybox-y.png);
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url(/tiefe/_simplisite/images/fancybox.png);
background-position: -40px -182px; 
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url(/tiefe/_simplisite/images/fancybox-x.png);
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url(/tiefe/_simplisite/images/fancybox.png);
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url(/tiefe/_simplisite/images/fancybox-y.png);
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url(/tiefe/_simplisite/images/fancybox.png);
background-position: -40px -122px;
}
#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}
#fancybox-title-inside {
display: block;
padding: 5px 0 0 0;
color: #555555;
font-size: 14px;
line-height: 150%;
text-align: left;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url(/tiefe/_simplisite/images/fancy_title_over.png);
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url(/tiefe/_simplisite/images/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url(/tiefe/_simplisite/images/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url(/tiefe/_simplisite/images/fancybox.png) -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tiefe/_simplisite/images/fancy_shadow_nw.png', sizingMethod='scale'); }
