/* wombats base.css, august 2007, maria putzhuber */

@import url(navigation.css);
@import url(content.css);

@media screen
{
* {
	margin: 0;
	padding: 0;
}

fieldset, img { 
  border: 0 solid;
 }

html { 
   height: 100%;
}

body {
    min-height: 101%;
	 font-size: 100.01%;
	 font-family: Verdana, Helvetica, sans-serif;
    color: #000;
    background: #00abd4;
    text-align: left;
}

#pageframe {
	width:940px;
	margin:0 auto;
	position:relative;
}

#header {
	color: #000;
   background: #ffcc00;
	min-height:83px;
	position:relative;	
}

#centerframe {
}

#footer {
	clear:both;
	text-align: center;
	margin:10px auto;		
}


#metanav {
	float:right;
	margin:15px 6px 0 0;
}


#langnav {
	clear:right;
	float:right;
	margin:6px 6px 0 0;
}


#logo {
	padding: 10px 0 0 43px;
	background:#FFCC00;
	color:#000;
	font-size:0.9em;	
}

#city {
	position:absolute;
	left:240px; 
	top:36px;
}


#mainnav {
	height:69px;
	background: url(../img/header/menu-blau.gif) no-repeat top right ;
	position:relative;
	vertical-align:top;
}

#bct {
	position:absolute;
	right:12px;
	bottom:12px;
}

#leftnav {
	float:left;
	width:230px;
	z-index:10;

}

#rightnav {
	float:right;
	width:197px;
	z-index:20;
  
}

#center {
	z-index:1;
	margin: 0 197px 0 230px;
	position:relative;
	padding-top:0;
	
}

#content {	 
	position:relative;
	float:left;
	margin-top:3px;
}

#contact {
	width:492px;
	margin:10px 0;
	float:left;	
}

.twocolumns #contact {
        width:700px;
}

.twocolumns #center {margin-right:0;}
.twocolumns #center #content {width:710px;}
.twocolumns #rightnav {display:none;}

.skip, .hide {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
}

  .skip:focus, .skip:active {
    position: absolute;
    top: 12px;
    left: 12px;
    height: auto;
    width: auto;
	 font-size:0.6em;
	 color:#0C3086;
	 font-weight:bold;
	 text-decoration:none;
}
/* 
#pageframe #specials, #sub #pageframe #specials {
	background: url(../img/leftnav/weihnachtsmann.png) no-repeat left top;	
}
*/

}



p.alignright{text-align:right}

div.contentblock{float:none;clear:both}

/* forms fix select width */
.tx-p2yafome #roomcategory, .tx-p2yafome #persons {
	width:auto;
}

#addThis {
	position:absolute;
	top:105px;
	right:12px;
}