body {
	margin: 0px;
	padding: 0px;
	background-color: #F4EAE5;
	color: #ebe8e6;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px; 
	overflow: -moz-scrollbars-vertical !important;
}

div#site {
	width: 710px;
	left: 50%;
	margin-left: -355px;
	background-image: url("../images/bg.gif");
	position: absolute;
}

div#left {
	/*width: 10px;
	height: 410px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: url("../images/vleft.jpg");*/
}

div#right {
	/*width: 10px;
	height: 410px;
	margin-left: 700px;
	top: 0px;
	position: absolute;
	background-image: url("../images/vright.jpg");*/
}

div#top {
	width: 690px;
	height: 30px;
	margin-left: 10px;
}

div#middle {
	width: 690px;
	height: 154px;
	margin-top: 15px;
	margin-left: 10px;
}

div#main {
	width: 660px;
	margin-top: 15px;
	margin-left: 25px;
}

div#bottom {
	background-image: url("../images/bottom.gif");
	width: 710px;
	height: 36px;
}

div#metanavigation {
	width: 660px;
	height: 30px;
	margin-left: 230px;
	top: 0px;
	position: absolute;
	margin-left: 15px;
	background-color: #9A3333;
	color: white;
}

div#logo {
	width: 200px;
	height: 154px;
	margin-left: 15px;
}

div.logo-border{
	border: 2px solid #757167;
}

div#eyecatcher {
	width: 445px;
	height: 154px;
	margin-left: 230px;
	top: 45px;
	position: absolute;
}

/* mainmenu */

div.mainmenu-lev-1{
	padding-left: 10px; 
	padding-bottom: 8px;
}

div.mainmenu-lev-2{
	padding-left: 20px; 
	padding-bottom: 4px;
}

a.mainmenu-lev-2-no:link,
a.mainmenu-lev-2-no:visited{
	text-decoration: none;
	color: #D3A4A4;
	background-image: url(../images/nav_quad_red.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 6px;
}

a.mainmenu-lev-2-no:hover,
a.mainmenu-lev-2-act:link,
a.mainmenu-lev-2-act:visited{
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/nav_quad_white.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 6px;
}

div.mainmenu-lev-3{
	padding-left: 30px; 
	padding-bottom: 1px;
}

a.mainmenu-lev-3-no:link,
a.mainmenu-lev-3-no:visited{
	text-decoration: none;
	color: #D3A4A4;
}

a.mainmenu-lev-3-no:hover,
a.mainmenu-lev-3-act:link,
a.mainmenu-lev-3-act:visited{
	text-decoration: none;
	color: #ffffff;
}

div.back{
	position: relative;
	top: 15px;
}

div.back-vt{
	position: relative;
	top: -15px;
}

input.submit{
	color: #810000;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

/* event calendar */

div.calendar{
	padding-left: 20px;
}

span.calendar-year{
	color: #810000;
	font-size: 15px;
	padding-left: 4px;
	padding-right: 4px;
}

#calendar-month{
	padding-top: 8px;
}

#calendar-month a:link,
#calendar-month a:visited{
	background: white;
	text-decoration: none;
	font-weight: bold;
	width: 31px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 1px;
}

#calendar-month a:hover,
#calendar-month a.act:link,
#calendar-month a.act:visited{
	background: #810000;
	text-decoration: none;
	font-weight: bold;
	width: 31px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 1px;
	color: white;
}

div.clear-both{
	clear: both;
}

div.calendar-days{
	float: left;
	width: 227px;
}

table.calendar-days{
	width: 217px;	
	margin-top: 10px;
}

table.calendar-days th{
	background: #C8908D;
	text-align: center;
	color: white;
	font-weight: normal;
}

table.calendar-days td{
	background: white;
	text-align: center;
	color: #810000;
	height: 20px;
}

table.calendar-days td.selected{
	background: #FBE798;
	font-weight: bold;
}

table.calendar-occupancy{
	margin-top: 10px;
}

table.calendar-occupancy td.free{
	width: 28px;
	background-color: white;
	height: 20px;
}

table.calendar-occupancy td.occupied{
	width: 28px;
	background-color: #FBE798;
	height: 20px;
}

table.calendar-occupancy td.text{
	padding-left: 8px;
}

table.events-margin-top{
	margin-top: 15px;
}

div.events-stage-image{
	padding-left: 10px;
	padding-top: 18px;
}

div.events-stage-text{
	padding-left: 12px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

span.headline{
	font-weight: bold;
	color: #810000;
}