html,body
	{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family:Avantgarde;
	font-size:14pt;
	background-color:#F05A2D;
	}
a.event_mail{
	color:rgb(118, 146, 60);
	text-decoration:none;
}
p
	{
	padding:20px;
	}
ul
	{
	list-style-image:URL(../img/pfeil.png);
	}
li
	{
	margin-bottom:5px;
	}
span.ahref
	{
	color:#C73600;
	border-bottom:1px dotted #C73600;
	}
span.ahref:hover
	{
	cursor:pointer;
	border-bottom:1px solid #C73600;
	}
table
	{
	margin:auto;
	margin-top:70px;
	width:1000px;
	border-collapse:collapse;
	}
#header
	{
	height:90px;
	width:1000px;
	border:1px solid #000000;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	background-color:#F0E169;
	behavior:URL(border-radius.htc);
	}
#navi
	{
	float:left;
	margin:0;
	width:195px;
	}
	div.lvl1
		{
		color:#C73600;
		padding-left:10px;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:-20px;
		height:35px;
		line-height:35px;
		border:1px solid #000000;
		border-radius:10px 10px 10px 10px;
		-moz-border-radius:10px 10px 10px 10px;
		-khtml-border-radius:10px 10px 10px 10px;
		-webkit-border-radius:10px 10px 10px 10px;
		background-color:#F0E169;
		behavior:URL(border-radius.htc);
		}
	div.lvlhover:hover
		{
		color:#FFFFFF;
		cursor:pointer;
		background-color:#755008;
		}
	div.lvl2
		{
		color:#C73600;
		padding-left:10px;
		margin-top:5px;
		margin-left:10px;
		margin-right:-20px;
		height:30px;
		line-height:30px;
		border:1px solid #000000;
		border-radius:10px 10px 10px 10px;
		-moz-border-radius:10px 10px 10px 10px;
		-khtml-border-radius:10px 10px 10px 10px;
		-webkit-border-radius:10px 10px 10px 10px;
		background-color:#F0E169;
		behavior:URL(border-radius.htc);
		}
#content
	{
	float:right;
	margin:0;
	width:800px;
	min-height:480px;
	border:1px solid #000000;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	background-color:#FFFF99;
	behavior:URL(border-radius.htc);
	}
#footer
	{
	text-align:center;
	width:1000px;
	height:30px;
	font-size:12pt;
	line-height:30px;
	border:1px solid #000000;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	background-color:#F0E169;
	behavior:URL(border-radius.htc);
	}
div.header
	{
	padding-left:12px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:20pt;
	color:#C73600;
	}
div.zitat
	{
	padding-top:10px;
	padding-bottom:0;
	text-align:center;
	color:#F05A2D;
	margin-left:10px;
	margin-right:10px;
	line-height:25px;
	font-size:13pt;
	}
div.zitatautor
	{
	text-align:right;
	font-size:12pt;
	color:#740A00;
	margin-left:400px;
	margin-right:50px;
	}
div.fieldset 
	{
	color:#350000;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
    position:relative;
	padding:5px 5px 5px 5px;
	background:inherit;
	border:1px #000 solid;
	border-width:1px;
	border-style:solid;
	border-color:#B38A37;
	border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	-khtml-border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	behavior:URL(border-radius.htc);
	}
div.legend
	{
	margin-top:0px;
	font-size:16pt;
    color:#C73600;
    text-transform:uppercase;
	}
div.keysentence{
	color:rgb(118, 146, 60);
	font-size:18pt;
	font-weight:bold;
	margin-left:20px;
}
div.announce{
	text-align:center;
	font-size:16pt;
	border-bottom:2px solid black;
	margin-left:20px;
	margin-right:20px;
}
span.announce_head{
	color:rgb(118, 146, 60);
	font-weight:bold;
	font-size:18pt;
}
div.events{
	margin-left:20px;
	margin-right:20px;
	border-bottom:2px solid black;
	padding-bottom:10px;
}
span.event_head{
	font-weight:bold;
	text-decoration:underline;
}
label.contact
	{
	float:left;
	margin-left:20px;
	width:180px;
	}
input[type=text]
	{
	width:250px;
	}
textarea
	{
	width:300px;
	height:100px;
	}