body {
	background-color: #ffffff;
}
/**
 *	Normale Styles fuer print-Ausgabe ueberschreiben
 */

/* Der Hintergrund ueber den gesamten Inhalt. Enthaelt auch das Fading
   links und rechts */
#layout_container_all {
	width: 800px;
	margin: 0px 0 0 0;
	border-width: 0px;
	color: #000000;
	font-weight: bold;
}

/* Weisser Balken ganz oben */
#layout_bar_head {
	position: relative;
	height: 150px;
	text-align: left;
}

#layout_logo {
	position: absolute;
	top: 35px;
	left: 70px;
}

#layout_headimage {
	display: none;
}


/* lilaner Balken mit vertikalem Verlauf. Ist nur als Hintergrund - die Navi
   selbst wird oben platziert (layout_navigation_top)*/
#layout_bar_navigation {
	display: none;
}

#layout_navigation_top {
	display: none;
}


/* hellgrauer Haupt-Inhalt */
#layout_bar_main {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
	clear: both;
}

#layout_bar_main_teaser {
	float: left;
	width: 20%;
	text-align: left;
	color: #990033;
}


/* Trennelement zwischen Bloecken im Teaser */
.layout_teaser_delimiter {
	margin: 5px 0px 5px 0px;
}

#layout_bar_main_content {
	margin-left: 21%;
	text-align: left;
	color: #000000;
}

.layout_content_headline {
	margin: 0px 0px 15px 0px;
	font-size: 180%;
}

.layout_content_text {
}

/* Abschluss des zweispaltigen Inhalts */
#layout_bar_main_close {
	clear: both;
}


/* der schmale Strich zwischen Inhalt und Fuss */
#layout_bar_main2footer {
	display: none;
}

/* Weisse Fusszeile */
#layout_bar_footer {
	display: none;
}

/* der linke Block in der Fusszeile */
#layout_bar_footer_left {
}

/* der mittlere Block in der Fusszeile.
   Enthaelt den Border links und rechts*/
#layout_bar_footer_center {
}

/* der rechte Block in der Fusszeile */
#layout_bar_footer_right {
}


/* Die (einzeiligen) Texte in der Fusszeile. Die meisten sind je zu einem
   Bild ausgerichtet. */
.layout_footer_text {
	vertical-align: top;
}

/* Der Abschluss unter der Fusszeile */
#layout_bar_footer_close {
	display: none;
}

