body{
	background-image: url("wiese/bg2.gif");
	margin-top: -20;
	font-family: Arial,Verdana;
	color: #232323;
	font-size: 13px;
	text-align: left;
}
.form{
	font-family: Arial,Verdana;
	color: black;
	font-size: 11px;
}
#west{
	position: absolute;
	top: 63;
}
#center{
	position:absolute;
	top: 0;
	left:200;
	width: 500;
}
#head{
	position:absolute;
	left: 0px;
	top: 0px;
	height: 20;
	color: #b5ae94;
	font-size: 18px;
	text-align: right;
	line-height: 18px;
	padding: 10px;
	margin: 2px;
}

#content{
	position: absolute;
	left: 155px;
	top: 64px;
	width: 500px;
	min-height:400px;
	background: #b5ae94;
	border-style: solid;
	border-color:green;
	border-top:2px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	color: black;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	padding: 10px;
	margin: 2px;
}
div#content td{
	color: #232323;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
}

#favorites{
	border-style: solid;
	border-color: green;
	border-width-top:2px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	color: #232323;
	font-size: 13px;
	text-align: right;
	line-height: 18px;
	padding: 10px;
	margin: 2px;
}
div#favorites a{
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#categories{
	border-style: solid;
	border-color: green;
	border-width-top:2px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	color: #232323;
	font-size: 13px;
	text-align: right;
	line-height: 18px;
	padding: 10px;
	margin: 2px;
}
div#categories a{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#calender{
	font-size: 13px;
	z-index:100;
	margin: 2px;
}
div#calender td{
	font-size: 13px;
	color: #232323;
	line-height: 18px;
}
div#calender a{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 64px;
	width: 140px;
	background: #b5ae94;
}
#about {
	background: #b5ae94;
	width:300px;
	height:300px;
	font-size: 11px;
	position: absolute;
	left: 50px;
	top: 50px;
}

