/* Stylesheet Ofenbau Hollaus */

body
{

	
	background-image:url('hg/lehm4.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#6B5637;
}

h1
{
	font-size:18px;
	font-style:normal;
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#6B5637;
	
}

h2
{
	font-size:16px;
	font-style:normal;
	font:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#6B5637;
	
}

a
{
	color:#6B5637;
	font-size:16px;
}

a:hover
{
	color:#6B5637;
	font-size:18px;
	font-style:strong;
}

a img
{
	
}

/* root site setup*/

#root_site
{
	margin-top:25px;
	height:auto;
	width: 800px;
	background-color: #FFF;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	align: center;
	
}


	
	#content_main_container
	{
		width:800px;
		height: 389px;
		height:auto;
	}
	
		#content_left_main
		{
			background-color:#FFFFFF;
			width:600px;
			height: 389px;
			float:left;
			
		}
		
			#content_left_main_text
			{				
				background-color:#FFF;
				float:left;
				width:600px;
				height: 389px;
				
			}
		
		#content_right_main
		{
			background-color:#FFFFFF;
			width:200px;
			height: 389px;
			float:right;
			
		}
			
			#content_right_main_text
			{
				padding-top:35px;
				background-color:#F2D5A2;
				height: 389px;
				float:right;
				width:200px;
				
				
				
			}	

	#footer_main_container
	{
		background-color:#E2C594;
		width:800px;
		height:80px;
		float:left;
		text-align:center;
	}

			#content_right_main_text h1, h2, p {
				padding-left: 20px;
				padding-right: 20px;
			}

			#content_left_main_text h1, h2, p {
				padding-left: 30px;
				padding-right: 30px;
			}
