/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 12.03.07
** Datei        : basemod_1-3_fixed.css
** Funktion     : Variation des Basislayouts - Spaltenanordnung: 1-3
**
*/
@media screen
{

/* seitenausrichtung/Breite */
#page_margins { margin: 7px auto 0px auto;}

/* hintergrundbild main */
#main { background-image: url(/fileadmin/images/layout/bg_main.gif); background-repeat:repeat-y; min-height: 430px;}


/* Rechte Spalte abschalten */
#col2 { display:none; }
#col2_content { display:none; }
/* rechten Randabstand anpassen */
#col3 { margin-right:29px; border-right:0; }

#col3_content {margin-left: 27px; padding-bottom: 20px;}

/* Header Folgeseite */
#header {background-image: url(/fileadmin/images/layout/banner_start.jpg); margin-bottom: 4px;}

#title_and_nav {border-bottom: 1px solid #ffffff; border-top: 0px; padding-bottom: 10px; padding-top: 30px; height: 20px;}
* html #title_and_nav {height:1%;}

#pagetitle {float: left;}

#content_wrap1 {margin: 16px 0 0 0; padding: 0 0 0 0; border: 0px solid white;}

/* Formatierung der Fußºeile */
#footer {
	margin-top: 4px;

}
}


