/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 12.03.07
** Datei        : basemod_1-3-2_fixed.css
** Funktion     : Variation des Basislayouts - Spaltenanordnung: 1-3-2
**
*/

@media screen
{
#main {margin:0;padding:0;}
/* #col1 wird zur linken Spalte */
#col1 {
/*	background-color: #eeeeee; */
}
/* #col2 wird zur rechten Spalte */
#col2 {
	background-color: #ffffff;

}
/* #col3 wird zur mittleren Spalte */
#col3 {
	background-color: #fff;
}

.pageinclude_left {
	color:#ffffff;
	width:190px;
	margin:5px 5px 20px 5px;
}
.pageinclude_left P.bodytext {
	margin:10px 0px 0px 0px;}
.pageinclude_left P.bodytext A:LINK,
.pageinclude_left P.bodytext A:VISITED,
.pageinclude_left P.bodytext A:HOVER,
.pageinclude_left P.bodytext A:ACTIVE {
	color:#ffffff;
	margin:0px 0px 0px -2px;
	padding:0px 0px 0px 0px;
}
.pageinclude_left P.bodytext A:HOVER {
}
.pageinclude_left P.bodytext A:LINK IMG,
.pageinclude_left P.bodytext A:VISITED IMG,
.pageinclude_left P.bodytext A:HOVER IMG,
.pageinclude_left P.bodytext A:ACTIVE IMG {
	display:none;
}



}