/* @override http://localhost:2000/fileadmin/css/layout_2col_right_vlines.css */

/* ######################################################################################################
** # "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: 19.1.07
**  Datei       : layout_2col_right_vlines.css
**  Funktion    : Zentrales Stylesheet 2-Spalten-Layout mit grafikfreien Spaltentrennern (Randspalte rechts)
**
*/
@import url(layout_3col_vlines.css);

@media screen
{
/* Rechte Spalte mit fester Breite von 330 Pixeln */
#col2 {width: 330px;}
/* Abschalten der linken Spalte */
#col1 {display:none;}
#col1_content {display:none;}
#col3 {margin-left:0px; border-left:0;}
/* Hintergrund für rechte Spalte */
#col3 {margin-right:0; border-right:330px #FFF solid;}
/* Randabstände anpassen */
#main {padding: 0;}
#footer {}
}