﻿/* 

Basis-CSS für alle Browser und Bereiche 
(c) 2002-2006 Siever/Runkehl, sprache@web

*/

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, td, th, form, input, option, address, blockquote, nobr, b, i, pre { 
	font-family: Verdana, Tahoma, Univers, Geneva, Helvetica, Arial, sans-serif;
}

body {
	background-color:#FFFFF9; 
	color:#111111;
	margin:0px;
}

h3 {
	color:#444444; 
	font-size:0.9em; 
	font-weight:bold; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-top:10px;
  clear: both;
}

h4 {
	color:#444444; 
	font-size:0.8em; 
	font-weight:bold; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-top:7px;
  clear: both;
}

h5
{
  font-size: 0.8em;
  color: #555555;
  font-weight: bold;
  margin-right: 0px;
  margin-top: 7px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
}

p.clear
{
  clear: both;
}

.fliesstext {
	font-size:13px; 
	line-height:125%; 
	margin-top:5px; 
	margin-bottom:15px;
}

blockquote  {
	font-size:12px; 
	line-height:125%; 
	margin-top:5px; 
	margin-bottom:15px;
}

.einzug {
	font-size:12px; 
	line-height:125%; 
	margin-top:5px; 
	margin-bottom:15px; 
	margin-left:18px; 
	margin-right:5px;
}

.literatur {
	font-size:12px; 
	line-height:125%; 
	text-indent:-15px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 15px; 
}

.lex { 
	line-height:120%; 
	font-size:10pt; 
	margin-left:15px; 
	text-indent:-15px;
}

.lexLiteratur {
	font-size:8pt; 
	line-height:120%; 
	text-indent:-15px; 
	margin-top: -15px; 
	margin-bottom: 5px;
	margin-left: 15px; 
}

.copy { 
	line-height:180%; 
	font-size:0.7em; 
	color:#999999; 
	font-weight:bold;
}

/* fett im Fließtext heller */
p.fliesstext b { 
	color:#444444;
}
p.fliesstext strong { 
	color:#444444;
}

li strong { 
	color:#444444;
}

.gesperrt { 
	color:#666666;
  font-weight:bold;
  letter-spacing: .05em;
}

.recte {font-weight: normal; }



/* Bilder */
.imgLinks {
	text-align: left;
	float: left;
	margin: 5px 15px 15px 0px;
}

img.left {
	text-align: left;
	float: left;
	margin: 5px 15px 15px 0px;
}

img.right {
	text-align: left;
	float: right;
	margin: 5px 15px 15px 0px;
}

img {
	border: 0;
}


/* Listen */
.listentext {
	font-size:0.8em; 
	margin-top:0px; 
	margin-bottom:0px;
}

ol { 
	font-size:10pt; 
	margin-left:15px; 
	margin-top:5px; 
	margin-bottom:5px; 
	list-style-type:decimal; 
	padding-left:5px; 
}

ol li {
	margin-left:5px;
}

ul.pfeil { 
	font-size:10pt; 
	line-height:120%; 
	margin-top:5px; 
	margin-bottom:5px; 
	margin-left:15px; 
	padding-left:0px;
}

ul {
	font-size:10pt; 
	margin-top:5px; 
	margin-bottom:5px; 
	margin-left:15px; 
	list-style-type:disc; 
	padding-left:0px;
}

ul li {
	margin-left:5px; 
	list-style-type:square; 
}

ul.link {
	margin-left:12px; 
	line-height:125%; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-left:0px;
}

p.linkzeileDL { 
	font-size: 12px; 
	line-height: 125%; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	background-position: left center; 
	padding-left:15px; 
	background-image: url('/images/struktur/download.gif'); 
	background-repeat: no-repeat;
}

p.linkzeilePDF { 
	font-size: 12px; 
	line-height: 125%; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	background-position: left center; 
	padding-left:15px; 
	background-image: url('/images/struktur/downloadPDF.gif'); 
	background-repeat:no-repeat;
}

.standort { 
	font-size:0.7em; 
	color:#111111; 
	margin-left:10px; 
	margin-right:5px;
}

/* Tabellen */
.tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	line-height: 120%;
	border-color: #F3F3F3;
	border-width: 0px;
	border-collapse: collapse;
}

.tab td {
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFF9;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 5px;
	border-collapse: collapse;
}

.tab th {
	font-weight: 600;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFF9;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 5px;
	border-collapse: collapse;
}

.tab thead td {
	font-weight: 600;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFF9;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 5px;
	border-collapse: collapse;
}

.tabth {
	font-weight:600;
}

.tabueber1 { 
	font-size:11px;
	font-weight:bold; 
	color:#FFFFF0; 
	letter-spacing:1px;
	margin:3px 10px; 
}

.tabtext {
	margin:3px 10px; 
	line-height:120%; 
	font-size:11px; 
}

.tabObenUnten {
	border-top: 1px solid #C0C0C0; 
	border-bottom: 1px solid #C0C0C0;
}

.tabUnten {
	border-bottom: 1px solid #C0C0C0;
}


/* Sonderformate */
.handytext {
	font-size:11px; 
	line-height:120%; 
	margin:3px 10px; 
	text-align:left;
}

.error {
	font-size:11px;
	color:#FF0000; 
	font-weight:bold; 
	line-height:120%; 
	margin:5px 10px; 
}

.treffer { 
	font-size:10pt; 
	line-height:120%; 
	background-color:#FFFF00; 
	margin-top:5px; 
	margin-bottom:5px;
}

p.hidden {
	display:none; 
	font-size:1pt;
}

.hohne {
	background-image:url('/images/p_trans.gif');
}


/* rechte Spalte*/
h6 { 
	font-size:11px; 
	font-weight:bold; 
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px; 
	margin-right:5px; 
}

