@CHARSET "ISO-8859-1";

body {
	color:#333333;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:140%;
	margin:0px;
	padding:0px;
	text-align:center;
}

h1 {
	font-size:1.6em;
}

h2 { font-size:1.4em; } /* 2. Ordnung */
h3 { font-size:1.2em; } /* 3. Ordnung */
h4 { font-size:1em; } /* 4. Ordnung */
h5 { font-size:0.9em; } /* 5. Ordnung */
h6 { font-size:0.8em; } /* 6. Ordnung */

a:link { color:#003366; text-decoration:underline; } /* Noch nicht besuchter Link */ 
a:visited { color:#003366; text-decoration:underline; } /* Bereits besuchter Link */
a:hover { color:#b00000; text-decoration:underline; } /* Hover-Effekt */
a:active { color:#003366; text-decoration:underline; } /* Gerade angeklickter Link */

ul { list-style-type:square; } /* Unnummerierte Liste */
ol { list-style-type:decimal; } /* Nummerierte Liste */
li { padding:.2em 0em; } /* Listemelement */
dl { } /* Definitionsliste */
dt { } /* Zu definierender Ausdruck einer Definitionsliste */
dd { } /* Definierender Ausdruck einer Definitionsliste */

table { font-size:1em; } /* Tabelle */
tr { } /* Tabellenzeile */
th { font-weight:bold; } /* Kopfzelle */
td { font-weight:normal; } /* Datenzelle */

img { border:0px; } /* Grafik */

hr { height:1px; color:#000000; } /* Horizontale Linie */

form { margin:0px; } /* Formular */
input { } /* einzeiliges Textfeld, Checkbox, Radiobutton, Dateiupload, Button etc. */
select { } /* Auswahlliste */
label { } /* Beschriftung fuer Formularfeld */
textarea { } /* mehrzeiliges Textfeld */

abbr { } /* Abgekuerzte Schreibweise (z. B. "WWW") */
acronym { } /* Abkuerzung (z. B. "z. B.") */
address { } /* Adresse */
blockquote { } /* Zitat als Block */
big { } /* Groessere Schrift */ 
code { } /* Quelltext */
cite { } /* Zitat */
del { } /* Ungueltiger Text */
dfn { } /* Definition */
em { } /* Stark hervorgehobener Text */
ins { } /* Neu hinzugekommener Text */
kbd { } /* Tastatureingabe */
pre {} /* Vorformatierter Text */
samp { } /* Beispiel */
small { } /* Kleinere Schrift */
strong { } /* Hervorgehobener Text */
var { } /* Variable */

.breaker { clear:both; height:0px; line-height:0px; overflow:hidden; } /* Breaker zur Aufhebung des Textflusses */
.invisible { display:none; } /* Nicht angezeigt */

a:link { color:#3a489e; text-decoration:none; } /* Noch nicht besuchter Link */ 
a:visited { color:#7981af; text-decoration:none; } /* Bereits besuchter Link */
a:hover { text-decoration:underline; } /* Hover-Effekt */
a:active { color:#3a489e; text-decoration:underline; } /* Gerade angeklickter Link */
a.external { padding-right:14px; background:url(../images/icon_link_external.gif) right no-repeat; } /* Gerade angeklickter Link */

abbr { cursor:help; } 

h2 {
	color:#666;
	padding:0px 0px 0px 17px;
	margin:10px 0px;
	background:url(../images/dot_h2.gif) 0em .1em no-repeat;
	font-size:16px;
	
}

h3.headline {
	color:#000;
	padding:8px 10px;
	margin-bottom:0px;
	background:#ffdd00 url(../images/headlines_bg.gif) bottom repeat-x;
	border-bottom:1px solid #fff;
	font-size:100%;
}

small {
	font-size:.9em;
	line-height:1.4em;
}

input[type=text], select, textarea {
	border:1px solid #CCC;
}

input[type=submit], input[type=cancel], input[type=button] {
	background:#f8f8f8 url(../images/form_submit_bg.gif) bottom left repeat-x;
    border:1px solid #CCC;
	color:#3a4b9d;
	font-weight:bold;
	padding:4px;
	font-size:100%;
}

input[type=submit]:hover, input[type=cancel]:hover, input[type=button]:hover {
	border:1px solid #999;
}


#content {
	width:985px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

/* Header
------------------------------ */

#header {
	background:#fff url(../images/header.jpg) 400px 0px no-repeat;
	width:100%;
	height:142px;
	position:relative;
}

#header h1 {
	margin:0px;
	padding:0px;
	position:absolute;
	top:40px;
	left:25px;
	font-size:23px;
	font-family:Univers, arial, sans-serif;
}

#header h1 a {
	color:#999;
	text-decoration:none;	
}

#logo {
	position:absolute;
   	top:10px;
	right:10px;
}

/* Header
------------------------------ */

#mainnav {
	position:absolute;
	width:100%;
	top:94px;
	background:#ffdd00 url(../images/mainnav_bg.gif) repeat-x;
	clear:both;
	height:45px;
	padding-left:25px;
}

#mainnav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#mainnav li {
	float:left;
	margin:0px;
	padding:0px;
	border-right:1px solid #fff;
	height:37px;
}

#mainnav li:first-child {
	border-left:1px solid #fff;
}

#mainnav li a {
	border-left:1px solid #edca00;
	border-right:1px solid #edca00;
	font-family: arial, sans-serif;
	color:#000;
	display:block;
	font-weight:bold;
	height:37px;
	line-height:37px;
	padding:0px 10px;
	float:left;
	text-decoration:none;
}

