@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 : #cedae3 url(head_blau_d2_03_FILES/body_blauverlauf_b2.jpg) repeat-x;  */
	  background : #cddae3 url(head_blau_d2_03_FILES/body_bg_blau_3.jpg) repeat-x; 
	  background-attachment: fixed;
}

  h1 {  	font-size: 110%;    color: #c04411; }
  h2 { 	font-size: 100.01%; color: #c04411; }
  h3 {  	font-size: 100.01%; color: #333 }







  #header {
	  height : 105px; 
	  color  : #000; 
	  /**/
	  background-color: #fff;
	  background-color: #fff;
	  border-top     : 0px solid #ccc;
	  /* */	 
	  border-bottom: 0px solid #ccc;
		
	  background: url(head_blau_d2_03_FILES/header-bg_2-o-L.gif) ;
	  background-position: 0px 0;
	  background-repeat: no-repeat;
	   
 	/*  background-image: none; */
	  
  }

#header img.headImg1 {
  position: absolute;
  top: 14px;
  left: 42px;
  font-size: 208%;
}

  #nav_main {
/*  	   border-bottom: none; */
  }
  
  
  #nav_main a, #nav_main strong {
		padding-top: 1px;
		padding-right: 11px;
		padding-bottom: 1px;
		padding-left: 8px;
	}

	#nav_main #current a, #nav_main #current strong {
		padding-bottom: 1px;
		padding-top: 1px;
	}














}
