﻿@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 */


  #page_margins {width:962px;}

  * HTML #page_margins {
	width:962px; 
	}



  #header {
	height:396px; 
	color:#fff; 
 	background:#fff url("/fileadmin/Dateien/Seite/start01.jpg");
	background-repeat: no-repeat;
 	background-image: none;
  }
  #header img.headImg1{
   top:0px;
  	display: none;
  }  
  
  #header img.headImg2 {position:absolute; top:10px; left:10px; font-size:208%;}
 
  #header { margin-top : -16px; }
  #teaser { display    : none;  }
  
  #submenu {
    display:none;
  }
  

  #col1 H1, #col3 H1{
  	text-align: center;
	background-image: url(../img/bg_h1.gif );
	background-repeat: no-repeat;
	padding:3px 0 3px 0;
  }
  #col1_content {
    padding: 28px 0px 10px 0px;
  }
  
  
  h1 { border-bottom-width: 0px;}
  
  
   
  
  /* Fixed width for left column | Fixe Breite für Linke Spalte */
  #col1 { width: 24%; }
  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }
  #col3 { margin-left: 24%; margin-right: 0; }
 
  
  
  #header #topnav {
   font-size  	: 14px;
   position		: absolute;
   top			: 80px;
   right			: 0px;
	width			: 172px;
	text-align	: left;
	color			: transparent;
	background  : #7995c5;
  }
    
  #header #topnav a {
   padding    : 4px 0 4px 0px;
  	font-size  : 1.1em;
/* line-height: 38px;  */ 
	display    : block;
	width      : 100%;
   color:#fff; 
   font-weight:bold; 
   background: #abb9de; 
   text-decoration:none;
   height:21px
  }
  #header #topnav a:focus, 
  #header #topnav a:hover,
  #header #topnav a:active {
   font-size:1.1em;
   color:#fff; 
   text-decoration:underline; 
   background-color:#abb9de;
	height:21px
  }
  

#header #topnav {display:none;}
 
#col1_content, #col3_content{
  padding-top: 10px;
  }


  
  
  /* ##################################### */ 
  /* ##################################### */
  
  .textBelowMenu, .left, .center, .right{
  	text-align: left;
	background-image: url(../img/bg_text_home.gif);
	background-repeat: no-repeat;
  }
  
  .subcl, .subc, .subcr{
  	text-align: left;
	background-image: url(../img/bg_text_home.gif);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
  }
  
  .subcl h1, .subc h1, .subcr h1{
  	text-align: left;
	background-image: url(../img/bg_h1.gif);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
  } 
  /*   */
  .textBelowMenu p, .left p, .center p, .right p{
   padding: 2px 9px 10px 3px;
  } 

  .textBelowMenu p, .subcl p, .subc p{
   padding: 2px 5px 10px 3px;
	   width:97%;
  } 
  .c33l {
  	padding:0 0 0 0px;
	margin:0 0 0 0px;
  }
  
  .c33r {
  	padding:0 0 0 0px;
	margin: 10px 0 0 0px;
  }
  .subcr p{
   padding: 2px 4px 10px 3px;
  } 
  .subcr{
   padding: 18px 2px 10px 0px;

  }   
  #col3, col3_content {
  	margin-right:0;
	padding-right: 0;
  }
 
  /* ##################################### */
  /* ##################################### */




#footer {
  color: #555555;
  background-color: transparent;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #efefef;
}
 
 
 
 
 
  
}



