@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 screen
{
body {background:#FFFFEE;}
#header {height:178px; background:#FBE6CB url(../img/hanstein_kopf.jpg) no-repeat;}
#nav_main {float:left; width:100%; background:#FBE6CB url(../img/hanstein_teaser.jpg) repeat-y; font-size:93%; line-height:normal; }
.textBelowMenu {margin-top: 2.5em;}
.csc-textpic{margin-top: 2.5em;}
#topnav {top:128px; font-size:13px;}
#topnav a {color:#222;}
#topnav {color:#222;}
dd.csc-textpic-caption {background-color: #FFF}
#header div.tx-macinasearchbox-pi1 form input {width:242px; height:13px;}
}
@media print
{
/* Links verbergen */  
a[href]:after {content: ""}
}
