/* ratkowitsch homepage stylesheet script 1.0*/
/* Author Christian Maurer*/

body
{
	background: url(images/background_sym_brght.png); 
	background-position: center;
    background-position: top;
    background-repeat: repeat;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11pt;
    color: #F0E48B;
}

/*links*/
a
{
    color: #664800;

}

/*Maus über link ändert farbe*/
a:hover
{
    color: #e7c898;    
}
a img
{
    
}
/* root side setup */
#root_side
{
    margin-top: 20px;
    width: 950px;
	margin: 0 auto;
    height: auto;
    background-color: #FFF;
    
                               
}
/*einfügen der container*/
    #head_main_container
    {
	background-color:  #664800;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 255px;
	float: left;
	border-style: none;
	color: #f0e48b;
    }
	
	.head_logo
		{
			width: 270px;
			height: 215px;
			margin-top: 85px;
			margin-left: 10px;
			float: left;
			border-style:none;
		}	
	
		.head_img_left
		{
	width: 400px;
	height: 215px;
	margin-right: 30px;
	margin-top:20px;
	float: left;
	border-style:none;
		}

		#head_main_container .head_txt_right
		{
			background-color: #664800;
	width: 210px;
	height: 215px;
	float: right;
		}
		
		
		#head_main_container .head_txt_right .head_list
		{
			margin: auto;
			padding: 60px 10px 10px 10px;
			width:200px;
		}
		
		#head_main_container .head_txt_right .head_list li
		{
			list-style:none;
			height: 30px;
		}

    #navi_main_container
    {
/*         background: url(images/background1.png); */
/*         background-repeat: no-repeat;  */
/*         background-color: #664800;*/
			background-color: #664800;
			
			opacity:0.7;
		 margin-top: 20px;
		 margin-bottom: 30px;
		 margin-left: 20px;
         width: 250px;
         height: 750px;
		 float:left
    }
        /*.navi_container
        {
            width: 30%;
            height: 40px;
            padding-top: 0px;
        }*/
		

		ul#navi_main
		{
			margin-left: -20px;
			/*padding: 30px 10px 30px 10px;*/
			width: 220px;
			font-size: 16px;
		}
		
		ul#navi_main li
		{
			list-style: none;
			border: 0px solid #CCC;
			background: none;
			margin: 30px 3px 10px 3px;
			padding: 3px;
		}
		
		ul#navi_main li a
		{
			color: #f0e48b;
			text-decoration:none;
		}
		 
		 ul#navi_main li a:hover
		{
			color: #e7c898;
			white-space: nowrap;
			background-color: #664800;
			text-decoration:none;
			font-size: 20px;
			opacity: 0.7;
		
			
		}
		
		ul#navi_main li ul.dropdown_navi
		{
			margin: auto;
			padding: 10px 10px 10px 20px;
			width: 190px;
		}
		
		ul#navi_main li ul.dropdown_navi li
		{
			list-style: none;
			border: 0px solid #CCC;
			background: #664800;
			margin: 3px;
			padding: 3px;
			height: 20px;
			opacity:1.0;
		}
		

		
		
		
		   
    #content_main_container
    {
        background-color: #FFF;
		margin-right: 10px;
		margin-top: 20px;
         width: 640px;
         height: 750px;
         float: right;
		 color: #664800;
    }
        .content_main
        {
	width: 540px;
	height: 600px;
	background-color: #FFF;
	float: left;
	padding: 20px 50px 50px 50px;
	font-size: 12px;
	color: #664800;
	overflow: auto;
	position: absolute;
        }
		
	#content_main_table
	{
		color: #664800;
		padding: 5px;
	}



    #footer_main_container
    {
	background-color: #664800;
	margin-left: 20px;
/*	margin-right:10px;*/
	width: 920px;
	height: 130px;
	float: left;
	/*border-color: F0E48B;*/
	border-style: none;
	/*border-top-style: solid;*/
	}
	
	#footer_main_container a
	{
		color: #FFF;
	}
	
	
	#footer_main_container a:hover
	{
		color: #F0E48B;
	}
	
	
	#footer_table_setup
	{
		color: #f0e48b;
	}
	
		#footer_table
	{
		color: #f0e48b;
	}
	
	
    #root_side #head_main_container .header_background {
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color: f0e48b;
}
