<style type="text/css">
	body
	{
		font-family:Verdana;
		font-size:12px;
		text-align:center;
		margin:0px;
	}
	h1 {font-size:18px;color:#000000;margin-bottom:0px;}
	h2 {font-size:18px;color:#000000;}
	h3 {font-size:14px;color:#000000;}

	p
	{
		font-size : 13px;
		font-family:Arial;
	}
		a:link, a:visited, a:active, a:hover
	{
		text-decoration:underline;
		font-weight:normal;
		color:#5454E0;
		font-size:12px;
	}
		a:active, a:hover
	{
		color:#009999;
	}
		a.menu:link
	{
		color:#eeeeee;
		background-color:#737994;
		text-decoration:none;
	}
		a.menu:visited
	{
		color:#eeeeee;
		background-color:#737994;
		text-decoration:none;
		padding-right: 12px;
		background: url(image/ok.gif) no-repeat 100% 50%;
	}
		a.menu:active, a.menu:hover
	{
		color:#737994;
		background-color:#eeeeee;
	}
	a.menu {
		display:block;
		padding:3px;
		border-top:1px solid #000;
		background-color:#737994;
		text-align:center;
		font-weight: bold;
		color:#eeeeee;
		text-decoration:none;
		line-height : 1.5em;
		letter-spacing : 1px;
	}
		a.innen:link, a.innen:visited
	{
		color:black;
		padding : 2px 2px 2px 2px;
		background-color : #7b7d8e;
	}
		a.innen:active, a.innen:hover
	{
		color:#eeeeee;
		padding : 2px 2px 2px 2px;
		background-color :#7b7d8e;
	}
	#title {
		height:34px;
		padding:5px;
		background-color:#7b7d8e;
		border-bottom:1px solid #000;
	}
	#left {
		background-color:#bdbec6;
		width:128px;
		float:left;
	}
	.menutitle{
		font-weight:bold;
		text-align:center;
		margin:2px;
	}
	.menucontainer {
		border:1px solid #000;
		background-color:#7b7d8e;
		width:106px;
		margin:10px;
	}
	#content {
		overflow: visible;
		float: right;
		border:1px solid #000;
		background-color:#efeff7;
		width:750px;
		padding:0px 40px;
		margin:10px;
		min-height : 800px;
	}
</style>