@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
   body {
    background: #fff url(../img/back_top_body.jpg) repeat-x fixed top left;     
    padding-top: 0;
   }
   #page { border: none; width: 820px;}
   #main { padding: 0;}
   #col1_content { padding: 10px;}
   #nav ul {margin-left: 0;}
   #submenu {margin-top: 0;}
   #submenu li a {background: #DA251E; color: #fff; }      
   #submenu li a:hover {background: #E7791A; color: #fff; }         
   #submenu li strong {background: #DA251E; color: #fff; }   
   #submenu li #title {border-bottom: none; }       
   #header {
    background: #fff url(../img/back_top.jpg) repeat-x fixed top left;
    top: 0;    
    height: 147px;
   }
   
   #header img.headImg1 {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 100;
   }
   #header #banner {
     position: absolute;
     top: 0;
     right: 0;
     width: 700px;
     background: #fff;
     z-index: 50;
   }
   #header #banner img.headImg2{
     float: right;
   }
   #footer {
    background: #fff url(../img/bg5.gif) repeat top left;
   }   
   #topnav {
     margin-top: 90px;
   }
   #topnav a {
     color: #fff;
   }
   #teaser {
	background-color: #5F7992;
	color: #fff;
	border-top: solid 2px #efefef;
	border-bottom: solid 2px #efefef;
   }
   #teaser .rootline a{
	color: #fff;
   }
   #main {
     margin-top: 25px;
   }     
  .ImageMenuContainer{
	background-color: #c8ddf3;
	background-color: #fff;
	padding: 0;
	float: left;
  }

  .tx_imagemenu_menu {
	float: left;
  }

  .tx_imagemenu_item {
	background-color: inherit;
	padding: 5px;
	float: right;
  }
  
  .tx_imagemenu_item a img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
  }
  .tx_imagemenu_item a:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
  }

  .tx_imagemenu_item a #title {
        color: #E7791A;  
        font-size: 22px;  
  }
  .tx_imagemenu_item a:hover #title {
        color: #DA251E;
        font-size: 22px;  
        text-decoration:none;
  }

/* News plugin */
	
	.news-latest-container h2, .news-latest-gotoarchive {
		display: none;
	}
	
	.news-latest-container h3 {
		font-size: 100%;
		font-family: "Trebuchet MS", verdana;
	}
	
	.news-latest-container .news-latest-morelink a {
		float: right;
	}
	
	.news-list-item img {
		float: right;
	}
	
	.news-list-item .clearer, .news-latest-item .clearer {
		clear: both;
		padding: 0px;
		margin: 1px;
        color: #ccc;
        background-color: #ccc;
  	}

	.news-latest-morelink {
		background: none;
		border: none;
		float: left;
	}	
	.news-list-morelink {
		background: none;
		border-bottom: solid 1px #ccc;
		float: left;
	}
	
	/* End news plugin */
	
	/* Dropdown sitemap */
	
	.tx-dropdownsitemap-pi1 div.expAll {
		border: none;
		background: none;
	}
	
	.tx-dropdownsitemap-pi1 ol {
		list-style-type: none;
	}
	
	.tx-dropdownsitemap-pi1 ol li {
		margin-left: -10px;
	}
	
	.tx-dropdownsitemap-pi1 ol .level_1 {
		background: none;
		border: none;
	}
	
	.tx-dropdownsitemap-pi1 ol .level_1 .no a {
		background: none;
		padding-left: 10px;
	}
	
	.tx-dropdownsitemap-pi1 ol .level_2 {
		background: none;
		border: none;
		padding: 0 0 0 8px;
		margin: 0;
	}
	
	.tx-dropdownsitemap-pi1 ol .level_2 a {
		padding-left: 3px;
	}
	
	.tx-dropdownsitemap-pi1 div.level_3 {
		background: none;
		border: none;
		padding-left: 10px;
	}	

	.tx-dropdownsitemap-pi1 ol a {
		color: #666;
	}
	
	.tx-dropdownsitemap-pi1 ol a:hover {
		color: #003399;
		text-decoration: none;
	}
	/* End Dropdown sitemap */	
}

