@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : layout_wub_sub.css
**  Funktion    : Zentrales Stylesheet 2-Spalten-Layout mit grafikfreien Spaltentrennern (Randspalte links) f�r WUB Subseiten
**
*/
@import url(../../../../typo3conf/ext/db_yamltv/template/yaml/core/base.css);
@import url(screen/basemod.css);
@import url(navigation/nav_slidingdoor.css);
@import url(navigation/nav_vlist.css);
@import url(screen/content.css);
@import url(screen/typo3-RTE.css);
@import url(print/print_003.css);
/* Uncomment for debugging */
/* @import url(../../typo3conf/ext/db_yamltv/template/yaml/debug/debug.css); */

@media screen
{
/* Turn off right column */
#col1 {float:left;}
#col2 {display:none;}
#col2_content {display:none;}

#col3 {margin-right:0; border-right:0;  padding-right:0em; margin:0;padding:0; width:710px; float:left;}
#col3_content {margin:0px; margin-right:18px;}

.c75l{
padding-top:13px;
width:450px;
margin-left:32px;
}

.c25r{

width:182px;


}

.wub_google_logo{ 
	width:89px;
	height:34px;
	background-image:url(../img/wub_google_logo_1.png);
}

.bankomat{
  background:url(../img/wub-bankomatkasse.png) no-repeat;
  width:39px;
  height:25px;
}


/* Close @media screen - DO NOT DELETE! */
}


