/* HTML NVMBiokraft stylesheet script 1.0*/
/* Autor Smortie */
@import url("navigation_dropdown_menue.css");

body
{
	background: url(images/hof.png)no-repeat;
	background-position: center;
	background-position: top;
	background-color: #8db5d9;
	font-family: Verdana;
	font-size: 8pt;
}
/* Link Farbe alt #00a000 */
a
{
	color: #DF0000 ;
}

a:hover
{
	color: #00df00 ;
}

a img
{

}

/* root_site Setup*/

#root_site
{
	margin-top: 60px;
	width: 860px;
	height: auto; 
	background-color: #FFF;
}

	#head_main_container
	{
		background: #FFF ;
		width: 100%;
		height: 350px;
	}
		.header_background
		{
			margin-top: 105px;
			width: 860px;
			height: 340px;
			background: url(images/lkw.png)no-repeat ;
			background-position: center ;
		}
		
	
	
	#navi_main_container
	{
		background: #fff ;
		width: 100%;
		height: 40px;
	}
	
		.navi_container
		{
			width: 100%;
			height:40px;
		}
	
	#content_main_container
	{
		background: #FFF ;
		width: 100%;
		height: auto;
		float:left;
	}
		
		.content_left_main
		{
			width:70%;
			height:100%;
			background-color: #FFF;
			float: left;
		}
			.content_left_table
			{
				padding: 0 40px 10px 30px ;
			}
				.news_box
				{
					background-color: #999999 ;
					padding: 3px 3px 3px 3px;
					border-radius: 10px;
				}
		
		.content_right_main
		{
			width:30%;
			height:100%;
			background-color: #FFF;
			float: right;
		}
			.content_right_table
			{
				padding: 0 40px 10px 15px ;
				border-left: dotted 1px #CCCCCC;
				margin-top: 10px ;
			}
				.content_table_headline
				{
					font-size: 14pt;
					font-weight: bold;
					font-variant: small-caps;
					border-bottom: dotted 1px #CCCCCC ;
					color: #01df00;
					padding-top: 0px
				}
	
	#footer_main_container
	{
		background: #FFF ;
		width: 100%;
		height: 150px;
		float: left;
	}
		.footer_background
		{
			width:100%;
			height:100% ;
			background: url(images/logoklein.jpg) no-repeat ;
			background-position: center ;
			
		}
	
	