/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version:2.5.2
**  Dateiversion:6.11.06
**  Datei:basemod.css
**  Funktion:Basis-Modifikation fÃ¼r das Layout des YAML-Tutorials
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/
@media all{
/* Formatierung der Seite */

/* Rechte Spalte */
#col2{
width:0px;
margin: 0;
}
/* Mittlere Spalte */

#col3{
width: 800px;
margin-left:180px;
margin-right:0px;
}
#col3_content{
padding-top:1px;
margin-left:0px;
margin-right:0px;
}
#col3 .weekview{
overflow-x: auto;
overflow-y: hidden;
}
#col3 a:hover{
background: none;
color: #DDD;
}
.month-large {
width:100%
}
.month-weeknums {
width:20px;
border-collapse:none;
}
.green_catheader_bullet {
color:#4FC464;
font-size:16px;
}
.green_catheader_text a {
color:#4FC464;
}
.default_catheader_bullet {
color:#557CA3;
font-size:16px;
}
.default_catheader_text a {
color:#557CA3;
}

.orange_catheader_bullet {
color:#FF6D3B;
font-size:16px;
}
.orange_catheader_text a {
color:#FF6D3B;
}
.green_catheader_text{
color:#4FC464;
}
.default_catheader_text{
color:#557CA3;
}
.orange_catheader_text{
color:#FF6D3B;
}

* html #col3{  /*ie6 hack für 2spalten-layout*/
width: 800px;
margin-left:174px; /*sonst rutscht der content im ie6 unter die rechte spalte*/
}

}

