/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 31.05.07
** Datei        : basemod.css
** Funktion     : Basisdatei fuer YAML Layout (static CSS) - Default Layout is 1-3-2
*/

@media all
{

/* Formatierung der Seite */
body { background-color: #FFFFFF; padding:0px;height:100%; }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ width: 990px;margin:0px;}
#page_margins {
/*	margin-left:10px;*/
	margin-right:auto;
	max-width:none;
	min-width:inherit;
}
/*
#page_margins {
	background-image:url(../../images/layout/bg_page_default.jpg);
	background-position:170px 33px;
	background-repeat:no-repeat;
}
*/
#page {
/*	background-image:url(../../images/layout/bg_page_default.jpg);*/
/*	background-position:170px 33px;*/
	background-position:170px 34px;
	background-repeat:no-repeat;
	margin:auto;
}

#pagetitle {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../../images/layout/bg_pagetitle.gif);
	background-position:left 5px;
	background-repeat:repeat-x;
	height:40px;
	overflow:hidden;
}
#pagetitle h1 {
	font-size:1em;
	color:#787878;
	margin:12px 0px 0px 132px;
}

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {}

/* linke Spalte */
#col1 {	width: 170px;}
#col1_content { color: #000000; margin-left: 0em; margin-right:10px;}

/* Rechte Spalte */
#col2 {	width: 170px;}
#col2_content {	color: #000000; margin-left: 0em; margin-right: 0em;}

/* Mittlere Spalte */
#col3 {margin-left: 291px; margin-right: 0px;}
#col3_content { color:#000000; margin-left:1em; margin-right:0px; padding-top:0px; }

/* ------------------------------------------------------------------- */

} /* end @media */
