body {
	font-family: arial;
	background-color: #FFFFFF;
	font-size: 9pt;
	background-image: url('images/back_left.gif');
	background-repeat: repeat-y;
	background-position: left;
	}


a {
	text-decoration: none;
	color: #d28a00;
	font-weight: normal;
}
a:hover {
	color: #efb501;
	text-decoration: underline;
}
p {
	padding: 1px;
	margin: 1px;
}
div.container {
	width: 100%;
	min-height: 600px;
	height: 100%;
	padding: 0px;

}

div.header {
	height: 110px;
	width: 100%;
	background-color: #b2116f;
	float: left;
}
div.head_menu{
	position: absolute;
	top: 0px;
	right: 10px;
}
.head_menu img {
	margin: 5px;
}

div.menu {
	float: left;
	width: 195px;
	background-image: url('images/back_menu.gif');
	background-repeat: repeat-x;
	background-color: #7e034b;
	padding-top: 20px;
	z-index: 3;

}

.menu ul a{
	text-decoration: none;
	color: white;
	font-size: 10pt;
	display: block;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
	width:195px;	
}

.menu ul a:hover {
	color: #aa3579;
	text-decoration: none;

	background-color: #f3c3df;
}

.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	z-index: 3;

}
   
.menu ul li{
	list-style: none;
	display: block;
	text-align: center;
}

div.content {
float: left;
width: 68%;
}

.content td {
	font-size: 9pt;
}
.content ul li {
	list-style-image: url('images/li.gif');
}
div.cb { background: url('images/back_content_bottom.jpg') repeat-x 0% 100%; }
div.clt { background: url('images/back_content_left_top.jpg') no-repeat 0% 0%; }
div.clb { background: url('images/back_content_left_bottom.jpg') no-repeat 0% 100%; }
div.cl { background: url('images/back_content_left.jpg') repeat-y 0% 0%; }
div.crt { background: url('images/back_content_right_top.jpg') no-repeat 100% 0%;}
div.crb { background: url('images/back_content_right_bottom.jpg') no-repeat 100% 100%;}
div.cr {	background: url('images/back_content_right.jpg') repeat-y 100% 0%;}
div.cc {	padding: 30px 50px 0px 30px;}

#left {
	white-space: nowrap;
	float: left;
	width: 47px;
}
#left_url {
	float: left;
	clear: left;
	width: 47px;
	margin-top: -163px;
}

#agenda{
	width: 195px;
	height: 245px;
	white-space: nowrap;
	background-image: url('images/back_agenda.jpg');
	background-repeat: no-repeat;
	background-color: #f39b03;

}

#wame {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	
}
table.calendar
	{
	margin-top: 90px;
	width: 185px;
	font-size: 8pt;
	}

table.calendar td{
	text-align: center;
	color: #ffffff;
}
.calendarheader {
	background-color: #eba101;
	color: #ffffff;
	font-weight: bold;
}
.calendarfooter {
	background-color: #ca6900;
	color: #ffffff;
	font-weight: bold;
}
tr.tr1 { background-color: #f3b204; }
tr.tr2 { background-color: #d28a00; }
td.calendartoday {background-color: #eb8c04;}

table.calendar a{
	color: #560049;
}
table.calendar a:hover {
	color: #fee8fb;
	background-color: none;
}
td.calendarfooter a {
	color: #ffffff;
}

div.agenda_blok {
	border: 1px solid #b3b3b3;
}
div.agenda_head {

	background-color: #b3b3b3;
}
tr.agenda_table_head {
	background-color: #7e034b;
	color: #ffffff;
	font-weight: bold;
}
tr.agenda_table_row{
	background-color: #f1f1f1;
	background-image: url('images/back_agenda.gif');
	background-repeat: repeat-x;
	
}
span.agenda_titel {
position:relative;
	}
span.agenda_datum {
	float: right;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: -28px;
	margin-right: 5px;
}
div.agenda_content { 
	padding: 10px 5px 10px 5px;

}
img.agenda_info {
	float: right;
	margin: -20px -5px 0px 0px;
}

