body {
	margin:1px;
	font-family: georgia;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #525252;
	background-color:white;
	background-image:url('background.png');
}

#container{
	width:950px;
	margin: 0 auto;
	margin-top:50px;
}

div{
		padding:5px;
}

#logo{	
	text-align:center;
}
#menu{
	text-align:Right;
	padding-bottom:0px;
	}
	
a.menuitem{
	background-color:#F1F6DD;
	text-decoration:none;
	padding:3px;
	border:1px solid grey;
	border-bottom: 0px solid;
	margin-right:5px;
}

a.menuitem:hover,a.menuactive:hover{
	background-color:#adda34;
	}
a.menuactive{
	background-color:#FAFFAD;
	text-decoration:none;
	padding:3px;
	border:1px solid grey;
	border-bottom: 0px solid;
	margin-right:5px;
	}
	
#text{
	background-color:#F1F6DD;
	height:500px;
	border:1px solid grey;
	overflow:hidden;	
}

#footer{
height:5px;
font-size:10px;
text-align:right;
}
#links{
	float:left;
	width:390px;
	overflow:hidden;
}
#rechts{
	overflow:auto;
	height:485px;
	width:470px;
	padding-left:30px;
}

img{
	border:1px dotted black;
}

img.no_border{
	border:0px;
}

a,a:visited,a:link{
	color:#0784a0;
}
th,td{
	border:1px solid black;
	padding:2px;
}