/* 	Interessengemeinschaft Burg Bucherbach (burg-bucherbach.de) */

@import url('reset.css');
@import url('typography.css');

	/* Body */
	* { margin: 0px; padding: 0px; }
	body { background: #B4A89A; margin: 0 auto; text-align: center; }
	
	#main-wrapper { background: #9C9384; background-repeat: repeat-y; width: 832px; margin: 0 auto; text-align: center; } 
	
	/* Standards */
	span { display: none; }
	hr { display: none; }
	.hide { display: none; }
	.clear { clear: both; }
	.center { text-align: center; }
		
	/* HEADER */
	#header { width: 832px; height: 333px; position: relative; text-align: center; }
	
	#obenlinks  { width: 260px; height:  35px; background: url('../img/obenlinks.png') no-repeat; position: absolute; top: 0px; left: 0px; }
    #obenrechts { width: 572px; height:  35px; background: #8A8275; position: absolute; top: 0px; left: 260px; }

	
	#logo  a{ width: 260px; height: 298px; background: url('../img/logo.png') no-repeat; position: absolute; top: 35px; left: 0px; }
	
	#img1  { width: 272px; height: 298px; background: url('../img/img1.png') no-repeat; position: absolute; top: 35px; left: 260px; }
	
	#balken { width: 27px; height: 298px; background: url('../img/balken.png') no-repeat; position: absolute; top: 35px; left: 532px; }
	
	#img2_1  { width: 273px; height:  33px; background: url('../img/img2_1.png') no-repeat; position: absolute; top: 35px; left: 559px; }
    #img2_3  { width:  88px; height:  34px; background: url('../img/img2_3.png') no-repeat; position: absolute; top: 68px; left: 744px; }
    #img2_4  { width: 273px; height: 231px; background: url('../img/img2_4.png') no-repeat; position: absolute; top: 102px; left: 559px; }
    
    #img2_link a{ width: 185px; height: 34px; background: url('../img/img2_link.png') no-repeat; position: absolute; top: 68px; left: 559px; }
	
	#frz a { width: 50px; height: 33px; background: url('../img/frz.gif') no-repeat; position: absolute; top: 259px; left: 782px; z-index: 2 }
	#deu a { width: 50px; height: 33px; background: url('../img/deu.gif') no-repeat; position: absolute; top: 300px; left: 782px; z-index: 2 }

	
	/* MENÜLEISTE */
	#nav { width: 832px; height: 32px; background: url('../img/nav.png'); background-repeat: repeat-x; padding: 10px 0px 0px 0px; text-align: right; }
	          
		#nav ul li   { display: inline; padding: 0px 10px 0px 0px;}
		#nav a       { margin: 0px 0px 0px 0px; }
    
    /* NEUIGKEITEN */
    #news  { width: 230px; height: 380px; background: #8D8771; float: left; margin: 0px 15px 15px 0px; }
    #news p{ padding: 10px; margin-bottom: 0px; margin-top: 0px; }

	/* CONTENT */
	#content { width: 780px; padding: 25px 0px 50px 25px; margin-bottom: 10px; }	
    
    #content p { margin-bottom: 5px; margin-top: 10px; } 
	#content img { border: 0px; }
	
	.galerie { width: 700px; text-align: justify; }
	.galerie ul li { display: inline; }
	.galerie li { padding: 0px 0px 0px 3px; }
	.galerie img { width: 60px; height: 90px; }

	/* FOOTER */
	#footer  { width: 832px; height: 81px; background: url('../img/footer.png'); background-repeat: repeat-x; 
              padding: 30px 0px 0px 0px;	}
	
	#footer     p { text-align: center; padding: 20px 0px 0px 0px; }
	#footer ul li { display: inline; }
    #footer     a { padding: 0px 0px 0px 0px; }  

    #footer2 { width: 832px; height: 38px; background: #B9B09F; }
	
	#tables {font-family:Arial, Helvetica, sans-serif}
	
	
