@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 */
.upper {
   background: #FFFFFF none repeat scroll 0%;
   border: 0;
}

body { 
/*   background: #A3BBFF; */
   background: #FCF8EF; /* ganz helles orange */
/*   background: #F5E6CA; */ /* helles orange */
/*   font-family: "ms sans serif",verdana,"microsoft sans serif",helvetica,arial; */
}

#header { 
/*   background: #F5E6CA; */
   background:url(../myYamlExtention/yaml_bg_2011.png) repeat-x; 
/*   background-image: url(../myYamlExtention/yaml_bg_2011.png); */
/*   background-repeat:repeat-x scroll center top */
/*   background: #2149E3 url(../myYamlExtention/yaml_bg.gif) repeat-x scroll center top */
}
#topnav {
   color: #ED7B2B;
   font-weight: bold;
}

#topnav a {
   color: #ED7B2B;
}

#nav_main { 
   background-color: #2149E3;
}

/* thomas 15.1.2011 neu */
#teaser  {
/*   background: #ED7B2B; */
   background: rgb(255,127,21);
   color: white;
}


/* für tt_address */

.vcard {
   clear:both;
   margin: 1em 1em 3em 1em;
}

.photo {
   clear: both;
   margin: 0 2em 3em 0;
}

/* tt_address ende */

/***********************/
/* Thomas, 23.06.2009 */
/* Experimente         */
/***********************/
div.news-latest-item {
}

h3 div.news-latest-item {
   font-size: 100%; 
}

}
  
