/* Diese Datei enthaelt alle Website-spezifischen StyleSheets */
body{
				margin:0px;
				padding:0px;
				background:#CCC;
			}
			
			#stage{
				position:absolute;
				width:1024px;
				left:50%;
				margin-left:-512px;
				border:1px solid #333;
				background:url(/common/images/top.jpg) top left no-repeat #FFF;
			}
			
			#contents{
				margin-top:200px;
				margin-left:200px;
				margin-right:240px;
			}
			#innercontents{
				margin-top:530px;
				margin-left:60px;
			}
			
			#pfeile_links{
				position:absolute;
				bottom:0px;
				left:0px;
			}
			
			#schnoerkel_rechts{
				position:absolute;
				bottom:0px;
				right:0px;
			}
			
			#logo{
				position:absolute;
				top:86px;
				right:118px;			
			}
			
			#navi{
				position:absolute;
				top:350px;
				left:20px;
				z-index:10;
			}
			#naviplatzhalter{
				width:200px;
				float:left;
				margin-top:350px;
				height:300px;
			}
			
			#navi span{
				height:23px;
				display:block;
				margin:0px;
				padding:0px;
				padding-top:3px;
				padding-left:25px;
				cursor:pointer;
				background:url(/common/images/kreuz.jpg) center left no-repeat;
			}
			#navi a{
				text-decoration:none;
				color:#99cc00;
				font-size:16px;
				font-weight:bold;
			}
			
			#navi a span, #navi a:link span, #navi a:visited span, #navi a:active span{
				color:#99cc00;
				background:url(/common/images/kreuz.jpg) center left no-repeat;
			}			
			#navi a:hover span{
				color:#dc9f3e;
				background:url(/common/images/kreuz_hover.jpg) center left no-repeat;
			}
			
			#topnavi{
				position:absolute;
				top:108px;
				left:260px;
				width:300px;
				height:40px;
			}
			
			
			#topnavi span{
				height:23px;
				display:block;
				margin:0px;
				padding:0px;
				padding-top:3px;
				padding-left:25px;
				cursor:pointer;
				background:url(/common/images/kreuz.jpg) center left no-repeat;
			}
			#topnavi a{
				text-decoration:none;
				color:#000;
				font-size:16px;
				font-weight:bold;
			}
			
			#topnavi a span, #topnavi a:link span, #topnavi a:visited span, #topnavi a:active span{
				background:url(/common/images/kreuz.jpg) center left no-repeat;
			}			
			#topnavi a:hover span{
				color:#dc9f3e;
				background:url(/common/images/kreuz_hover.jpg) center left no-repeat;
			}
			
			#headerbild{
				position:absolute;
				top:130px;
			}
		
			h1{
				color:#dc9f3e;
				position:absolute;
				top:480px;
				left:260px;
				z-index:10;
			}
			
			.orangebold{
				font-size:12px;
				color:#dc9f3e;
				font-weight:bold;
			}
			
			h2{
				font-size:14px;
				color:#dc9f3e;
			}
			
			.blacknormal{
				font-size:12px;
				color:#000;
				font-weight:normal;
			}
			
			.green, a.green{
				color:#91b316;
				font-weight:normal;
				text-decoration:none;
			}
