/* page.css Grundaufbau des Layouts */

/* +++++++++++++ Generelle Definitionen +++++++++++++ */	

*{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear:both;
	visibility:hidden;
}


/* +++++++++++++ Body & BG +++++++++++++ */	
body{
	background:url(Bilder/bg.gif) repeat #000000;
}

	#top-bg{
		background:url(Bilder/bg-brush.gif) repeat-x;
		width:100%;
		height:528px;
	}
	
	#logo{
		position:relative;
		top:50px;
		left:40px;
		background:url(Bilder/wappen.gif) no-repeat;
		z-index:-20;
		width:265px;
		height:582px;
		float:left;
	}
	
/* +++++++++++++ Wrapper +++++++++++++ */	
	
	#page{
		margin-top:52px;
		margin-left:-43px;
		width:735px;
		float:left;
		}
	
/* +++++++++++++ Navigation +++++++++++++ */	
		#navi{
			width:735px;
			height:47px;
			background:url(Bilder/navi-bg.png) no-repeat;
		}
		
			#navi > ul,
			#navi > ul > li{
				display:inline;
				float:left;
				list-style:none;
				height:47px;
			}
			
			#navi > ul > li{
				padding: 15px 0 0 33px;
			}
			
/* +++++++++++++ Header +++++++++++++ */	
		
		#header{
			margin: auto;
			width:735px;
			height:202px;
		}
			
/* +++++++++++++ Artikelbox +++++++++++++ */

		.artikelbox{
			margin: 5px 0 0  7px;
			width:360px;
			float:left;
		}
		
			.artikelbox-head{
				background:url(Bilder/artikel-bg-top.png) no-repeat;
				width:360px;
				height:12px;
			}
			
			.artikelbox-bg{
				background:url(Bilder/artikel-bg.png) repeat-y;
				width:360px;
			}
			
			.artikelbox-bottom{
				background:url(Bilder/artikel-bg-bottom.png) no-repeat;
				width:360px;
				height:14px;
			}
			
/* +++++++++++++ Imageslider +++++++++++++ */
		
		#slider{
			background:url(Bilder/slider-bg.png) no-repeat;
			width:728px;
			height:119px;
			margin: 3px 1px 0 6px;
		}
		
/* +++++++++++++ Newsbox +++++++++++++ */

	#newsbox{
		width:728px;
		margin: 2px 1px 0 6px;
	}
	
		#newsbox-top{
			background:url(Bilder/news-bg-top.png) no-repeat;
			width:728px;
			height:18px;
		}
		
		#newsbox-bg{
			background:url(Bilder/news-bg.png) repeat-y;
			width:728px;
		}
		
		#newsbox-bottom{
			background:url(Bilder/news-bg-bottom.png) no-repeat;
			width:728px;
			height:17px;
		}
		
/* +++++++++++++ Footer +++++++++++++ */

	#footer{
		width:100%;
		margin: 50px 0 0 17%;
	}