@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 */
#headertitle { top: 10px; color: #FFF; text-align: center; position: relative; font-weight: bold; font-family: Verdana, Arial, sans-serif; font-size: 1.4em;}
#headertext {  top: 20px; color: #FFF; text-align: center; position: relative; font-weight: bold; font-family: Verdana, Arial, sans-serif; font-size: 1.1em;}
#col3 { padding-left: 40px; background: url("../img/latte_back_1.jpg") repeat-y; border-left: none; margin-left: 250px;}
.italic { font-style: italic; }
#col1 { width: 250px;}
table.contenttable { font-size: 1em; }

#nav ul {
  margin-left: 250px;
  }
  
#footer_left { float: left; }  
#footer_right { float: right;}
#abstand { height: 10px;}

}