@charset "UTF-8";


body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4C4943;  /*#000000*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #e7dfce; /*f8f6eb, decea9, #ffcc99, #dcdbcf, #ffcccc*, #938d80, #e8e6e2*/
}

#bodygeschichte  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4C4943;  /*#000000*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #decea9; /*#736E65;#EAFF71,#C2BAAF, #999387, #c2baaf,#FFCC99*/
}

#bodywohnungen  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4C4943;  /*#000000*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #ffcc99; /*#736E65;#EAFF71,#C2BAAF, #999387, #c2baaf,#FFCC99*/
}


/* --------------- LINKS --------------- */

a {
	color: #938d80; /*#333;*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	width: 99%;
}

.smalltext a {
	text-decoration: none;
	color: #111111;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}

.smalltext a:hover {
	text-decoration: none;
	color: #111111;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000; 
}

.warnungsmeldung {
	text-decoration: none;
	color: #FF0000;
}


.thrColFixHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	height: auto; /*#EAFF71*/
} 

.headerLogo {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

.thrColFixHdr #header {
	padding-left: 23px;
	margin-bottom: 30px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #777777;
}
/* CHANGE */
.thrColFixHdr #mainContent {
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	overflow: auto;
} 
.thrColFixHdr  #mainContentIndex {
	height: auto;
} 
.thrColFixHdr #footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* #footer a  {
	text-align: center;
	color: #333; 
} 
#footer a:hover  {
	color: #900;
} */

/* --------------- STRUCTURE --------------- */

.fltrt { /* The floated element must PRECEED the element it should be next to on the page. */
	float: right;
}
.fltlft { 
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.line { /*trying to define HR*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 4px solid #222222;
	width: 100px;
	}
	

/* --------------- IMAGE PAGES --------------- */

.contentimage {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* --------------- xxx --------------- */

/*.contentBackground {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #CCFF00;
} */


/* --------------- TEXT PAGES --------------- */

.contentText {
	height: 508px;
	width: 360px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	overflow: auto;/* --------------- Test --------------- */
}


.contentText a {
	color: #333;
	text-decoration: none;
}

.contentText a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #999;
	text-decoration: none;
}


/* --------------- INDEX --------------- */

.contentIndex {
	padding-bottom: 5px;
}

/* --------------- SOLID BACKGROUND --------------- */

.contentSolidBackground {
	height: 508px;
	width: 360px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #f8f6eb; /*#ffcc99; #F6FFC7; background-color: fbf7ef;#FFFF66; #fefdec; #efeed9; #f7e6bf, #efdeb8; 	*/
	overflow: auto;
}

.contentSolidBackground a {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C30;*/
	color: #938d80;/*#C30;*/
	text-decoration: none;
}

.contentSolidBackground a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #999;
	text-decoration: none;
}

/* --------------- BACKGROUND --------------- */

.contentTextImage {
	background-color: #FFFFFF;
	height: 508px;
	width: 360px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}


/* --------------- TYPE STYLING --------------- */

.capsbold     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	/*line-height: 18px; */
	color: #4C4943; /*  #666666 */
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.headeritalic     {
	color: #222222;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 5;
	font-weight: bolder;
}

.largetext {
	text-decoration: none;
	color: #000000; /*#4C4943; */
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
}

.largetext a {
	text-decoration: none;
	color: #C30; /*#4C4943; */
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
} 

.largetext a:hover {
	text-decoration: none;
	color: #999; /*#4C4943; */
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
} 

/* ------ FOOTER STYLING -------- */

.largetextfooter {
	text-decoration: none;
	color: #4C4943;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	font-family: "Times New Roman", Times, serif;
	font-variant: bold;
}

.largetextfooter a {
	text-decoration: none;
	color: #4C4943;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	font-family: "Times New Roman", Times, serif;

} 

.largetextfooter a:hover {
	text-decoration: none;
	color: #900; /*#4C4943; */
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
} 
/* ------ FOOTER STYLING -------- */

.verylargetext {
	text-decoration: none;
	color: #000000; /* #4C4943 */
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.largetextbold {
	text-decoration: none;
	color: #4C4943;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.smalltext {
	text-decoration: none;
	color: #111111;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}
.smalltextfooter {
	text-decoration: none;
	color: #4C4943;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.smalltextfooter a {
	text-decoration: none;
	color: #4C4943;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
.smalltextwohnungen {
	color: #FF0000;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	background-position: bottom;
}

.smalltextItalic {
	text-decoration: none;
	color: #111111;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	font-style: italic;
}
	
.categoryHeaders {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center;
	text-align: center;
}

.highlight {
	text-decoration: none;
	color: #000;	/*border-bottom-width: 1px;
	border-bottom-style: dotted; */
	font-weight: bold;
}
	
	
/* --------------- RESERVATIONS --------------- */

.reservation {
	color: #FF0000;
}
.reservation a {
	color: #C30;
	text-decoration: none;
}

.reservation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #999;
	text-decoration: none;
}
/*.reservation {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px dotted #000000;
	width: 85px;
}
.reservation a {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
}

.reservation a:hover {
	text-decoration: none;
	color: #FF0000;
}

.agb {
	margin: 0;
	padding: 12px;
	text-align: left;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
}
*/

/* --------------- RESERVATIONS --------------- */




/* styles order form and newsletter form */
#buchorderdesc {
	float: left;
	width: 400px;
	margin-bottom: 13px;
	background-color: #FFFFFF; 
}
#buchorderform {
	float: left;
	width: 360px;
	background-color: #FFFFFF;
}
label {
	clear: both;
	float: left;
	width: 6em;
	padding-top: 1px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.inputlong {
	width: 240px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
}
.inputmiddle {
	margin: 0 0 13px 0;
	width: 150pt;
}
.inputselect {
	margin: 0 0 13px 0;
	width: 100pt;
}
.inputcheck {
	float: left;
	margin: 0px 5px 0 0;
}
.inputchecktxt {
	float: left;
	margin: -1px 0 13px 0;
}
* html .inputchecktxt {
	margin: 2px 0 13px 0;
}
.inputcarteblanche {
	margin: 0 0 13px 20px;
	width: 200px;
}
.buchbutton {
	float: left;
	width: 100px;
	margin: 15px 0 0 0;
}
.newsletterbutton {
	float:left;
	width: 100px;
	margin: 0 0 0 20px;
}
.newslettercheck {
	float: left;
	margin: 0 0 13px 12px;
	width: 10pt;
}
.newsletterchecktxt {
	float: left;
	margin: -1px 0 13px 8px;
}
* html .newsletterchecktxt {
	margin-top: 3px;
}

