/*  Datenbank Print Tabelle CSS V2.0 */
/* ================================================ */
BODY {
	background-color: #FFFFFF;
	position: relative; 
  font-size: 8pt;
	color: #000000;
	border-style: none;
	font-family: arial, sans-serif, tahoma, helvetica;
	margin: 0px;
	padding: 0px;
	min-height: 101%;
	width: 100%      
}
* {
	margin: 0px;
	padding: 0px;
}
img, form {
	BORDER-style: none;
}
select, input, textarea { 
	font-size: 1em;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}
p {
	font-size: 1em;
}

/* Überschrift Felder */
H1 {
	font-size: 1em;
	padding: 0px 0px 0px 5px;
}
/* Formulare */
H2 {
	display: none;
}
/* Überschrift */
H5 {
	padding: 10px 0px 2px 5px;
	font-size: 1em;
}
button {
	padding: 2px 5px 2px 5px;
}


/* IE Prozentfehler */
.puffer {
	Width: 100%;  
	padding: 0 1px 0 1px; 
	margin: 0 -1px 0 -1px; 
	overflow: hidden;
}


/* ================================================ */
/*  Datenbank Klassen */
/* ================================================ */
#header {
	display: none;
}
.form-off {
	display: none;
}
.form-on {
	display: none;
}
.form-such {
	display: none;
}


/*  Tabelle */
/* ================================================ */
#db-tabelle {
	width: 100%;
}
#db-tabelle .inhalt {
	padding: 0px 0px 0px 0px;
}
table {
	font-size: 1em;
	color: black;
	width: 100%;
}
table td {
	vertical-align: top;
	padding: 1px 5px 1px 5px;
}
table thead td {
	padding: 5px 5px 4px 5px;
	vertical-align: bottom;
}
table td * {
	font-size: 1em;
}
table td img {
	vertical-align: middle;
}
table a {
	text-decoration: none;
	color: black;
}
table a:hover {
	text-decoration: none;
	color: black;
}
td.sext {
	display: none;
}
td.sext img{
	margin: 0px 7px 0px 7px;	
}


/*  DB Tabelle Navigation */
/* ================================================ */
.dbnavlinks {
	display: none;
}
.dbnavrechts {
	display: none;
}


/*  Meldungen */
/* ================================================ */
#meldung {
	display: none;
}
#nachricht {
	display: none;
}
.extrameldung {
	display: none;
}
#fehlermeldung {
	display: none;
}


/* ================================================ */
/*   Farben   */ 
/* ================================================ */

/*
	#E3ECEC		Gesamthintergrund
	#84ABAB		Rahmen
	#DAE6E6		grüner Hintergrund
	#f9f9f9		grauer heller Hintergrund
	#f0f0f0		Text in der Überschrift
	#31497B		Text Blau Link
	#092A76		Text grün Link
	#DE2121		Text rot Fehlermeldung
*/

H1 {
	color: #333333;
}
H2 {
	color: #f0f0f0;
	background-color: #9AB9B9;
	border-top: #84ABAB 1px solid;
	border-bottom: #84ABAB 2px solid;
}
H3 {
	color: #f0f0f0;
	background-color: #9AB9B9;
	border-bottom: #84ABAB 1px solid;
}
H5 {
	color: #222222;
}
a, a:hover {
	color: #31497B;
}


/* =====  Main Farben  ===== */ 
#header {
}
.inhalt {
}



/* =====  Tabelle Farben  ===== */ 
#db-tabelle {
	background-color: #ffffff;
}
table {
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
}
table .t1 {
	background-color: #ffffff;
}
table .t2 {
	background-color: #f9f9f9;
}
table td {
	border-bottom: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
}
table thead td {
	background-color: #DAE6E6;
}
table thead td {
	border-top: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 2px solid;
	border-right: silver 1px solid;
}

