BODY {

	margin: 0px;
	padding: 0px;

	background-color: #ffffff;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}


H1 {
	font-size: 20px;
	color: #A49472;
}

A {
	color: #826028;
	text-decoration: none;
}
	
A:hover {
	color: #C3923F;
	text-decoration: underline;
}

.banner {
	background-image: url(images/banner_m.jpg);
	position: absolute;
	width: 100%;
	height: 120px;
	
}

.bannerlogo {
	background-image: url(images/banner_l.jpg);
	position: absolute;
	width: 578px;
	height: 120px;
}


.navigation {
	background-image: url(images/leftbar_m.gif);
	background-repeat: repeat-y;

	position: absolute;

	width: 157px;

	height: 100%;


	line-height: 18px;

	top: 120px;
	left: 0px;

}

.navigation A {
	font-weight: bold;



	width: 100%;

	background-color: #CCD3D8;
	
	margin-bottom: 1px;

	padding: 1px;
	padding-left: 10px;

	border: 1px solid #7B8B92;

	border-left: none;
}

.navigation A:hover {
	background-color: #ECF2F6;
}

TABLE {
	font-size: 12px;
}


.maincontent {

	top: 120px;
	left: 157px;
        position: absolute;
	
	vertical-align: top;
	
	padding: 10px;
}


.immotable {
	border: 1px solid #7B8B92;
	background-color: #F0F5F9;

	width: 100%;

	empty-cells: show;

}

.immotable .reserviert {background-color: #E3ED73;}

.immotable .frei {background-color: #74F486;}

.immotable .vermietet {background-color: #F16B47;}

.immotable .firstcol {
	font-weight: bold;

}

.immotable TD,TH{
	font-size: 12px;
	padding: 2px;

}

.immotable TR {
	line-height: 20px;
	
}

.immotable TH {
	font-size: 14px;

	color: #ffffff;
	background-color: #234969; 
	border: 1px solid #172F43;
}

.immotable TD {
	border-right: 1px solid #7B8B92;
	border-bottom: 1px solid #7B8B92;
}