body
	{
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: Verdana;
		font-size: 12px;
		background-image: url(../images/bodybg.jpg);
		background-repeat: repeat-x;
	}
	
	
	#container
	{
		width: 995px;
		text-align: center;
	}
	
	#header {
		text-align: right;
		height: 113px;
		background-image: url(../images/head.jpg);
		background-repeat: no-repeat;
	}
	
	
	#mainnav
	{
		height: 28px;
		background-color: #1956B5;
		background-repeat: no-repeat;
		background-position: right;
	}
	
	
	#menu{
		float: left;
	}
	
	.search_linde{
		vertical-align: middle;
	}
	
	.inputbox_linde{
		border: 0px;
		width: 130px;
		height: 15px;
		font-size: 10px;
		color: #50596D;
		vertical-align: top;
	}
	/** Einstiegsboxen in der Startseite **/
	.contentpaneopen_startseite{
		background-image:url(../images/startbox.gif);
		background-repeat: no-repeat;
		color: #002774;
		text-align: left;
		font-size:10px;
		height: 84px;
		width: 338px;
		padding-top:3px;
	}
	/** ==== **/
	
	#rightpart
	{
		float: right;
		width: 229px;
		
	}
	
	
	#adresse{
			height: 210px;
			background-image: url(../images/rightbg.gif);
			background-repeat: no-repeat;
			text-align: left;
			color: #FFF;
			font-size: 12px;
	}
	
	.lamerei{
		margin-left: 30px;
		margin-top: 50px;
	}
	#news{
		text-align: left;
		
		background-repeat: no-repeat;
		background-color: #BFD8EA;		
	}
	
	#contents {
		float: left;
	}
	
	
	#mainpart { 
		height: 211px;
		width: 726px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		background-image: url(../images/flower.jpg);
		background-repeat: no-repeat;
		background-color: #FFF;
		text-align: left;
	}
	
	#content{
		width: 726px;
		padding: 20px;
		background-color: #FFF;
		text-align: left;
	}
	
	#shadow{
			height: 18px;
			background-image: url(../images/mainbottom.gif);
			background-repeat: no-repeat;
	}
	
	form {
		 padding: 0px;
		 margin: 0px;
		 nowrap;
	}
	
	a.scroll{
		text-decoration:none;
			color: #FFFFFF;
			font-weight:bold;
	}
	
	.welcome{
		font-family: verdana;
		color: #FFF;
		font-size:11px;
	}
	
	.entry_box{
		font-family:verdana;
		font-size: 10px;
		color: #4F4F4F;
		}
		
	.entry_box a{
		font-family:verdana;
		font-size: 10px;
		color: #07609C;
		text-decoration:none;
		}