@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 */

#main {
  background: transparent url(../img/col1_back.jpg) no-repeat;
  }
#header {
  background: url(../img/Header_klein.jpg) no-repeat;
  padding: 0;
  height: 160px;
  border-bottom: 15px solid #000000;
  }
#page {
  border: 10px solid #000000;
  }  
#footer {
  background: transparent url(../img/unten_back.jpg) repeat-x;
  border-top: 15px solid #000000;
  color: #000;
  font-size: 80%;
  }  
#col1 {
  width: 200px;
  }
#col2 {
  width: 210px;  
  }    
#col3 {
border-right: 1px dotted #000;
margin-left: 220px;
margin-right: 220px;
padding-right: 10px;
}  
}
