html {
	height: 100%; 
	margin-bottom: 1px;
}
	
body {
	text-align: center;	/* hrahmen im IE zentrieren. */
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 13px; 
	color: #666666;
	background-color: #F5DFB3;
	margin-top: 0px;
	background-image: url(img/back.png);
	background-repeat: repeat-x;	
}
	
#hrahmen {
	margin:0px auto;  /* hrahmen in anderen Browsern zentrieren. */
	text-align: left; /* Text wieder nach links ausrichten. */
	width: 800px;     
}
#head {
	text-align: left;
	position: relative;
	z-index: 2;
	background-image: url(img/header.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 133px;
}
#main {
	text-align: left;
	background-image: url(img/main.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#foot {
	text-align: left;
	position: relative;
	z-index: 2;
	background-image: url(img/foot.png);
	background-repeat: repeat-y;
	height: 15px;

}
#content
	{
	text-align:justify;
	width: 530px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 200px;
}
#contentzwa
	{
	 position:absolute;
	 width:180px;
	 background-color: #FBF5E5;
}
.contentzwatitel
	{
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding-left: 6px;
	color: #484835;
	background-color:#FAECD2;
	border-left: 10px solid #E4AC73;
	border-top: 1px solid #fff;
	line-height: 25px;
}
	

a.menu:link, a.menu:visited, a.menu:active
	{
	margin:0;
	display: block;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 15px;
	border-left: 4px solid #F3E1AF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FBF5E5;
	color:#5A5A43;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Lucida Grande","Lucida Unicode MS",Verdana,Arial,Helvetica,sans-serif;
}
a.menu:hover
	{
	display: block;
	height: 20px;
	font-weight: bold;
	margin:0;
	text-decoration: none;
	padding: 2px 15px;
	border-left: 4px solid #F3E1AF;
	border-bottom: 1px solid #FFFFFF;
	color:#5A5A43;
	font-size: 11px;
	background-color:#F7EBCB;
}

#footer {
	text-align:right;
	border-top: 1px solid #ccc;
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	padding-top:3px;
	margin-top: 10px;
}
a:link, a:visited, a:active {
	color: #5A5A43;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#5A5A43;
}
	h2, h1, h4, h5, h6 {
	margin:0;
}
.imgpic{
	padding: 5px;
	border-right: 3px solid #929091;
	border-bottom: 3px solid #929091;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
h3 {
	font-size: 16px;
	border-bottom:1px solid #E1E1E1;
	margin:0pt;
}
.liste {
	margin-top:0; 
	list-style-type: circle;
}
.belegungsplan {
	font-size: 10px;
	background-color: #FBF5E5;
}
.frei, .belegt, .reserviert, .an, .ab, .yan, .yab, .NV {
	width: 18px;
	text-align: center;
}
.frei {
	background-color: #B7FF6F;
}
.belegt {
	background-color: #FF8888;
}
.reserviert {
	background-color: #FFCC66;
}
.NV {
	background-color: #DADADA;
}
.an {
	background-image:url(belegungsplan/tpl/an.gif);
	background-repeat: no-repeat;
}
.ab {
	background-image:url(belegungsplan/tpl/ab.gif);
	background-repeat: no-repeat;
}
.yan {
	background-image:url(belegungsplan/tpl/yan.gif);
	background-repeat: no-repeat;
}
.yab {
	background-image:url(belegungsplan/tpl/yab.gif);
	background-repeat: no-repeat;
}
.legende {
	margin: 5px 0 5px 0;
	font-size: 10px;
}
.haupt {
	background-color: #F7EBCB;
}
