/*******************************************************************
Project:			Lauffeuer-Feuershow.de Dynamic Version (v1.0)
Language:		  german          
Purpose:			stylesheet
******************************************************************
$Workfile: head.inc.php $
$Author: Jboerner $
$Date: 29.12.05 14:55 $
$Revision: 2 $
**************
$Log: /diu-minnezit.de/head.inc.php $	
 * 
*******************************************************************/
	body
	{
		background:silver;
		text-align:center;
		margin:0;
		padding:0;
		text-align:center;
		height:100%;
		scroll-x: off;

	}
	body#img
	{
		background: #d4dae1;
	}
	
	#page
	{
		border: 1px solid #496280;
		width:1024px;
		text-align:left;
		padding: 0;
		margin:10px auto;
		/*height:100%;*/
		
	}

	div#header
	{
		background : url(images/topbg.png) repeat-x;
		height:143px;
		width:1024px;
		float:left;
		padding: 0;
		margin;0;
	}
	#container
	{
		background: #d4dae1 url(images/leftmenubg3.png) no-repeat bottom left;
		display:block;
		float:left;
		width:1024px;
		height:auto;
		min-height:463px;
		top:0px;
		margin:0px;
		padding:0px;
	}
	#csscontainter
	{
		float:left;
		width:834px;
	}
	
	#leftmenu
	{
		background: url(images/leftmenubg1.png) no-repeat top;
		width:190px;
		height:100%;
		float:left;
		min-height:463px;
	}
	
	#submenu
	{
		background: #d4dae1;
		width:834px;
		height:70px;
		float:left;
		
	}
	#logo
	{
		position:relative;
		top:0px;
		left:0px;
		display:block;
		float:left;
	}
	#logo img
	{
		border: 0px;
	}
	#topmenu
	{
		position:relative;
		display:block;
		top:105px;
		left:100px;
		width:528px;
		float:left;
	}
	
	#topmenu a img
	{
		border:0px;
		padding-left: 5px;
	}
	#leftmenuitems
	{
		position:relative;
		top:50px;
		width:140px;
		height:413px;
	}
	div#leftmenuitems img
	{
		border:0px;
		display:block;
		
	}
	#leftmenu2
	{
		padding-top:9px;
	}
	#leftmenu3
	{
		padding-top:3px;
	}
	#leftmenu4
	{
		padding-top:11px;
	}
	#leftmenu5,#leftmenu6
	{
		padding-top:11px;
	}
	#leftmenu4
	{
		padding-top:15px;
	}
	
	/* html #page #content{height: 100% }*/
	#content
	{
		background: #edf0f3 url(images/contentbg.png) no-repeat bottom left;
		width:834px;
		padding:0px;
		margin:0px;
		min-height:393px;
		display:block;
		height:auto !important;
		height:393px;
		float:left;
	}
	#contentbody
	{
		padding: 20px 90px 20px 90px;
		height:auto;
		font-family:arial;
		font-size: 10pt;
		min-height:353px;
		display:block;
		height:auto !important;
		height:353px;
	}
	#footer
	{
		background: url(images/footerbg.png) repeat-x #d4dae1;
		height:140px;
		width:1024px;
		clear:both;
		margin:0;
		padding:0;
	}
	#footerGallery
	{
		background: url(images/footerbg2_gallery.png) no-repeat top left;
		height:140px;
		width:824px;
		padding-left:200px;
	}
	
	#bg2
	{	
		position:relative;
		background: url(images/leftmenubg2.jpg) no-repeat top left;
		width:163px;
		height:auto;
		left:27px;
		min-height:463px;
		display:block;
	}
	
	.address
	{
		float:left;
		padding: 10px;
	}
	h1
	{
		font-size: 14pt;
		font-weight:bold;
		padding-top: 10px;
		padding-bottom:10px;
	}
	h2
	{
		font-size: 11pt;
		font-weight:bold;
		padding-top: 10px;
		padding-bottom:10px;
	}
	h3
	{
		font-size: 10pt;
		font-weight:bold;
		padding-top: 10px;
		padding-bottom:10px;
	}
	.galleryImage
	{
		display: block;
		float:left;
		padding: 10px;
	}
	#footerGallery .galleryImage
	{
		padding: 5px 10px 5px 10px;
	}
	
	.galleryImage img
	{
		border: 1px solid #496280;
	}
	
	.galleryImageLarge img
	{
		border: 1px solid #496280;
		margin:10px;
	}	
	.lastImg
	{
		position: absolute;
		display:block;
		left:5px;
		bottom:5px;
		width:150px;
	}
	.nextImg
	{
		position:absolute;
		display:block;
		right:5px;
		bottom:5px;
		width:150px;
	}
	.nextImg img,.lastImg img 
	{
	 border: 0px;
	}
	
	#legal
	{
		width:100%;
		clear:both;
	}
	
	a
	{
		color:#29429e;
		text-decoration:none;
	}
	a:visited
	{
		color:#6f8297;
		text-decoration:none;
	}
	a:hover
	{
		color:#fda300;
		text-decoration:underline;
	}
