@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
{
#main{  position:relative; }

/* Turn off right column */
#col2 {display:none;}
#col2_content {display:none;}
#col1 {display:none;}
#col1_content {display:none;}
#col3 {margin:0px; border:0px;  position:absolute; left:0px; }
#col3_content {margin-left:23px; margin-right:19px;}

.c75l {
width:76%;
}

.c75l .subcl {
padding:0pt;
}


.c25r {
width:24%;

}


/*wub home */
.wub_box{ position:relative; float:left; }
.wub_box_header{ margin:25px 17px 15px 17px; font-size:15px; font-weight:bold; }
.wub_box_text{ margin:0px 17px 0px 17px; font-weight:bold;height:70px; }
.wub_box_link{ position:absolute;  font-size:11px; color:#b7b7b7; font-weight:bold; }

.wub_box_a{width:311px; height:279px; margin-right:35px;margin-bottom:18px;}
.wub_box_a .wub_box_img{position:absolute;bottom:0px;}
.wub_box_a .wub_box_link {right:30px; top:133px;}

.wub_box_b{width:205px; height:206px; margin-right:21px;margin-bottom:10px;}
.wub_box_b .wub_box_header{ padding:7px 13px 0px 13px; margin:0px;  background-color:#666; height:22px; color:#fc0; }
.wub_box_b .wub_box_text{ margin:13px 14px; font-weight:bold; font-size:11px; height:70px; }

/*wub start */
div.startbox
{
	height:348px;width:100%;position:relative; display:block;margin-bottom:40px;
}

div.startboxCol1
{
 float:left;width:429px;height:348px;margin-right:14px; background-image:url(../img/home_emo_1.jpg);
}

div.startboxCol2
{
 float:left; background-image:url(../img/home_emo_2.png);width:430px; height:348px;
}

div.header_start_img1{
	left:0px;top:0px;height:63px;width:920px;
	background-image:url(../img/wub_top_logo.png);
}

div.header_start_img2{
	left:0px;top:0px;height:162px;width:920px;
	background-image:url(../img/home_top_welcome.jpg);
}



.wub_box_b .wub_box_link{  right:16px; bottom:8px;  }


/* Close @media screen - DO NOT DELETE! */
}