@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by Ingenieurbüro Sülberg, 2008         ##
** ################################################################
**
**  Date     : 30.05.08
**  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 */

#header {
	background: #232324 url(../../../../fileadmin/background/bg01.gif) ; 
	height: 99px;
	}

#header img.headImg1 {
font-size:208%;
left:0px;
position:absolute;
top:0px;
}

h1, h2, h3, h4, h5, h6 {
color: #182E7A;
font-weight:bold;
margin:0pt 0pt 0.25em;
}


h2 {
color: #666666;
font-size:120%;
}

h1 {
font-size:150%;
}


}