#mainnav li.active a {
	background:url(../images/mainnav_active.gif) repeat-x !important;
}

#mainnav li a:hover {
	background:url(../images/mainnav_over.gif) repeat-x;
}


/* 2-Spalten Layout
------------------------------ */

#columns2 {
/*	border-bottom:1px solid #CCC; */
	margin:20px 0px;
	padding-bottom:10px;
}

#columns2 #column-wrapper {
	width:99%;
}

#columns2 #column1 {
	float:left;
	overflow:hidden;
	width:22.5%;
	display:inline;	
}

#columns2 #column2 {
	float:right;
	overflow:hidden;
	padding-top:10px;
	width:75.5%;
	display:inline;	
}

/* 3-Spalten Layout
------------------------------ */

#columns3 {
	margin:10px 0px;
}

/*
#columns3 #column-wrapper {
	float:left;
	width:70%;
}
*/

#columns3 #text {
	margin:10px 24px 10px 23px;
}

#columns3 #column1 {
	float:left;
	overflow:hidden;
	width:492px;
	margin-right:24px;
	margin-left:23px;
	display:inline;
}

#columns3 #column2 {
	float:left;
	overflow:hidden;
	width:422px;
	display:inline;
}


/* Footer
------------------------------ */

#footer {
	clear:both;
	margin:0px;
	padding:0px;
	color:#a8a8a8;
}

#footer-line {
	height:67px;
	background:url(../images/footer_headline_bg.gif) 0px 20px repeat-x;	
}
#footer h3 {
	margin-top:0px;
	padding:55px 25px 0px 25px;
	background:url(../images/footer_logo.gif) no-repeat center top;
	color:#a8a8a8;
	font-size:15px;
	font-weight:normal;
}

#footer a  {
	color:#a8a8a8;
	font-weight:bold;
	text-decoration:none;
	padding:0px 5px;
}

#footer a:hover  {
	text-decoration:underline;
}

#footer p  {
	padding-left:20px;
}




/* Allgemein
------------------------------ */

.box {
	background:#EEE;
	padding:0px 10px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #fff;
}

.box h3, h3.mainheadline {
	background:#FFD900;
	font-size:100%;
	margin:-10px -10px 0px -10px;
	padding:5px 20px;
}

.lightbox {
	background:#FFF;
	padding:10px;
	border:1px solid #dcdcdc;
}

.box h3, h3.mainheadline {
	background:#FFD900;
	font-size:100%;
	margin:-10px -10px 0px -10px;
	padding:5px 20px;
}

#column1 h3 {
	background:#FFD900;
	font-size:100%;
	padding:5px 10px;
	margin:20px 0px 0px 0px;
}

#column1 .box, #column3 .box {
	padding:0px 10px;
}

#column1 .box h3, #column3 .box h3 {
	border-bottom:2px solid #FFF;
	margin:0px -10px 0px -10px;
}

#column1 h4  {
	margin:0px;
	padding:10px 0px 0px;
}

/* colortable
------------------------------ */

table.colortable {
	border:0;
	margin:0px;
	padding:0px;
	}
table.colortable caption {
	background:#FFD900 url(../images/headlines_bg.gif) bottom repeat-x;
	border-bottom:1px solid #fff;
	color:#333;
	font-weight:bold;
	margin:0px;
	padding:8px;
	text-align:left;
	}
table.colortable th {
	color:#333333;
	background-color:#dfdfdf;
	border:0;
	margin:0px;
	padding:8px 5px;
	font-weight:normal;
	}
table.colortable th.switch, table.colortable tr.switch th {
	background-color:#E4E4E4;
	color:#3C3C3C;
	}
table.colortable th a {
	color:#FFF !important;
	}
