/*
    Suche und Sprachauswahl ausschalten
    9.2.2010
    Michael Ibsen
    michael.ibsen@xisio.com
*/

/* 
28.5.2010 
div#teaserRight wieder eingeschaltet
div#suche, div#teaserRight {}
*/

div#suche {
    display: none;
}

/* 
31.5.2010, mib
Hauptmenu ausblenden 
*/
#navipadding  {
    display:none;
}

/* 
31.5.2010, mib
linke Spalte wie rechte Spalte anzeigen 
*/


#left {
    background: 0;
    color: #000;
	background-color: #F0F0F1;
	padding: 10px 0 10px 15px;
	margin: 0;
	width: 175px;
}

#left p {
	color:#000;
	font-size:1.1em;
	margin-bottom:15px;
	width:160px;
}

#middle {
	margin-left:30px;
	width:500px;
}
