/* HTML Tutorial Script*/
/* Autor Hans-Michael Platz */

@import url("navigation_dropdown_menue.css") ; 


body
{
	background: url(images/hintergrund111.png) no-repeat;
	background-position: center;
  	background-position: top;
	background-color: #F4F4F4;
	font-family: verdana;
	font-size: 9pt;
}

	/* #Setzer 
	{
		  position: absolute;
		  padding-bottom: 0px
		  z-index: 1;
		  float: left;
	}
	
	#Gutenberg 
	{
			position:relative;
			right: 50px;
			top: 440px;
			float: right;
			z-index: 2;
	} */
	
a
{
	color: #06F;
}

a:hover
{
	color: #0CF;
}

a img
{
	display: block;
}

/* root_site Setup */

#root_site
{
	margin-top: 25px;
	width: 880px;
	height: auto;
	background-color: #FFF;
	background-position: right+150px;


}

	#head_main_container
	{
		background: #CCCCC C;
		width: 100%;
		height: 125px;
		
	}

		.header_background
		{
		height: 120px;
		width: 100%;
		background: url(images/Header1.png) no-repeat;
		background-position: center;
		padding-top: 25px;
		}

			h1 {
 				position: relative;
				margin-top: 0px;
				font-size: 40pt;
				color: #CCC;
				text-indent: 30px;
				text-shadow: #333 1px 2px;

			}

			h2 {
 				position:relative;
				margin-top: -30px;
				font-size: 30px;
				color: #CCC;
				text-indent: 30px;
				text-shadow: #333 4px 3px;
				margin-bottom: 10px;
				font-weight: normal;
								
			}

			h3 {
				font-size: 120%;
				color: black;
				text-indent: 20px;
				font-family: verdana, sans-serif;

			}

			p {
				font-size: 9pt;
				font-weight: normal;
				font-variant: normal;
				text-decoration: none;
				color: black;
			}
			

	
	#navi_main_container
	{
		background: #fff ;
		width: 100%;
		height: 40px;	
	}
	
		.navi_container
		{
		width: 100%;
		height: 40px;
		}
	
	#content_main_container
	{
		background: #FFF ;
		width: 100%;
		height: inherit;
		float: left;
		}
	
		.content_left_main
		{
		width: 610px;
		height: 100%;
		background-color: #FFF;
		float: left;
		}
		
			.content_left_table
			{
				padding: 10px 40px 10px 30px;
			}
			
			.news_box
			{
				background-color: #CCCCCC;
				padding: 3px 3px 3px 3px;
				border-radius: 10px;
			}
		
		.content_right_main
		{
		width: 30%;
		height: 375px;
		background-color: #FFF;
		float: right;

		}


			.content_right_table
			{
				padding: 0 30px 0px 15px;
				border-left: solid 2px #CCCCCC;
				margin-top: 15px;
				float: none;
			}
			
			.content_table_headline
			{
				font-size: 14pt;
				font-weight: bold;
				font-variant: small-caps;
				border-bottom: dotted 1px #558855;
				color: #558855;
			}
			
			.twitter-timeline
			{
				margin-top: 0px;
				height: 380px;
				float: none;
			}
	
	
	#footer_main_container
	{
		background: #333333 ;
		width: 100%;
		height: auto;
		float: left;
	}
	
		#footer_container
		{
			
		}
		
			.footer_table_setup
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10pt;
				text-align: center;
				margin-top: 5x;
				margin-bottom: 3px;
			}
			
			.footer_table_setup td
			{
				height: 10pt;
				width: 200px;
				border-bottom: dotted 1px #FFF;
			}
			
			td.footer_logo
			{
				border: none;
				width: 120px;
			}
			
			.footer_table_setup a
			{
				color: #FFF;
				text-decoration: none;
			}
			
			.footer_table_setup a:hover
			{
				color: #CCCC99;
			}
