/***************************************/
/* general properties for the body tag */
/***************************************/
BODY {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #7C7865;
	background: url(../images/backgroundBody_gif.gif);
	text-align: center;
}

IMG {
	border: 0;
}

UL {
	margin: 0px;
	padding: 0px;
}

A:LINK, A:VISITED {
	color: #7C7865;
}
A:HOVER, A:ACTIVE {
	color: #721102;
}

/*************************************/
/* properties for the main container */
/*************************************/
.hr {
	position: absolute;
	z-index: 0;
	height: 32px;
	width: 100%;
	background: url(../images/hrBackground_gif.gif) repeat-x;
}
#hrTop { top: 60px; left: 0px; }
#hrMiddle {	background: #620203; height: 165px; width: 100%; position: absolute; top: 97px; left: 0px; z-index: 0}
#hrBottom { top: 267px; left: 0px; }
#innerHrTop { position: relative; top: 10px; }
#innerHrBottom { 
	position: relative;
	top: 1px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	letter-spacing: 25px;
}
#innerHrBottom li {
	display: inline;
}

#mainContainer {
	position: relative;
	z-index: 1;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 855px;	
	background: #F2E9D8;
	min-height: 500px;
	text-align: left;
}
BODY > #mainContainer { margin: 50px auto 50px; }

#header01 { margin-top: 15px; }

h1 { margin: 15px; clear: both; }
#header, h2, h3 { margin: 0px; }

#mainContainer .content {
	line-height: 175%;
	width: 485px;
	clear: both;
}
#contentFrame P, #contentFrame TABLE {
	margin: 15px;
}

.divider { margin-top: 10px; }

.centered { text-align: center; }

.pictureFrame {
	border: 1px solid #620203;
	padding: 1px;
	height: 135px;
	width: 135px;
}

#frame01 { float: left; }
#frame02 { float: right; clear: both; }
#frame03 { float: left; clear: both; }

#teaser01 { margin: auto; margin-top: 55px; float: right;}
#teaser02 { margin: auto; margin-top: 55px;  float: left; }
#teaser03 { margin: auto; margin-top: 55px; float: right }

#sidebar { width: 280px; float: left; padding: 15px; }

#contentFrame { float: left; width: 510px; }

/* IE hack for box model (padding + width ) */
#mainContainer > #sidebar { width: 295px; }

#footer {
	height: 25px;
	width: 100%;
	clear: both;
	letter-spacing: 25px;
	text-align: center;
	background: url(../images/backgroundFooter_gif.gif);
}
#footer li { display: inline; }
TABLE.tableBuchungskalender {
	margin: 15px;
	border-collapse:collapse;
}
.tableBuchungskalender TD {
	border: 1px solid #CBA661;
	width: 15px;
	text-align: center;
	height: 20px;
	}
TD.month {
	background: #E6D3B0;
	text-align: left !important;
	padding: 0 5px 0 5px;
	
}
.komplettAusgebucht {
	background: #620203 !important;
	color: #FFFFFF;
}
.teilweiseAusgebucht {
	background: #D6B77C; !important;
}
TABLE.table_content {
	width: 100%;
}
TABLE.table_content CAPTION {
	text-align: left;
	font-weight: bold;
	margin: 5px 0 2px 15px;
}
TABLE.table_content TH {
	padding: 0px;
	font-weight: normal;
	background:	#E6D3B0;
	border: 1px solid #CBA661;
	border-width: 1px 0 0 1px;
}

TABLE.table_content TD DIV, 
TABLE.table_content TH DIV {
	margin: 0px;
	padding: 0;
	height: 15px;
	border: 1px solid #FFFFFF;
	border-width: 1px 0 0 1px;
	height: 22px;
	line-height: 22px;
}
.last, .last {
	border-right: 1px solid #CBA661;
}
.bottom_last {
	border-bottom: 1px solid #CBA661;
}
TABLE.table_content TD {
	padding: 0px;
	border: 1px solid #CBA661;
	border-width: 1px 0 0 1px;
}
TABLE.table_content .col1 {
	background: #EDE0C9;
}
TABLE.table_content .col0 {
	background: #F2E9D8;
}
UL.list {
	margin: 0 0 0 25px;
}
UL.list LI {
	margin: 2px 2px 0 15px;
	list-style: url(../images/dot.gif);
}

.sButton {
	background: #E6D5B5;
	border: 1px solid #620203;
	font-size: 11px;
	font-weight: bold;
	width: 125px;
	cursor: pointer;
}
.sButton:hover {
	background: #620203;
	color: #FFFFFF;
}

LABEL {
	float: left;
	width: 225px;
	padding-left: 2px;
}
.input, .textarea, .select { 
	width: 260px;
	margin: 0 0 10px 0;
	background-color: #F9F4EC;
    border: 1px solid #620203;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7865;
}
.checkbox {
	margin-bottom: 10px;
}
FIELDSET {
	border: 0;
	padding: 0;
}
LEGEND { color: #620203; padding-bottom: 10px; }
.sButtonP { margin-left: 227px; }
.mailform { margin-left: 15px; }