/****************************************************
Willkommen in den Ferienwohnungen bei Fam. Doering
*****************************************************/

/******************General Elements******************/
* {
	padding:0;
	border:0;
	color:#000000;
}
html, body { /* activates vertical scrolling especially on FF */
	min-height: 100%;
	padding-bottom: 1px;
	}
body {
    background:#cccccc;
	margin-top:10px;
	font-size:62.5%;
}
IMG {
	BORDER-RIGHT: #0066cc 4px outset;
	BORDER-TOP: #0066cc 4px outset;
	BORDER-LEFT: #0066cc 4px outset;
	BORDER-BOTTOM: #0066cc 4px outset;
	margin-top: 20px;
}
 body,
input,
textarea { /* since we mostly use only one font per project just define it global
              some browsers need input and textarea to be defined extra!
              as if it would not be covered by body {} */
	
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
p{
	margin:6px 0 6px 0;
	font-size:1.2em;
	color:#4c5961;
	text-align:center;
}
h1{
	color:#000000;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
	margin: 2px 0 30px 0;
	border:#000000 solid 1px;
	width:650px;
	padding-bottom: 2px;
}
h2{
	color:#333333;
	font-size:1.4em;
	text-align: center;
	margin: 55px 0 0 0;
}
h3 {
	color:#333333;
	font-size:1.6em;
	padding:10px 0pt 7px;
}
h4 {
	color:#333333;
	font-size:12px;
	padding:30px 0pt 7px;
	font-weight: bold;
	text-align:center;
}
t {
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	color:#4c5961;
}
a,
a:link,
a:hover,
a:visited {
	color:#3366CC;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	
	color:#333333;
	text-decoration:none;
}
/*****Structure*****/
#main_holder {
	width:850px;
	margin:0 auto;
	padding:10px 0 0 0;
	float:left;
}
#header_txt {
	float:right;
	width:650px;
	text-align: center;
	height: auto;
	font-weight: bold;
}
#navi {
	background-color:#999999;
	float:left;
	width:135px;
	height:auto;
	margin:70px 0 0 10px;
	border-bottom:#333 solid 1px;
	border-top:#fff solid 1px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
#navi_body {
	width:135px;
	height:auto;
	border-bottom:#333 solid 1px;
	border-top:#FFFFFF solid 1px;

}
#navi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:100%;
	}
#navi img {
	border:0px
	}
#navi li a,
#navi li a:link,
#navi li a:visited{
	background:#99999;
	padding:6px 0 5px 0;
	width:100%;
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:#333333 solid 1px;
	border-top:#fff solid 1px;
}
#navi li a:active,
#navi li a:hover,
#navi li a:focus{
	color:#3366CC;
}
#main_content {
	margin:10px 0 30px 30px;
	float:right;
	width:650px;
	height:auto;
}
#main_contfrm {
	margin:50px 10px 0 10px;
	float:right;
	width:650px;
	height:120px;
	float:left;
	font-size:10px;
}
#main_content_txt {
	margin:50px 0 0 5px;
	float:left;
	width:650px;
	height:120px;
}
#main_content_txt p{
	width:550px;
	text-align:left;
}
#gallery {
	width:400px;
	height:auto;

}
#gallery img{
	float:left;
	margin: 5px 0 0 0;
	border: 2;
}
#gallery img1{
	float:left;
	margin: 40px 0 0 0;
}
#gallery span{
	display: block;
	float: left;
	width: 100px;
	margin: 90px 0 0 5px;
	font-size: 12px;
}
#content {
	margin:5px 20px 0 20px;
	float:right;
	width:620px;
	height:423px;
	border: #3399FF solid 4px;
}
#contant_img1 {
	width:430px;
	height:180px;
	float:left;
}
#contant_img2 {
	width:400px;
	height:180px;
	float:right;
}
#contant_img3 {
	width:400px;
	height:180px;
	float:left;
}
#contant_img4 {
	width:400px;
	height:170px;
	float:left;
}
.border {
	border:#000 solid 1px;
	width:650px;
	height:20px;
}
#cont_img {
	float:right;
	margin:10px 0 0 0;
}
#cont_txt {
	width:200px;
}
#cont_txt p{
	text-align:left;
}

/*----Form----*/

.frm {
	float: left;
	padding: 0 5px 0 0;
	width: 300px;
	margin:5px 0 0 5px;
}
.frm form{
	float: left;
}
.frm input,
textarea.textarea,
.frm select {
	background:#eee;
	width:170px;
	height:15px;
	border: solid 1px #999;
	border-left: solid 2px #666;
	font-family:Verdana;
	font-size:0.9em;
	margin:0 0 5px 0;
	padding:3px 2px 1px 3px;
	float:left;
}
textarea.textarea {
	height: 80px;
}
.frm select {
	width:179px;
	height:20px;
}
.frm label {
	width:120px;
	display:block;
	float:left;
	margin-top: 5px;
	font-size:1em;
}
.frm input.missing,
#txt_area textarea.missing {
	background-color:#fff;
	border:2px solid #fcb913;
	color:#BE4919;
}
#submit input{
	float:left;
	border: solid 1px #999;
	border-left: solid 2px #666;
	padding:3px;
	background: #fff;
	height: auto;
	width: 75px;
}
#reset input{
	float:left;
	border: solid 1px #999;
	border-left: solid 2px #666;
	margin:5px 0 0 60px;
	padding:3px;
	background: #fff;
	height: auto;
	width: 75px;
}
.frm p {	
	clear:both;
	margin-bottom:0px !important; /* the !important is required, otherwise IE overrides it */
	margin-top:0px !important;	
}
.frm p.fsbmt input {
	margin:10px 0 0 5px;
	width:104px;
	height:auto;
	border: solid 1px #999;
	border-left: solid 2px #666;
	background-color:#fff;
	padding:0px;
	float: right;
}
.frm p label.radio {
	width:auto;
	margin-right:5px;
}
html:first-child .frm p input.radio, 
.frm p input.radio, 
.frm p.radio input,
.frm p input.checkbox,
.frm p.checkbox input {
	width:auto;
	height:auto;
	border:none;
	background:none;
	margin: 4px 15px 10px 0;
}
.frm p span.radio,
.frm p.radio span {
	display:block;
	float:left;
	width:140px;
	margin-top: 5px;
}
html>/**/body .frm p input.radio{
	margin: 7px 15px 10px 0;
}
/******Redaxo Elements******/

div.cnt-blck { /* textile is putting it's output in such blocks */
	clear:both;
}
div.image p { /* picture description text */
	font-size:Xem; /*define some small font size */ 
	float:none;
}
.fl-left { /* can be added as class on image divs for left alignment */
	float: left;
	margin: 3px 20px 0 0;
}
.fl-right { /* can be added as class on image divs for right alignment */
	float: right;
	margin: 3px 0 0 20px;
}
.txt-algn-left {
	text-align:left;
}
.txt-algn-rght {
	text-align:right;
}
.txt-algn-cntr { /* can be added as class on image divs for centered images */
	text-align:center;
}
.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size:0;
	visibility: hidden;
}
.hidden {
       display:none;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- 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: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- 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: #fff;
	z-index: 102;
	color:#000;
	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;
}
