/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 31.05.07
** Datei        : basemod_001.css
** Funktion     : Variation des Basislayouts - Spaltenanordnung: 1-3
**
*/
@media screen
{

/* Rechte Spalte abschalten */
#col2 { display:none; }
#col2_content { display:none; }
/* rechten Randabstand anpassen */
#col3 {
	background-image:url(/fileadmin/images/layout/background_gallery.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin-right:0px;
	margin-left:150px;
	border-right:0px;
/*	min-height:600px;*/
}
#col3_content {
}


} /* @media screen - end */

@media all
{

#page{
	width:990px;
	background-color:#000000;
	margin:auto;
/*	border:1px #ffffff solid;*/
}

/* Formatierung der Kopfbereiches */
#header {
	background-color:#000000;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:90px;
}

/* Formatierung der Navigation oben */
#topnav {
	position:absolute;
	top:0px;
	right:0px;
	background:transparent;
	text-align:left;
	width:100%; /* for safari */
}

/* Formatierung des Logos */
#logo {
	position:relative;
	left:0px;
	top:0px;
	padding:0px 0px 0px 0px;
	margin:27px 0px 0px 150px;
	text-align:left;
}
#col3_content .table_col3 {
	border-collapse:collapse;
}
#col3_content .table_col3_td1 {
	margin:0px;
	padding:0px;
}
#col3_content .table_col3_td2 {
	margin:0px;
	padding:0px;
}

#col3_content #content_1 {
}
#col3_content #content_1 IMG {
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
/*	margin:-1px 0px 0px 0px;*/
}
#col3_content #content_2 {

	/*width:235px;*/
}
#col3_content #content_2 P.bodytext {
	font-size:11px;
}


} /* @media all - end */
