/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a {
	color: #374EA2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

ol {
padding-left:5px; 
}

h1 {
	font-size: 12px;
	color: #374EA2;
	margin-bottom: 10px;
	padding: 2px 3px;
	display: block;
	height: 30px;
	border-bottom: 1px solid #CFCFCF;
}
h2 {
	font-size: 14px;
	color: #374EA2;
	margin-bottom: 10px;
	padding: 2px 3px;
	display: block;
	border-bottom: 1px solid #CFCFCF;
}
h3 {
	font-size: 16px;
	color: #374EA2;
	margin-bottom: 10px;
	padding: 2px 3px;
	display: block;
	border-bottom: 1px solid #CFCFCF;
}
h4 {
	font-size: 14px;
	color: #374EA2;
	margin-bottom: 10px;
	padding: 2px 3px;
	display: block;
}
h5 {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 10px;
	padding: 2px 3px;
	display: block;
	background-color: #374EA2;
}
/*------------------------------------ h6 wird nur auf Home verwendet, zur SEO. Fragen an Philipp Hülsebusch */
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#D3D3D3;
}
/*------------------------------------ Klasse a_schornstein wird nur auf Home verwendet, zur SEO. Fragen an Philipp Hülsebusch */
.a_schornstein {
	font-size:10px;
	color:#D3D3D3;
	text-decoration: none;
	font-weight: normal;
}
DIV.rechterContent h1 {
	margin-left: -2px;
	margin-right: -5px;
}
h2 {
	font-size: 14px;
	padding-bottom: 5px;
}
p {
	line-height: 18px;
	padding-left: 3px;
}
DIV.linkerContent li, DIV.rechterContent li {
	line-height: 18px;
}

table {
	/*border-collapse: collapse;*/
}
DIV.linkerContent ul, DIV.linkerContent ol, DIV.rechterContent ul, DIV.rechterContent ol {
	margin-left: 1.5em;
}
/*------------------------------------- Standard-Tabelle */
.Tabelle {
	border-collapse: collapse;
	border: 1px solid #b4b4b4;
}
	.Tabelle th {
		background-color: #e6e6e6;
		vertical-align: bottom;
		padding: 3px;
		border: 1px solid #b4b4b4;
	}
	.Tabelle td {
		border: 1px solid #b4b4b4;
		padding: 3px;
/*		vertical-align: top;		*/
	}
/*------------------------------------ Tabelle Text auf blauem Grund */
.Tabelle_Ueberschrift_blau {
	border-collapse: collapse;
	border: 0px;
}
	.Tabelle_Ueberschrift_blau td {
		border: 0px;
		padding: 3px;
		vertical-align: top;
		background-color: #374EA2;
		color: #FFF;
		font-weight: bold;
	}
/*------------------------------------ Tabelle ohne Rahmen Kopfzeile auf grauem Grund */
.Tabelle_ohne_Rahmen_Kopfzeile_grau {
	border-collapse: collapse;
	border: 0px;
}
	.Tabelle_ohne_Rahmen_Kopfzeile_grau th {
		background-color: #CCCCCC;
		vertical-align: bottom;
		padding: 3px;
		border: 0px;
	}
	.Tabelle_ohne_Rahmen_Kopfzeile_grau td {
		border: 0px;
		padding: 3px;
		vertical-align: top;
	}

/*----------------------------------- Hellblauer Higru */
.higru_hellblau {
	background-color: #DDEAFF;
}
/*----------------------------------- Mustertext-Seiten */
.mustertext {
	font-size: 11px;
	border: 1px solid #000000;
	padding: 15px 20px 15px 20px;
	background-image: url(fileadmin/template/global_gfx/mustertext.gif);
	background-repeat: no-repeat;
	background-position: center; 
}

/*----------------------------------- Mustertext-Seiten */
.mpo_Tabelle {
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
}
	.mpo_Tabelle th {
		border: 1px solid #000;
		padding: 3px;
		vertical-align: top;
		background-color: #DDEAFF;
		font-weight: bold;
		text-align: left;
	}
	.mpo_Tabelle td {
		border: 1px solid #000;
		padding: 3px;
		vertical-align: top;
	}

/*----------------------------------- Rot für Tip */
.rot_hervor {
	color: #CC0000;
	font-weight: bold;
}

/*----------------------------------- Rot für Tip */
.bildunterschrift {
	font-size: 10px;
}

