﻿/* CSS-Layout */

h2 {font-size: 1.5em; color: #004284; margin: 0 0 0.5em 0; padding-top: 1.5em; border-bottom: 2px #ddd solid; }

.style1 {
	text-align: center;
}
/* Schriftfarbe dunkelblau, Größe medium */
.style2 {
	text-align: center;
	font-size: medium;
	color: #004284;
}

.style3 {
	font-size: large;
	color: #800000;
	text-align: center;
}

/* Positionierung Tabelle im Header */
#topnavheader {display: none;}

/* Rahmen um Bilder */
.style4 {
	border-style: solid;
	border-width: 1px;
}

/* Tabellenrahmen blau */
.style5 {
	border: 1px solid #004284;
}

/* Schrift xxlarge, blau */
.style6 {
	font-size: xx-large;
	color: #004284;
}

/* Schrift large blau */
.style7 {
	font-size: large;
	color: #004284; 
}

/* Schrift medium */
.style11 {
	font-size: medium;
}

/* Schrift rot */
.style12 {
	color: #800000;
}

/* Schrift xlarge */
.style15 {
	text-align: center;
	font-size: x-large;
	color: #004284;
}

.style17 {
	color: #000000;
	font-size: small;
}

/* rechtsbündig */
.style18 {
	text-align: right;
}

.style19 {
	border-style: solid;
}
.style20 {
	font-size: large;
	color: #004284;
	text-align: left;
}
.style21 {
	text-align: left;
}
.style22 {
	font-size: x-large;
	color: #004284;
}
.style23 {
	font-size: small;
}
.style24 {
	text-align: center;
	font-size: small;
	color: #004284;
}
.style25 {
	display: block;
	text-align: center;
}
