
/*****************************************************************************/
/* Bassfrucht
/* 
/* sascha-evers.de (c) 2008-9
/*
/*****************************************************************************/

html 
{
	color: #ccc;
	background: #000;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a, a img 
{
	color: #5d80af;
	text-decoration: underline;
	border: 0;
}

a:hover 
{
	color: #acc1e7;
	text-decoration: none;
}

a:visited {
	color: #5d687b;
}

/*****************************************************************************/

#page
{
	width: 850px;
	height: 100%;
	
	margin: 0px auto 0px auto;
}

#top_bar
{
	position: fixed;
	top: 0px;
	width: 792px;
	height: 91px;
	z-index: 200;

	padding: 0px;

	color: #fff;
	background: #000;

	font-weight: bold;
	text-align: left;
	
	background: url("header_content.gif") bottom right no-repeat #000;
}

	#header
	{
		position: relative;
		z-index: 210;
		width: 366px;
		height: 121px;

		margin-left: 90px;

		background: url('header.jpg') no-repeat #000;
	}

#fixed_container
{
	position:fixed;
	top:0px;
	width:0px;
	z-index:100;

	padding:0px;

	font-weight:bold;
	text-align:left;
}

#container
{
	position:absolute;
	left:0px;
	top:0px;
	width: 850px;
	
	z-index:300;
}

#header_backdrop
{
	width: 702px;
	height: 122px;
	margin-left: 90px;
	background: #0f1316;
}

#navi
{
	width: 90px;
	
	float: left;
}

	#navi ul li
	{	
		font-size: 14px;
		line-height: 21px;
		text-align: right;
		font-weight: lighter;
		text-transform: lowercase;
	
		margin-bottom: 3px;
		padding-right: 5px;
	
		background: #000;
	}

	#navi * a 
	{
		margin-left: 15px;
	
		text-decoration: none;
		color: #263040;
	}

	#navi * a:hover 
	{
		color: #5b718f;
	}
	
	#navi .high 
	{
		color: #acc1e7;
	}

#content
{
	width: 702px;
	z-index: 100;

	padding-top: 30px;
	
	float: left;
	line-height: 1.45em;
	
	color: #a5b2c6;
	background: url('content.gif') no-repeat top left #0f1316;
	background-position: 10px 10px;

	font-weight: lighter;
}

	#content .block
	{
		width: 332px;
		height: 185px;

		margin-bottom: 15px;
		
		overflow: hidden;
	}

	#content h1 
	{
		margin: 0px 25px 10px 35px;
	
		font-size: 1.5em;
		display: none;

		color: #a5b2c6;
	}

	#content p 
	{
		margin: 0px 25px 5px 35px;
	}
	
	#content #contact
	{
		margin: 0px 5px 0px 0px;
		padding: 20px;
		
		color: #263040;
	}

	#content #contact h2
	{
		font-size: 1.2em;
		margin-bottom: 5px;
	}

	#content #contact p
	{
		margin: 0px;
		padding: 0px;
	}

#scroller
{
	width: 320px;
	position: relative;
	z-index: 150;
	margin: 82px 0px 0px 462px;
	
	color: #5d687b;
	
	line-height: 1.45em;
}

	#scrollerheader
	{
		height: 9px;
		background: url('scroller_header.gif') no-repeat;
	}

	#scrollercontent
	{
		color: #5d687b;
		background: url('scroller_content.gif') repeat-y;
		
		margin: 0px 0px 0px 0px;
	}

	#scrollercontent .block
	{
		margin: 0px 10px 44px 0px;
	}

	#scrollercontent h2
	{
		font-size: 1.4em;
		font-weight: bold;

		margin: 10px 10px 0px 10px;
	
		color: #5d687b;
	}

	#scrollercontent p
	{
		margin: 5px 8px 10px 10px;
	}
	
	#scrollerfooter
	{
		height: 3px;
		background: url('scroller_footer.gif') no-repeat;
		margin-bottom: 10px;
	}

#footer
{
	color: #161a20;

	margin: 0px 20px 0px 0px;
	
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	font-weight: lighter;
}

	#footer a
	{
		color: #161a20;
		text-decoration: underline;
	}

	#footer a:hover
	{
		color: #acc1e7;
		text-decoration: none;
	}
