/*
** 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 {}
/* #col2 wird zur rechten Spalte */
#col2 {}
/* #col3 wird zur mittleren Spalte */
#col3 {}
}


#main { background: #ffffff; background: url(/fileadmin/images/layout/bg_page.gif); background-repeat: repeat-y; }

body { background: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;  margin: 25px 0px 0px 0px; }
#page { width: 800px; border: 0px #ffffff solid; }			 


#header { height: 130px; background: #ffffff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; 
          border-bottom: 2px #ffffff solid; 
          background: url(/fileadmin/images/layout/header_news.jpg); background-repeat: no-repeat; }

#logo { 	position:relative;
	left:10px;
	top:110px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:160px; }



#col1 { background:transparent; width: 173px; border-right: 0px #ffffff solid; }
#col1_content { color: #000000; margin-left: 0em; margin-right: 0em; }

/* Rechte Spalte */
#col2 { background:transparent; width: 180px; min-height: 450px; _height: 450px; }
#col2_content { margin-top: 0px; margin-left: 0px; margin-right: 0px;  }
#content_area2 { position:relative;
	       left:10px;
	       top:180px;
	       color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}

.kontakt a:link, .kontakt a:visited, .kontakt a:active  { text-decoration: none; color: #DDDDDD; }
.kontakt a:hover  { text-decoration: underline; color: #ffffff; }



/* Mittlere Spalte */
#col3 { background:transparent; margin-left: 173px; margin-right: 180px; border-right: 0px #ffffff solid;}
#col3_content { margin-left: 0em; margin-right: 0em; padding: 15px 10px 0px 10px; }




#footer { text-align: center; color: #BBBBBB; font-size: 10px; padding: 6px 0px 0px 0px; margin: 0px 0px 0px 0px;  background: #ffffff; }