table.colortable th.switch a, table.colortable tr.switch th a {
	color:#333 !important;
	}
table.colortable td {
	background-color:#f5f5f5;
	border:0;
	margin:0px;
	padding:5px;
	border-bottom:1px solid #F1F1F1;
	}
table.colortable tr.switch td, table.colortable td.switch {
	background-color:#F8F8F8;
	}
table.colortable tr.highlight td, table.colortable td.highlight {
	background-color:#FFEA73;
	border-top:1px solid #bfb57a;
	border-bottom:1px solid #bfb57a;
	}
table.colortable tfoot td {
	background-color:#FFF;
	border:none !important;
	border-top:1px solid #CCC !important;
	color:#999;
	font-size:90%;
	}
	
/* Meldungen
------------------------------ */


.error {
	color:#B00;
	font-weight:bold;
}

p.error {
	background:#b00 url(/common/images/error.gif) no-repeat 10px 10px;
	color:#FFF;
	padding:10px 10px 10px 35px;
}

p.warning {
	background:#F8F8F8 url(../images/error.gif) no-repeat 10px 10px;
	padding:10px 10px 10px 35px;
	border:1px solid #EEE;
}

div.hilfe {
	background:#ebeef7 url(../images/info.gif) no-repeat 10px 10px;
	padding:10px 10px 10px 35px;
	border:1px solid #c3cde8;
	font-size:11px;
}

div.info {
	background:#ebeef7 url(../images/info.gif) no-repeat 10px 10px;
	padding:10px 10px 10px 35px;
	border:1px solid #c3cde8;
	font-size:11px;
}

.inactive {
	color:#CCC;
}


/* Navlist
------------------------------ */

.navlist {
	margin:0px;
	padding:0px;
	border-top:4px solid #ffdd00;
	border-bottom:4px solid #ffdd00;
}

.navlist h3 {
	display:none;
}

.navlist ul {
	list-style:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #FFF;
}

/* 1. Ebene */
.navlist ul li {
	padding:0px;
	margin:0px;
	display:inline;
}

.navlist ul li a {
	color:#333333 !important;
	text-decoration:none !important;
	font-weight:bold;
	padding:7px 10px 7px 10px;
	display:block;
	background:#F5F5F5;
	border-top:1px solid #FFF;
	color:#000;	
}

.navlist ul li.active a, .navlist ul li a:hover {
 	background-color:#DFDFDF;
}

/* 2. Ebene */
.navlist ul ul {
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;	
}

.navlist ul li.active ul li a {
	font-weight:normal !important;
	padding:3px 10px 3px 25px;
	background:#eee;
	border:none;
}

.navlist ul li.active ul li.active a, .navlist ul li.active ul li a:hover {
	color:#339 !important;
	font-weight:bold !important;
	background:#eee url(../images/dot_navlist.gif) 10px 5px  no-repeat;
}

.navlist ul ul li.active a {
	font-weight:bold !important;
}

/* Anchorlist (Liste mit Sprungmarken zu Bereichen auf der gleichen Seite)
------------------------------ */

ul.anchorlist {
	margin:auto 5px;
	padding:0px;
	list-style:none;
	}
ul.anchorlist li {
	margin:3px 0px;
	padding-left:18px;
	line-height:1.2em;
	background:url(../images/dot_anchorlist.gif) no-repeat 0px .4em;
	}
	


/* Homepage: Suche
------------------------------ */

#mainsearch-headline {
	padding:5px 10px;
	background:#ffdd00;
	color:#000;
	font-weight:bold;
}

#mainsearch {
	background:#e4e4e4;
	border-bottom:1px solid #CCC;
	clear:both;
	color:#333;
	overflow:hidden;
}

#mainsearch form {
	clear:both;
	padding:15px 30px 5px 30px;
	margin:0px;
}

#mainsearch p {
	padding:0px;
	margin:5px 0px;
}

#mainsearch label {
	display:block;
	float:left;
	width:5em;
}

#mainsearch input, #mainsearch select {
	border:1px solid #999; 
}

/** TODO: doesn't work in IE
#mainsearch select {
	width: 80%;
}
*/

#mainsearch input[type=submit] {
	margin-left:6em;
}

#mainsearch label#lbl_searchdata_maxdistance {
	display:inline;
	float:none;
	width:auto;
}

#mainsearch a {
}

#mainsearch #hinweis-erweiterte-suche {
	margin-top:15px;
	font-size:11px;
}

/* Homepage: Weitere Suchekriterien
------------------------------ */

#weitere-suchkriterien {
	font-size:11px;	
}

#weitere-suchkriterien ul {
	list-style:none;
	margin:10px 0px 0px;
	padding:0px;
}

