/* Verwendete Farben: */
/* ================== */
/* Schrift			#000000 */
/* hellblau			#A0BAFF */
/* gelb				#FDFF87 */
/* dunkelblau		#003793 */
/* graugrün			#03837E */
/* ============================ */

/* DEF: normaler Bodytext und -hintergrund */
BODY{text-align:left;
font-family:Arial;
color:#A4A4A4;
font-size:10pt;}

div,p,select,input{font:100% Arial;}
textarea{min-width:40px; width:80%;}
.left{width:65%; float:left; white-space:nowrap;}
.right{width:31%; float:right;}
.intern {color: #200020}

.linie1 {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.linierl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.linieu {
	border: 1px solid #000000;
}

.linie1u {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 0066B3;
	border-right-color: 0066B3;
	border-bottom-color: 0066B3;
	border-left-color: 0066B3;
}

/* Schriftformatierung */
/* =================== */
/* DEF: normale Schrift */
p{font-family:Arial;
color:#909090;
font-size:10pt}

/* DEF: extra große Überschrift */
h1{text-align:center;
font-family:Arial;
color:#909090;
font-size:20pt;
font-weight:bold}

/* DEF: Überschrift */
h2{font-family:Arial;
color:#909090;
font-size:14pt;
font-weight:bold}

/* DEF: hervorgehobener Text */
h3{font-family:Arial;
color:#909090;
font-size:10pt;
font-weight:bold;
table-layout:auto}

/* DEF: Fussnote */
h4{font-family:Arial;
color:#909090;
font-size:8pt}

/* Linkformatierung */
/* ================ */
/* DEF: Links allgemein */ 
a{font-family:Arial;
color:#03837E;
font-size:10pt;
font-weight:bold}

/* DEF: Links seitenintern */
a.site{font-family:Arial;
color:#003793;
font-size:10pt;
font-weight:bold;
text-decoration:none}

/* DEF: Links seitenintern aktuell */
a.siteakt{font-family:Arial;
color:#003793;
font-size:10pt;
font-weight:bold;
text-decoration:none}

/* DEF: Seitenanfangslink */
a.anf{font-family:Arial;
color:#A0BAFF;
font-size:7pt;
font-weight:normal;
text-decoration:none}

/* Tabellenformatierung */
/* ==================== */
/* DEF: Tabelle als Gerüst */

table.layout{border-style:none;
width:100%
}

/* DEF: Tabellenzelle Administrationsbereich */
td.admin{text-align:left;
vertical-align:top;
padding:5px}

/* DEF: Tabelle normal */
table.tb{border-color:#FDFF87;
border-style:solid;
border-width:thin;
width:100%}

/* DEF: Tabellenzelle normal */
td.tb{text-align:center;
padding:5px;
vertical-align:middle}

/* DEF: hervorgehobene Tabelle mit Schrift */
table.table{border-color:#FDFF87;
border-style:solid;
border-width:thin;
}

/* DEF: hervorgehobene Tabellenzelle mit Schrift */
td.table{text-align:left;
padding:5px;
font-family:Arial;
color:#000000;
font-size:10pt;
vertical-align:top}

