@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 */

.block { width:auto; padding-bottom:10px; margin-bottom:10px;}
.block .r { background:transparent url(spezial/r.gif) right top repeat-y;}
.block .b { background:transparent url(spezial/b.gif) left bottom repeat-x;}
.block .l { background:transparent;}
.block .t { background:transparent url(spezial/t.gif) right top no-repeat;}
.block .t2 { background:transparent url(spezial/t2.gif) right top no-repeat;}
.block .t3 { background:transparent url(spezial/t_neu.gif) right top no-repeat;}
.block .l_t { background:transparent url(spezial/l_t.gif) no-repeat left top;}
.block .r_t { background:transparent url(spezial/r_t.gif) no-repeat right top;}
.block .r_b { background:transparent url(spezial/r_b.gif) no-repeat right bottom;}
.block .l_b { background:transparent url(spezial/l_b.gif) no-repeat left bottom;}
.block .ind { padding:0px 20px 0px 10px;}

.block .box{
  padding:5px 0px 0px 0px;
  margin:0px;
  overflow:hidden;
}


.block .ind h1.spezial{
  background:transparent;
  color:#fff;
  font-size:16px;
  height:25px;
  margin:0px;
  overflow:hidden;
  padding:18px 0pt 0pt 0pt;
  width:90%;
}

.block a, .block a:active  {color:#666;}
.block a:hover, .block a:focus  {color:#999;}

.block .t3 a, .block .t3 a:active a {
    color: #1E6289;
    text-decoration: underline;
}

div#form {margin:1em}
div#form input[type=text] {padding-top:2px;padding-bottom:2px;}


#nav_main li.last a, #nav_main li.last strong {
    background: url("01_layouts_basics/css/images/sliding_door/round/right_neu.gif") no-repeat scroll right top transparent;
    padding: 4px 22px 4px 5px;
}

#nav_main li.last:hover a { background-position: 100% -150px; font-weight: bold; }

