/*
 * ANPASSUNGEN FÜR DEN HOME-SCREEN (STARTSEITE)
 * Die Startseite sieh etwas anders aus als die restlichen Seiten.
 * - kein Submenü
 * - Teaser-Boxen
 */

body{

}

#col1{
	width: 0;
	visibility: hidden;
	display: none;
	
}

#col3{
	margin: 0;
}

* html #col3 { margin-left: 0; margin-right: 0; }

.subcolumns {
	width: 700px; 
	margin: auto;
}

.subcolumns h1{
	text-align: center;
	margin-bottom: 12px;
}

div.csc-textpic-intext-left{
	
	clear: both;
	
}