
/*
 *	CSS Stylesheet 
 *	Firecracker.ch
 *  (c) copyright 2008 shockvisions LLC, all rights reserved
 *  31/07/2008, sf
 *	Comment: CSS File
 */
 

html {
	overflow-y: scroll;
}

body
{
	background-color: #FFFFFF;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;	
}

*
{
	font-family: Arial, Verdana;
}

#site
{
	width: 851px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	text-align: left;
}

	#header
	{
		height: 111px;
		background-image: url(../img/header.jpg);
	}
	
	#menu
	{
		height: 25px;
		background-image: url(../img/menubg.jpg);
		margin-top: 12px;
		padding-left: 30px;
		padding-right: 5px;
		line-height: 1px; 
	}
	
	
		#menu .holder
		{
			padding-top: 10px; 
			margin: 0px;
		}
		
	
		#menu a
		{
			color: #FFFFFF;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 11px;
            padding-top: 5px;
            padding-bottom: 5px;	
			padding-right: 6px;
			padding-left: 6px; 

	
		}
		
		#menu a:hover
		{
			color: #000000;
		}
		
		.currentpage
		{
			font-weight: bold !important;
			background-image: url(../img/activemenu.jpg);
		}
		
	#title
	{
		color: #ff0000;
		font-size: 25px;
		margin-left: 30px;
		margin-top: 20px;
		height: 30px;
		width: 800px;
	}
	
		h1
		{
			color: #ff0000;
			font-size: 25px;
			font-weight: normal;
		}
		h2
		{
			margin: 0px;
			font-weight: bold;
			color: #E38929 !important;
			font-size: 16px;
		}
	
	#content
	{
		margin-top: 10px;
		color: #666666 !important;
		width: 780px;
		margin-left: 30px;
		font-size: 13px;
		padding-bottom: 30px;
	}
	
		#startseite /* special case: watermark image */
		{
			background-image: url(../img/bob.jpg);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
	
	#content a
	{
		color: #000000;
	}
	
	#content a:hover
	{
		color: #ff0000;
	}
	
	 #footer
	 {
	 	height: 179px;
/*		background-image: url(../img/footer.jpg); */		
	 }
	 
#copyrights
{
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: right;
	color: #999999;
	font-size: 12px;
}

#copyrights a
{
	color: #666666;
	text-decoration: none;
}

