@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...
*/
@import url(/typo3conf/ext/db_yamltv/template/yaml/navigation/nav_shinybuttons.css);
@media all
{
body{
	background-color:White;
}
#header{
	background:White;
}
#header img.headImg1{
	background-color:transparent;
}
/* ####################################
** ### Teaser #########################
** ####################################
*/
#teaser {margin:0; padding:0; background:transparent; color:#666; border:1px solid #222;}
#teaser div {float:left; width:auto; margin-right:2em; font-size:12px;}

#teaser .rootline {margin:6px 0 4px 10px;}
#teaser .rootline a {color:#666;}
#teaser .rootline a:hover {background:transparent;}

#teaser .langMenu {float:right; margin:3px 10px 0 0;}
#teaser .langMenu a:hover {background:transparent;}
#teaser .langMenu img {margin-top:3px;padding-right:3px;}

#teaser .selectFontSize {float:right; margin:6px 10px 0 0;}
#teaser .selectFontSize a {color:#666;}
#teaser .selectFontSize a:hover {background:transparent;}

#teaser .aktDatum {float:right; margin:6px 20px 4px 0;}

#nav_main ul{
	/*margin-left:400px;*/
}
#topnav a{
	color:#000000;
}
.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:left;
  width:491px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:491px;
}
 
.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
}
}