.kastentext { 
	font-size:11px; 
	line-height:120%; 
	margin-top:5px; 
	margin-bottom:5px;
	margin-left:5px; 
	margin-right:1px; 
}

.kastentextBG { 
	border:2px solid #F5F5F5; 
	font-size:12px; 
	line-height:120%; 
	margin-top:5px; 
	margin-left:15px; 
	margin-right:5px; 
	margin-bottom:5px; 
	background-color:#F5F5F5;
}

td.gerahmt { 
	border:1px solid #D0D0D0;
}
td.gerahmttop { 
	border-left:1px solid #D0D0D0; 
	border-right:1px solid #D0D0D0; 
	border-top:1px solid #D0D0D0;
}


/* linke Spalte */
.navitop { 
	font-size:13px; 
	margin-left:10px; 
	margin-top:2px; 
	margin-bottom:3px;
}

.navi1 { 
	font-size:11px; 
	color:#FFFFFF; 
	margin-left:10px; 
	margin-right:5px; 
	margin-top:2px; 
	margin-bottom:2px;
}

.navi2 { 
	font-size:11px; 
	color:#111111; 
	margin-left:15px; 
	margin-right:5px; 
	margin-top:5px; 
	margin-bottom:5px;
}


/* Formularelemente */

form { 
	margin-top: 0px; 
	margin-bottom: 0px; 
}

.form { 
	font-size: 11px; 
	margin-left: 5px; 
	margin-right: 1px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

input { 
	color: #0F0F0F; 
	background-color: #f5f5f5;
}

input.ofr { 
	font-size: 11px; 
	color: #001A2F; 
	background-color: #f5f5f5; 
	border: 1px solid #001A2F; 
	padding: 1px;
}

textarea { 
	color:#111111;
	border:0px;
	background-color:#f5f5f5;
}

select { 
	font-size: 12px; 
	color: #001A2F; 
	background-color: #f5f5f5;
}

.go { 
	margin-top: 5px; 
	margin-bottom: 5px;
}

.goGreen { 
	margin-top: 4px; 
	margin-bottom: -8px; 
	margin-left:0px;
	padding-top:0px; 
	padding-left:5px; 
	padding-right:5px; 
	padding-bottom:2px; 
}

.srch600 { 
	width: 600px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srch300 {
	width: 300px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srch240 { 
	width: 240px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srch280 { 
	width: 280px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srch170 { 
	width: 170px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srch110 { 
	width: 110px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srch50 { 
	width: 50px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srch25 { 
	width: 25px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top:2px; 
	padding-bottom:2px;
	padding-left:5px; 
	padding-right:5px; 
}

.srchKasten { 
	width: 100px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 11px; 
	background-color: #f4f4f4; 
	border:1px solid #AAAAAA; 
	margin-top: 4px; 
	margin-bottom: 4px; 
	margin-left:4px;
	padding-top:0px; 
	padding-left:5px; 
	padding-right:5px; 
	padding-bottom:2px; 
}

.suche { 
	line-height:120%; 
	font-size:11px; 
	margin-top:5px; 
	margin-bottom:5px;
}

.srchButton { 
	width: 55px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	border:1px solid #AAAAAA; 
	margin-top: 5px; 
	margin-left: -5px; 
	margin-bottom: 5px; 
	padding-top:1px; 
	padding-left:5px; 
	background-color: #AAAAAA; 
	padding-right:5px; 
	padding-bottom:2px; 
	height:20px;
}


.rot {color: #FF0000; }
.grün {color: Green; }


/* Hyperlinks; allgemein */
a { font-weight:bold;
}
a:link { 
	text-decoration: none; 
}
a:visited { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline;
}
a:active { 
	text-decoration: underline;
}

a:link.ohne { 
	color: #111111; 
	text-decoration: underline; 
	font-weight: normal;
}
a:visited.ohne { 
	color: #111111; 
	text-decoration: underline; 
	font-weight: normal;
}
a:hover.ohne { 
	color: #111111; 
	text-decoration: underline; 
	font-weight: normal;
}
a:active.ohne { 
	color: #111111; 
	text-decoration: underline; 
	font-weight: normal;
}

a:link.linkb { 
	color: #111111; 
	text-decoration: none;
}
a:visited.linkb { 
	color: #111111; 
	text-decoration: none;
}
a:hover.linkb { 
	color: #111111; 
	text-decoration: none;
}
a:active.linkb { 
	color: #111111; 
	text-decoration: none;
}

/* Hyperlinks; Navigation oben */

a:link.anavitop { 
	color: #F5F5F5; 
	text-decoration: none; 
	font-weight: normal;
}
a:visited.anavitop { 
	color: #F5F5F5; 
	text-decoration: none; 
	font-weight: normal;
}
a:hover.anavitop { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
}
a:active.anavitop { 
	color: #F5F5F5; 
	text-decoration: none; 
	font-weight: normal;
}


/* Hyperlinks; Navigation links */

a:link.anavi2 { 
	color: #111111; 
	text-decoration: none; 
	font-weight: normal;
}
a:visited.anavi2 { 
	color: #111111; 
	text-decoration: none; 
	font-weight: normal;
}
a:hover.anavi2 { 
	color: #808080; 
	text-decoration: none; 
	font-weight: normal;
}
a:active.anavi2 { 
	color: #808080; 
	text-decoration: none; 
	font-weight: normal;
}


/* Hyperlinks; Navigation unten */

a:link.acopy { 
	color: #999999; 
	text-decoration: none;
}
a:visited.acopy { 
	color: #999999; 
	text-decoration: none;
}
a:hover.acopy { 
	color: #999999; 
	text-decoration: none;
}
a:active.acopy { 
	color: #999999; 
	text-decoration: none;
}
