/*
-----------------------------------------------
URDLWIRT Template Style
Name:  URDLWIRT
URL:   http://www.urdlwirt.at
Date:  04. June 2007
----------------------------------------------- */

/*
#dee8ac = hell grün
#9cb637 = mittel grün
#006633 = dunkel grün
#ffcc33 = orange
*/

@import url("/global/css/urdlwirt_nav.css");
@import url("/global/css/urdlwirt_form.css");
@import url("/global/css/urdlwirt_box.css");
@import url("/global/css/hotelwebservice.css");



/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/***********************************************/
/* =HTML tag styles                            */
/***********************************************/
html { overflow-y: scroll; }

body {
	font: small/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	text-align: center;
	background: #dee8ac url(/global/img/bg_body.jpg) repeat-x left -3px;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
 	voice-family: "\"}\""; 
 	voice-family: inherit;
 	font-size: small; /* für alle anderen Browser */
	}
html>body { /* be nice to Opera */
	font-size: small;
	}



a:link, a:visited {
	color: #333;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
	color: #000000;
}

p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	/*clear: both;*/
}


/*img, a img, #column_middle img, #column_middle a img {
	padding: 0;
	margin: 0;
	border: none;
}*/

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.left-rahmen {
	float: left;
	margin: 0 20px 10px 0;
	padding: 5px;
	background: #f2f6df;
	clear: both;
}


h1{
	font-size: 130%;
	letter-spacing: 1px;
	color: #9cb637;
	margin-bottom: 10px;
}
h2 {
	font-size: 125%;
}

h3 {
	font-size: 120%;
}

h3  {
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	font-variant: normal;
	font-size: small;
	color: #9cb637;
	margin-top: 10px;
}

/*h4 {
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom: 3px solid #dee8ac;
	border-top: 3px solid #dee8ac;
	padding-bottom: 5px;	
	padding-top: 5px;	
}*/

h4 {
	background: #bddc53;
	padding: 3px 10px;
	text-align: left;
	margin-bottom: 10px;	/*color: #FFF;*/
}

dt {
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 0px 10px 10px;
	clear: both;
	font-size: 1.2em;
}

dd {
	background: url(/global/img/top_spacer.jpg) no-repeat center bottom;
	padding: 0px 30px 25px;
	line-height: 1.3em;
}


/* ======= Tabelle =========   */

.table table th {
	/*background: #408CA3;*/
	background: #DEEDAA;
	padding: 3px 10px;
	/*padding: 3px 3px 3px 10px;*/
	text-align: left;
}

.table table td {
	background: #F0F7D9;
	padding: 2px 10px;
	/*padding: 2px 3px 2px 10px;*/
	line-height: 130%;
}

.table table td p {
	padding: 7px 10px;
	font-size: 12px;
}
.table td p a, table td a{
	font-size: 12px;
}

.table caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	}
.table td.bgwhite {
	background: #FFFFFF;
} 

/* ======= Tabelle2 =========   */

.umgebung table th {
	/*background: #408CA3;*/
	background: #F0F7D9;
	padding: 3px 10px;
	/*padding: 3px 3px 3px 10px;*/
	text-align: left;
}

.umgebung table td {
	background: #FFFFFF;
	padding: 2px 10px;
	/*padding: 2px 3px 2px 10px;*/
	line-height: 130%;
	border-bottom: 1px solid #DEEDAA;
}

.umgebung table td p {
	padding: 7px 10px;
	font-size: 12px;
}
.umgebung td p a, table td a{
	font-size: 12px;
}

.umgebung caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	}
.umgebung td.bgwhite {
	background: #FFFFFF;
} 

.text_big {
	font-size: 1.2em;
} 



	
/***********************************************/
/* =Layout tag styles             */
/***********************************************/

#ie5fix {
	height: 1px:
	voice-family: "\"}\"";
	voice-familiy: inherit;
	display: none;
	}
	
html>body #wrapper {
 width:890px;
}

#wrapper {
	width:890px;
	margin: 0 auto;
	padding: 0px;
	font-size: 95%; /* slight adjustment */
	text-align:left;
	background: #FFFFFF url(/global/img/bg_white.png) repeat;
	clear: both;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:890px;
		
	}
	



#header {
	height: 259px;
	clear: both;
	background: #FFFFFF url(/global/img/header/header_backhendl.jpg) no-repeat left top;
	/*border-bottom: 10px solid #9cb637;*/
}


#navi {
}

#content {
	width: 870px;
	padding: 0px 10px 10px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;

}


#column_left {
	float: left;
	width: 211px;
}

#column_middle {
	margin: 0px 0px 15px;
	width: 420px;
	float: left;
	clear: none;
	padding-left: 15px;
/*	overflow: hidden;
*/}

#column_middle p {
	line-height: 1.3em;
	padding-bottom: 5px;	/* padding: 0px 10px; */
}

