

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #0B0AC3;
	margin: 0px;
	padding: 0px;
	min-width: 780px;
}

h1 {
	font-size: 2em; 
	font-weight: normal;
 }

h2 {
	font-family: Trebuchet MS, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 1.6em;
	font-weight: normal;
}


h3 {
	font-family: Trebuchet MS, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	font-family: Trebuchet MS, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 1.3em;
	font-weight: normal;
}
/*
h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.2em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
} */
.inhaltsbereich {
/*	margin: 0 auto;*/
	background-repeat: repeat-y;
	width: 780px;
/*	width: auto;*/
}
/* ---------- Ueberschriften -------------- */
.teaser {
	margin: 0 0 1em 0;;
	padding: 0;
}

.teaser h2 {
	background:url(/images/icon/icon_pfeil_blau.gif) no-repeat;
	background-position: 28px 5px;
	margin-top: 0.0em;
	padding: 0px 55px;
}

.teaser h3 {
	background:url(/images/icon/icon_pfeil_gruen.gif) no-repeat;
	background-position: 28px 5px;
	margin-top: -0.5em;
	padding: 0px 55px;
}

.teaser p {
	margin-top: 1em;
	padding: 0 25px;
}

/* -------------- Inhaltsbereich ------------- */
.inhaltsbereich_top {
	background-repeat: no-repeat;
	height: 12px;
}

.spalte_links, .spalte_rechts {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.spalte_rechts {
	margin-right: 0px;
	width: 580px;
/*	width: auto;*/
	border-left: 1px solid #CCC;
}

.inhalt h1 {
	background:url(../images/icon/icon_pfeil_blau.gif) no-repeat;
	background-position: 0px 2px;
	padding: 0px 25px;
	height: 30px;
}

.inhalt h2 {
	background:url(../images/icon/icon_pfeil_gruen.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 25px;
}

.inhaltsbereich_bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}

.inhalt {
	padding: 8px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.inhalt p {
	margin: 6px 0px 12px;
}


.clearfloat {
	border-top: 1px solid #CCC;
	clear: both;
	height: 0;
	line-height: 0.3em;
	font-size: 0;
	margin-left: 60px;
}

