body{
font-family: "Times New Roman", serif; 
color:#000000; 
font-size: 12px; 
line-height: 18px; 
background-color: #fff;
text-align: left;
}


/* Innen- und Aussenabstände für alle Elemente ausschalten */
* {
margin: 0px;
padding: 0px;
}

h1, h2, h3{
font-family: Arial, Helvetica, Verdana, serif;
color: #000;
font-style: normal;
font-weight: bold;
}

h1{
   
	font-size: 25px;
}

h2{

	font-size: 18px;
}

h3{
	font-size: 14px;
	
}

p{
}

/*==================== IDs ==========================*/
#background{
background-color: #fff;
}

#seite{
width: 700px;
background-color:#fff;
}

#header,#mainNavigation,#navigation,#linkeSpalte,#footer{
display: none;
}

#content {
font-family: "Times New Roman", serif;
color: #000;
/*width: 789px;*/
width: 700px;
background-color: #FFFfff;
}

#content p{
font-size: 14px;
line-height: 20px;
margin-bottom: 5px;
}
#content h1{
margin: 40px 0px 10px 0px;
}
#content h2{
margin: 0px 0px 10px 0px;
}


#ferienwohnungen, #belegungsplan, #buchungsformular{
font-size: 12px;
line-height: 16px;
color: #000;
/*margin: 0px 80px 20px 90px;*/
}
#buchungsformular{
padding-top: 30px;
}
p img.floatLeft{
margin-right: 10px;
}
p img.floatRight{
margin-left: 10px;
}

/*==================== Klassen ==========================*/
.floatRight{
float: right;
}

.floatLeft{
float: left;
}

.clear{
clear: both;
}

.region,
.region_breit{
float: left;
margin: 50px 3px 20px 5px;
width: 183px;
color:#000066; 
font-size: 11px; 
line-height: 18px; 
}
.region_breit{
  width: 380px;
}

.textbox{
width:200px;
margin: 10px 5px 5px 5px;
font-size: 12px;
font-family: Arial, Helvetica, Verdana, sans serif;
color: #1E2701;
}
.textbox h1{
color: #A93207;
font-size: 12px;
font-weight: bold;

}

.lead{
font-size: 15px;
	margin: 20px 0px 20px 0px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
}

.klein{
	font-size: 9px;
}
.fett{
font-weight: bold;
}
.streifen{
float: left;
}

.media_box{
margin: 10px 0px 10px 10px;
padding: 6px;
border: 1px solid #764001;
}

.box_ferienwohnung{


margin-bottom: 20px;
width: 600px;
min-height: 190px;
* html height: 190px;
border: 1px solid #000;
background-color: #fff;
padding: 5px;
}
.box_ferienwohnung p{
margin-top:20px;
font-family: Arial, Verdana, sans serif;
line-height: 18px;
}

.box_ferienwohnung img{
margin-left: 15px;
}

#bilder{
width: 200px;
float: left;
height: auto;
margin-right: 15px;
}
#bilder img{
margin-bottom: 5px;
}
/*css für belegungsplan*/


.tab_belegungsplan{
width: 600px;
font-size: 14px;

/*border: 1px solid #A93001;*/
}
.tab_belegungsplan td{
text-align: center;
padding: 3px;
height: 20px;
}
.frei, .belegt, .teilbelegt{
border: 1px solid #000;
}

.frei, .icon_f{
border: 1px solid #000;
background-color: #FFF;
}
.belegt,.icon_b{
border: 1px dotted #000;
background-color: #BBB;
}
.teilbelegt,.icon_tb{
border: 1px dashed #000;
background-color: #DDD;
}

.frei a, #belegungsplan a{
color: #000;
text-decoration: none;
display: block;
height: 20px;
}
.icon_f,.icon_b,.icon_tb{
margin-right:  10px;
width: 50px; 
height: 16px; 
padding:3px;
text-align: center;
}

.hide_printversion{
display: none;
}
/* ****  Barrierefreiheit **** */
.acc,
dfn {
	display:none;
}
.pageHeader,
.hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}
