/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 13.04.07
** Datei        : basemod.css
** Funktion     : Basisdatei fuer YAML Layout (static CSS) - Default Layout is 1-3-2
**
*/

@media all
{

/* Formatierung der Seite */
body { background: #000000; padding:0px;height:100%; color: #ffffff; }

/* seitenausrichtung/Breite */
#page_margins { background: #000000; width: 773px; margin: 25px auto 0px auto;}

/* Formatierung der Kopfbereiches */
#header { color: #FFF; }

/* Formatierung der Fuߺeile */
#footer {
	background: #000000;
	border-top: 2px #EE1905 solid;
	border-bottom: 2px #EE1905 solid;
	margin-top: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#footertext {
	color: #ffffff;
	font-family: arial;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: #000000; width: auto;}

/* linke Spalte */
#col1 {	width: 194px;}
/*#col1_content { color: #000000; margin-left: 0em; margin-right: 0em;}*/

/* Rechte Spalte */
/*#col2 {	width: 200px;}*/
/*#col2_content {	color: #000000; margin-left: 0em; margin-right: 0em;}*/

/* Mittlere Spalte */
#col3 { background: #333333; }
#content_wrap1 { color: #ffffff;}
#col3_content {background: #333333; width: auto;}

/* ------------------------------------------------------------------- */

#header {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:62px;
}

#logo {
	position:relative;
	left:83px;
	top:13px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:250px;
}

}


.td-no-style {
background-color: transparent!important;

}