#weitere-suchkriterien ul li {
	margin:0px;
	padding:5px 0px 5px 10px;
	background:url(../images/layout/dot_right.gif) 0px 10px  no-repeat;
}

#weitere-suchkriterien a {
}

/* Homepage: Hilfe
------------------------------ */

.colorbox {
	background:#f4f4f4;
	padding:10px;
	font-size:11px;
}


/* Homepage: Aktuelle Qualitaetsberichte
------------------------------ */

#aktualisierte-qb {
	font-size:11px;
	color:#666666;
}
#aktualisierte-qb ul {
	margin:10px 0px 0px;
	padding:0px;
	list-style:none;
}
#aktualisierte-qb ul li {
	margin:0px;
	padding:5px 0px 5px 10px;
	background:url(../images/layout/dot_right.gif) 0px 10px no-repeat;
}
#aktualisierte-qb ul li a {
}

/* Suchergebnisse
------------------------------ */

#searchfeedback {
	background-color:#EEE;
	padding:10px;
	margin-bottom:20px;
}

#searchfeedback p {
	margin:0px;
}

/* Glossar
------------------------------ */

#glossarAlphabet {
	background-color:#EEE;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:20px;
	font-size:110%;
}

#glossarAlphabet a {
	border:1px solid #ccc;
	padding:3px 5px;
	background:#f8f8f8;
	font-weight:bold;
}

#glossarAlphabet strong {
	font-size:150%;

}

#glossarArticles a {
	color:#333 !important;
	text-decoration:none !important;
}



/*
------------------------------ */

.tooltip {
	font-size:90%;
	background-color:#f8f8f8;
	border:1px solid #999;
	color:#222;
	padding:10px;
	text-align:left;
	
}

#flexicon {
	background:#F4F4F4 url(../images/flexicon.gif) bottom right no-repeat;
	sborder:1px solid #999;
	font-size:90%;
	margin:20px 0px;
	padding:8px 50px 8px 8px;
}

.checkboxlist {
	background-color:#FFF;
	border:1px solid #999;
	height:10em; 
	overflow:auto;
	padding:10px;
}

.btn_assistent {
	display:none;
}

a.glossar {
	background:transparent url(./images/glossar.gif) left no-repeat;
	padding-left:20px;
	cursor:help;
}

span.highlight {
	background-color:#FFEA73;
	border-top:1px solid #bfb57a;
	border-bottom:1px solid #bfb57a;	
}

/* Searchinfo-Box
------------------------------ */

.searchinfo {
	padding:10px;
	border:1px solid #ccc;
	background:#f3f3f3 url(../images/searchinfo_bg.gif) left bottom repeat-x;
	position:relative;
}

.searchinfo img {
	position:absolute;
	top:20px;
	left:20px;
	float:left;
	margin:0px;
}

.searchinfo h3 {
	margin:10px;
	margin-left:90px;
	padding:0px;
}

.searchinfo p {
	margin:10px 10px 10px 90px;
}

.searchinfo-results {
/*	display:none; */
}

.searchinfo table {
	border:0px;
	margin:0px;
	padding:0px;	
}

.searchinfo th {
	padding:5px;
	margin:0px;
	border:0px;
	border-bottom:1px dotted #ddd;
}

.searchinfo td {
	padding:5px;
	margin:0px;
	border:0px;
	border-bottom:1px dotted #ddd;
}


/*** Suchformular ***/
.eingabe select {
	border:1px solid #cccccc;
	color:#3a4b9d;
	font-weight:normal;
	padding:0px;
	font-size: xx-small;
}

.eingabe-headline {
	padding:5px 10px;
	background:#ffdd00;
	color:#000;
	font-weight:bold;
}

.eingabe {
	background:#e4e4e4;
	border-bottom:1px solid #CCC;
	clear:both;
	color:#333;
	overflow:hidden;
}

.eingabe p {
	padding:0px;
	margin:5px 0px;
}

.eingabe label {
	display:block;
	float:left;
	width:6em;
}

.eingabe input, .eingabe select {
	border:1px solid #999; 
}

.eingabe input[type=submit] {
	margin-left:6em;
}

.eingabe label#lbl_searchdata_maxdistance {
	display:inline;
	float:none;
	width:auto;
}

.textHervorgehoben {
	font-weight: bold;
}
/*----------------------------------------------------*/
/*  Fehlermeldungen (Einzeiler),                      */
/*  z.B. nach ungültiger Eingabe.                     */
/*  Nicht für ganze Seiten oder Bereiche.             */
/*----------------------------------------------------*/
.fehler {
	color: red;
}