/*
	layout.css
	2006 Intabo GmbH
	Diese Styles bilden das grundsaetzliche Layout der bocholt.de
	Hier werden nur Ids und Klassen fuer DIVs definiert 
*/


*
{
	margin: 0;
	padding: 0;
}


body
{
	color: #333333;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1em;
}


/* Dieses DIV enthaelt den kompletten Banner */
#layout_banner
{
	width: 100%;
}

/* Die Volksbank-Werbung */
#layout_banner_volksbank
{
	height: 16px;
	text-align: right;
	padding-right: 10px;
}

/* Die Banner-Grafik */
#layout_banner_grafik
{
	margin-top: 1px;
	height: 60px;
	background-image: url(/grafiken/esb/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #314A9c;
}

/* Die Navigation im Banner */
#layout_banner_navigation
{
	margin-top: 5px;
	font-size: 1em;
	border-bottom: 1px solid #99CCFF;
}


/* Die Werbung im Banner */
#layout_banner_werbung
{
	margin-top: 5px;
	font-size: 1em;
	padding-left: 20px;
}
.werbebannerbox { display: inline; }
.werbebannerbox_links { margin-top: 5px; }
.werbebannerbox_rechts { margin-top: 5px: }

/* Der Verlauf im Banner */
#layout_banner_verlauf
{
	padding: 0;
	padding-left: 1em;
	font-size: 0.8em;
	margin-top: 2px;
	height: 1.2em;
	vertical-align: middle;
	background-image: url(/grafiken/verlauf/verlauf_hg.gif);
	background-position: top left;
}

#layout_inhalt
{
	width: 99.9%;
}










