@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 */
#nav {
background-color:#414141;
color:#FFFFFF;
position:absolute;
text-align:left;
top:10px;
}
#header, #nav, #main, #footer {
	top:10px;
}
#header #banner {
font-family: Verdana, Arial, Helvetica, san-serif;
color:#cccccc;
font-size: 0.7em;
margin-right:5px;
position:absolute;
/*top:180px;*/
z-index:100;
}
.footer {
border-top:1px solid #E8E0DA;
clear:both;
font-size:0.8em;
height:1.6em;
padding-top:0.4em;
position:relative;
background-color:#CEC1B5;
}
#footer_middle a {
color: #963931;
text-decoration:none;
}
#footer_middle a:hover {
text-decoration:underline;
}

#footer_middle {
text-align:center;
width:100%;
color:#963931;
}

h1 {
border-bottom:1px solid #963931;
color:#963931;
font-size:1.2em;
margin:0.5em 0pt;
padding:0.4em;
}

h2 {
border-bottom:1px solid #963931;
color:#414141;
font-size:1.1em;
margin:0.5em 0pt;
padding:0.3em;
}
h3 {
border-bottom:1px solid #414141;
color:#414141;
font-size:1em;
margin:0.5em 0pt;
padding:0.3em;
}
h3, h4, h5, h6 {
color:#414141;
font-weight:bold;
margin:0pt 0pt 0.25em;
}
}


