@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:#FFF url(kmgruppe/bg.gif) repeat;
padding:10px 0pt;
}

#page {
background:#CCC none repeat scroll 0% 50%;
border:10px solid #CCC;
}

#header {
background:#FFF repeat-x scroll 0%;
color:#000;
height:0px;
padding:0px;
}

#nav_main {
background:#FFF url(../images/sliding_door/round/bg.gif) repeat-x scroll center bottom;
float:left;
width:100%;
}

#header div.tx-macinasearchbox-pi1 {position:absolute; bottom:8px; right:10px; font-size:11px;}
#header div.tx-macinasearchbox-pi1 input {margin-left:0;}
#header div.tx-macinasearchbox-pi1 form span {display:block; font-weight:bold; color:#aaa;}
#header div.tx-macinasearchbox-pi1 form input {width:170px; height:13px;}

#teaser {
background:#232e76 none repeat scroll 0%;
color:#FFF;
margin:0pt;
padding:0pt;
}

#col1 {
float:right;
width:100%;
}


#col3 {
border-right:0px solid #DDDDDD;
visibility:hidden;
}

/* CLOSE MEDIA @ALL */
}
