/* CSS Hotel-SChneeweiss */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	color:#333333;
}

html>body #top-bottom {height: 54px;}  /* Opera5-Fix-fix ;-) */


a:link, a:visited {
	color: #006600;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;	
	border:0;
	outline:none;
}

a:hover {
	color: #00AA00;
	text-decoration: underline;	
} 

h1 {
	font-size: 14px;
	text-align:left;
	color:#000;
	margin-bottom: 10px;
	margin-top:30px;
}

h1 img {
	border:0;
}

h2, h3 {
	text-align: center;
	font-size: 16px;
	color:#000;
	margin-bottom: 15px;
	margin-top: 15px;
	border-top: 2px solid #9bcd38;
	border-bottom: 2px solid #9bcd38;
	padding: 10px;
}

h4 {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #006600;	
}

h5 {
	font-size: 13px;
	border-bottom: 2px solid #006600;	
	border-top: 2px solid #006600;	
	background-color: #a6d44e;
	padding: 15px;
	text-align: center;
}

p {
	text-align:left;
	margin-top: 15px;
	margin-bottom: 15px;
}

td,div {
	line-height: 20px;
}

form {
	margin: 0;
 	padding: 0;
}


hr{
	border: 1px solid #83B12C;
	margin: 20px;
}



ul {
	margin: 0;
	padding: 0;
	padding-left:30px;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-type: square;
	text-align: left;
}

img {
	border: 1px solid #666;
	margin:4px;
}

img.noborder {
	border:0;
}	

img.angebot {
	border:0;
	margin-left:650px;
	margin-top:300px;
}

/* DIV-Css */

#wrap {
	width: 938px;
	background-image: url(images/fauxcol.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#head {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 370px;
}

#leftbox {
	width: 258px;
	float: left;
	background-image:url(images/esel.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content {
	float:left;
	width: 560px;
	padding: 40px;	
	padding-right: 60px;
	padding-top: 0px;
	text-align: left;
}

#footer {
	clear:both;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;	
	width: 938px;
	height: 89px;
}

#bottom {
	background-color: #fff;
	width: 898px;	
	height:120px;
	margin-top:-15px;	
}

#bottom img {
	border:0;
}	

/*--------------Menu---------------------*/

ul#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 380px;
	margin-left:-5px;
	padding-top:10px;
	width: 258px;
}

ul#menu li  {
	display: block;
	background-image: none;
	width:258px;
	height:54px;
	font-size: 18px;
}

ul#menu li a {
	display: block;
	text-indent: 65px;
	padding-top: 20px;
	width: 238px;
	height: 54px;
	text-decoration: none;	
	color: #000;
}

ul#menu li a:hover {
	background-image:url(images/menu_back.jpg);
	background-repeat: no-repeat;
}

#active {
	background-image:url(images/menu_back.jpg);
	background-repeat: no-repeat;
}


/*--------------Bottom-Menu---------------------*/

#bottom ul {
	list-style:none;
	margin-right: 25px;
	padding-top: 20px;
}

#bottom ul li  {
	float: right;
	list-style:none;
}		

/*--------------Special---------------------*/

.center {text-align:center}

.right {text-align: right}

.left {text-align:left}

.floatleft {float:left}

.floatright {float:right}

.clr {clear:both}

.hideme {
	visibility:hidden;
	color:#999999;
}

.infotable {
	width: 100%;
	border-bottom: 3px solid #83B12C;
}	

.infotable td {
	padding:6px;
}	

.tableheader {
	background-color: #83B12C;
	color: #fff;
	height:40px;
	font-weight:bold;
}	

.tablerow1 {
	background-color: #BEE56E;
	height:32px;
}

.tablerow2 {
	background-color: #a6d44e;
	height:32px;
}

.tableseperator {
	line-height:5px;
}	

.w3c {
	border:0;
}

p.special_offer {
	background-color: #a6d44e;
	border-bottom: 3px solid #83B12C;
	border-top: 3px solid #83B12C;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Formular <<<--------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.formular label{
	display: block;
	float: left;
	width: 12em;
	line-height: 1.5em;
}


/* nested fieldset */
#anfrageform fieldset {
	border:0;
	margin:0;
	padding:0;
}


/* input field */
#anfrageform input, #anfrageform textarea {
	border:1px solid #9ACC35;
	background-color:#BEE56E;
	padding:5px;
	color:#000;
	font-size:12px;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
}

#anfrageform input:focus, #anfrageform textarea:focus 		{ color:#fff; background-color:#9ACC35; }
#anfrageform input:active, #anfrageform textarea:active 	{ background-color:#9ACC35; }


/* button */
#anfrageform button {
	outline:0;
	border:1px solid #666;	
}


/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}


.error p {
	margin:0;		
}



/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	border:1px solid #ccc;
	font-size:18px;
	padding:4px;
	text-align:center;
	width:194px;
	
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(js/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(js/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}






/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #006600;font-size:14px;}
#TB_window a:visited {color: #006600;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #006600;}
#TB_window a:focus{color: #006600;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_watermark{
	background-image: url(images/Margarite.png);
	background-repeat:no-repeat;
	z-index:104;
}	
