*{
	margin: 0;
	padding: 0;
}
#content ul {
	padding-left: 20px;
	list-style:outside;
	}
#content li {
	padding-bottom: 7px;	
}

body {
	margin-top: 30px;
	background-image:url('images/background.png');
	background-repeat:repeat;
	background-color:blue;
	font-family: Verdana;
	font-size: 13px;
}
/* DIE WRAPS */
#star {
	float:left;
	margin-top: 0px;
	margin-left: 20px;
	background-image:url('images/sterne.png');
	background-repeat:no-repeat;
	width: 180px;
	height: 180px;
}
#headerwrap {
	background-image:url('images/background.png');
	background-repeat: repeat;
	background-color:none;
	width: 100%;
}
#contentwrap {
	width: 100%;
	height: 100%;
}
#footerwrap {
	clear:both;
	width: 100%;
	height: 100%;
}

#maps a {
	font-family: Tahoma;
	font-size: 12px;
	color:#003333;	
}
#menu li a {
	display:block;
	padding:5px;
	font-family: Tahoma;
	font-size: 13px;
	color:#003333;	
}
a:link {
	font-weight:normal;
	text-decoration: none;
}
a:visited {
	font-weight:normal;
	text-decoration: none;
}
#menu li a:hover {
	font-weight:normal;
	text-decoration: none;
	background-color:white;
	margin-left: 2px;
}
a:active {
	font-weight:normal;
	text-decoration: none;
}
a:focus{
	font-weight:normal;
	text-decoration: none;
}
#maps {
	background-image:url('images/maps_bg.png');
	background-repeat:no-repeat;
	width: 520px;
	height: 400px;
	padding:10px 10px 10px 10px;
	margin-left: 60px;
}
#wrap {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:900px;
	height:100%;
}
#banner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:150px;
	background-image:url('images/banner.png');
}
#stars {
	padding-left: 0px;
	width:300px;
	height:100%;
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	
	}
#page {
	margin-left:auto;
	margin-right:auto;
	position:relative;
/*	display:block;*/
	width:900px;
	min-height: 100%;
	height:100%;
	background-image:url('images/content_bg.png');
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
#imagebox {
	float:right;
	max-width:350px;
	min-height:125px;
	width:100%;
	height:100%;
	margin-top:30px;
	margin-left:5px;
	border:#000000 thin solid;
	background:none;
	border:none;
}
#googlemaps {
	float:right;
	max-width:400px;
	min-height:125px;
	width:100%;
	height:100%;
	margin-top:30px;
	margin-left:25px;
	border:#000000 thin solid;
	background:none;
	border:none;
}
#content {
	position:relative;
	margin-top:20px;
	margin-left:10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right:20px;
	background-color:none;
	float:left;
	width:650px;
	min-height:750px;
	height:100%;
}
#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url('images/footer_bg.png');
	background-repeat:no-repeat;
	clear:both;
	padding-top:0px;
	width:900px;
	height: 25px;
}
#menu_top {
	margin-left: 5px;
	background:url('images/menu_top.png');
	background-repeat:no-repeat;	background-position:top;
	width: 150px;
	height: 15px;
}
#menu {
	clear:both;
	margin-top: 0;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 0px;
	margin-right: 15px;
	position:relative;
	float:left;
	width:140px;
	min-height:400px;
	height:100%;
}
#menu li{
	list-style: none;
	border-bottom: #996600 dashed thin;
	width:140px;
}
#unterpunkt {
	border-bottom:none;
	padding-top: 0px;
	width: 120px;
}
#unterpunkt li a{
	border:none;
	padding-top: 7px;
	padding-left: 15px;
	font-size: 11px;
	list-style: none;
	color:#666666;
}
#belegt_startEnd
{
	background-image:url('images/startEnd.jpg');
	background-repeat:no-repeat;
}
#belegt_start
{
    background-image:url('images/start_day.jpg');
    background-repeat:no-repeat;
}
#belegt_end
{
    background-image:url('images/end_day.jpg');
    background-repeat:no-repeat;
}
#belegt {
    background-color:#C00;
}
#emptyCal
{
    background-color:#FFF;
}
.belegCal
{
    width: 100%;
    font-size:80%;
    border-collapse:collapse;
}
.belegCal th
{
    background-color:#999;
    border: 1px solid #FFF;
    border-bottom:1px solid black;
    padding:8px;
}
.belegCal td
{
    background-color:#6C3;
    padding: 8px;
    width: 14.3%;
    border-bottom:1px solid #FFF;
    border-left: 1px solid #FFF;
    text-align:center;

}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:20px;
}

h2 {
	display:block;
	font-family: Tahoma;
	text-transform:uppercase;
	font-weight:400;
	font-size:22px;
	padding-bottom:15px;
	color:#FF9900;
}
.footer {
	font-family:Verdana;
	font-size:11px;
}
.comment {
	font-family: Lucida Console;
	color:#666666;
	font-size: 11px;
}


