/*
	#############################################################
	#															#
	#		Stylesheet for Rolf Houben							#
	#															#
	#		movingline											#
	#		Agentur für Werbung & Design						#
	#		Am Stachelauer Berg 7								#
	#		57462 Olpe											#
	#															#
	#		Fon: +49 2761 - 83549 9								#
	#		Fax: +49 2761 - 83549 8								#
	#															#
	#		info@movingline.de									#
	#		www.movingline.de									#
	#															#
	#		Copyright © 2003 - 2009 by movingline				#
	#		Authors: Dominik Döppeler							#
	#															#
	#############################################################
*/



/*	---------------------------------------------------------------------------------------------------------------------------
	Content
	--------------------------------------------------------------------------------------------------------------------------- */

	body
	{
	background: #fff url("../images/back_main_small.jpg") repeat-x;
	}

	.container_top
	{
	position: relative;
	width: 900px;
	height: 168px;
	background: url("../images/non_slider_back.gif") top left no-repeat;
	margin-bottom: -20px;
	}
	
	.title_top
	{
	position: relative;
	top: -10px;
	left: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
	.title_top_shadow
	{
	position: relative;
	top: 45px;
	left: 60px;
	color: #8EBA3D;
	font-size: 50px;
	margin: 0px;
	padding: 0px;
	}

/*	---------------------------------------------------------------------------------------------------------------------------
	Subnavi
	--------------------------------------------------------------------------------------------------------------------------- */
	
	.subnavi
	{
	margin: 0;
	padding: 0px;
	position: relative;
	top: 41px;
	left: 30px;
	height: 30px;
	list-style: none;
	}
	
	.subnavi li 
	{
	float: left; 
	margin-right: 1px;
	}

	
	.subnavi li a:link, .subnavi li a:visited , .subnavi li a:active
	{
	display: block;
	background: url("../images/back_subnavi.gif") 0px -31px;
	width: 131px;
	height: 24px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #737373;
	}	
	
	.subnavi li a:hover
	{
	background: url("../images/back_subnavi.gif") 0px 0px;
	color: #FFF;
	}		

	.subnavi .subnavi_on a:link, .subnavi .subnavi_on a:visited , .subnavi .subnavi_on a:active
	{
	color: #fff;
	background: url("../images/back_subnavi.gif") 0px 0px;
	}	