#column_middle a {
	text-decoration: none;
	border-bottom: 1px solid #dee8ac;
}

#column_middle a:hover {
	color: #9cb637;	
}


#column_middle ul, column_middle  ol {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: inside;
  }

#column_middle li {
	text-align: left;
	list-style: none;
	line-height: 1.6em;

}

/*#column_middle li {
	padding: 3px 0 3px 20px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/arrow_green.gif) no-repeat 0 50%;
	clear: both;
}*/





#sidebar {
	width: 211px;
	float: right;
	clear: right;
}

#sidebar p {
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}



#sponsor {
	font-size: 90%;
	color: #666;
	text-align: center;
	clear: both;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	line-height: 130%;
	background: #FFFFFF;
	margin: 0 auto;
	border-top: 5px solid #dee8ac;
	border-right: 2px none #dee8ac;
	border-bottom: 2px none #dee8ac;
	border-left: 2px none #dee8ac;
}

#footer {
	font-size: 90%;
	color: #666;
	text-align: center;
	clear: both;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	line-height: 130%;
	background: #dee8ac;
	width:890px;
	margin: 0 auto;
}

#footer a {
	text-decoration: underline;
}

#footer a .mmhide_active_Footer {
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}


/***********************************************/
/* =Design tag styles                          */
/***********************************************/

.print_only {
    display:none;
  }
  
.error
{
	color: #CC0000;
}
.rot
{
	color: #CC0000;
}


.pdf
{
	padding: 3px 0 3px 25px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/icon_pdf.gif) no-repeat 0 50%;
	clear: both;
}
.orange
{
	color: #ff9966;
}
.green_dark
{
	color: #006633;
}

.green
{
	color: #9cb637;
}
.green_light
{
	color: #dee8ac;
}

.black
{
	color: #000000;
}

.arrowGreen
{
	padding: 3px 0 3px 20px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/arrow_green.gif) no-repeat 0 50%;
	/*clear: both;*/
}
.arrowGreenBack
{
	padding: 3px 0 3px 20px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/arrow_green_back.gif) no-repeat 0 50%;
	/*clear: both;*/
}
.arrowOrange
{
	padding: 3px 0 3px 20px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/arrow_orange.gif) no-repeat 0 50%;
	/*clear: both;*/
}

.hide {
	display: none;
}

/* Clear Class */
.c {
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.left {
	float: left;
	clear: left;
}

.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
	clear: none;
}
.right {
	float: right;
	clear: right;
}


.bottom_15px {
	margin-bottom: 15px;
}
.top_15px {
	margin-top: 15px;
}

.spacer_bottom {
	margin-bottom: 15px;
}
.spacer_top {
	margin-top: 15px;
}

.margin_right {
	margin-right: 25px;
}



.bullet_green {
	list-style: url(/global/img/bullet_arrow_green.gif) none outside;
	margin-left: 15px;
	margin-bottom: 3px;
}

.anmerkung {
	background: #FFCC00;
}
.mmhide_urdlwirt2 {
	font: 2em "Savoye LET", "Lucida Calligraphy", "Lucida Handwriting", "Bradley Hand ITC TT-Bold", "Georgia", "Times New Roman", Times, serif ;
	color: #003399;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 1em 0px;
}
.mmhide_urdlwirt {
	color: #006699;
	padding: 1em 0px;
	font: italic 16px/150% "Georgia", "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 20px;
}
.trenner {
	background: url(/global/img/top_spacer.jpg) no-repeat center bottom;
	padding: 0px 30px 25px;
	line-height: 1.3em;
	clear: both;
	height: 25px;
}
.hochzahl {
	font-size: 0.8em;
	top: -4px;
	position: relative;	
}
.textSmall {
	font-size: 10px;
}


/* Float clearing workaround also working on Mozilla */

.clearer { clear:both; height:0px; overflow:hidden; margin-top:0px; }
* html .clearer { height:1px; margin-top:-1px; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */

.height_80 {
	height: 78px;
}
.blau {
	color: #09F;
}


div#lightbox-gallery {
		/*	width: 500px;
			margin: 50px auto*/;
		}

#lightbox-gallery img {
	border: 1px solid #CCC;
	padding: 4px;
	margin: 10px 10px 10px 0;
}


/* TOOLTIP */


a.tooltip {
	position: relative;
	z-index: 1;
  }
a.tooltip span {
	display: none;
	
  }
  

a.tooltip:hover span {
	display: block;
	position: absolute;
	left: 150px;
	top: -10em;
	color: #000;
	background: #dee8ac;
	padding: 0.6em;
	border: 5px solid #9cb637;
	width: 275px;
	z-index: 2;
	text-decoration: none;
  }
a.tooltip:hover {  /* IE Bug Fix*/
font-size: 100%;
}
