@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: #FFFFFF; padding: 0px; }
#page_margins { 
    min-width: none; 
    max-width: none;
    width: 900px;
    margin: 0 auto; 
    border: 0px #FEC9BA solid; 
    }
#page { background-color: #FEC9BA; border: 10px #FFFFFF solid; }
#header { 
    height: 80px;
    border-right: 1px #FEC9BA solid; 
    background-color:#FEC9BA;
    overflow: hidden;
    } 
/*  
#header {
    margin-bottom : 0px !important;
    margin-bottom : -18px;
    }
*/
/* HACK IE7
html>body #header {
    margin-bottom : -18px;
    }
*/

#thsf p { color:#888888; }

#main { background: #FEC9BA url("../img/back.jpg") top right no-repeat; padding:10px 0; }

#teaser { 
    background-color: transparent;
    position: relative;
    top: 230px;
    right: 10px;
    z-index:10;
    }

#col3_content {margin-right:30px;}
#col3_content h1 {margin-bottom: 20px;}
#col1 {
    background-image: url("../img/ressort.png");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: top center;
    }
#col1_content {
    margin-top: 200px;
    margin-bottom: 20px;
    }

h1 {font-size:175%; color:#888888;}  /* 21px */
h2 {font-size:150%; color:#888888;}  /* 18px */

.topblock {
    margin-right: 180px;
    }

.REboxRed {
    /* width: 450px; */
    }
    
a {color:#FB805F; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#FB805F; text-decoration:underline;}

#sect1 {
   border: solid 1px #FEC9BA;
   width: 370px;
   background: #FFDFD6;
   padding: 5px;
   color: #444444;
   font-size: 85%;
   margin-bottom: 10px;
    background-image: url("../img/salmon.gif");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
   }

#footer { 
    color:#666; 
    background: #FEC9BA;
    padding: 5px;
    border-top: 2px #FFFFFF solid;
    }

}
