@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:#99a; padding:10px 0;}

  /* body {background:#99a url("../images/bg_blue.gif") repeat-x top left fixed; padding:10px 0;} */

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins {min-width:820px; max-width:80em; margin:0 auto; border:0px #889 solid;}
  #page{background:#fff; border:1px #667 solid;}

#nav_main {float:left; width:100%; background-color:#ffffff; font-size:93%; line-height:normal;}
#header {position:left; height:102px; color:#000000; background:#ffffff url(/fileadmin/img/protokolle_bg.gif) left top;}
#header #banner {position:absolute; top:25px; right:80px; z-index:10;}
#header #topnav {top:4px; font-size:1.0em; color:#aaa; background:transparent;}
#topnav a {color:#000000;}
#main { background: #fff;padding:0px 0; }

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

}
