

/* *******************************************************************
 *  Allgemeines Stylesheet fuer IG NRW
 * Hier werden die Styleangaben fuer die einzelnen Seiten angegeben.
 * Der Uebersichtlichkeit halber ist das Stylesheet in einzelne
 * Sektionen unterteilt, die durch Ueberschriften gekennzeichnet
 * sind. Innerhalb der Sektionen sind die Eintraege alphabetisch
 * sortiert, um die Auffindbarkeit zu erhoehen.
 * *******************************************************************/

/* Styles fuer das Drucken mit Bootstrap */
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

/* ### Allgemeine Klassen - fuer alle Elemente moeglich ### */
.bg_blau
{
	background-color: blue;
}

.bg_gelb
{
	background-color: yellow !important;
	color-adjust: exact;
}

.bg_gruen
{
	background-color: green !important;
	color-adjust: exact;
}

.bg_orange
{
	background-color: #FF8C00;
}

.bg_rot
{
	background-color: red !important;
	color-adjust: exact;
}

.bg_rotgruen
{
	background-color:#99CC33;
}

.bg_weiss
{
	background-color: white;
}

.blau
{
	color: blue;
}

.blassGelb
{
	background-color: #FFFFE0;
}

.cursorHand
{
	cursor:pointer;
}

.disabled
{
	background-color: #cccccc;
}

.fett
{
	font-weight: bold;
}

.gelb
{
	color: yellow;
}

.grauerHintergrund
{
	background-color: #e7e7e7;
}

.gruen
{
	color: green !important;
}

.kh_hilfe
{
	border: 1px;
	border-style: solid;
	border-color: black;
	width: 99.8%;
}

.labelXXL
{ 
	width: 450px;
	display: block;
	float: left;
}

.mittig
{
	text-align: center;
}

.nav-tabs
{
	display: none;
}

.ohneRand
{
	border-style: none;
}

.orange
{
	color: #FF8C00;
}

.rot
{
	color: red;
}

.verticalText
{
	width: 50px;
	writing-mode:tb-rl;
}

.weiss
{
	color: white;
}

/* ### Links ### */
a.besuchter_Link 
{
	color: black;
}

a.abmelden
{
	color:blue;
	text-decoration:underline;
}

a.handbuch
{
	color:blue;
	text-decoration:underline;
	font-size: 1.2em;
}

a.info
{
	cursor: pointer;
	font-weight: bold;
}

a.link
{
	color: black;
	text-decoration: underline;
}

a.status_schwarz
{
	color: black;
	text-decoration:underline;
}

a.status_weiss
{
	color: white;
	text-decoration:underline;
}

a.unterstrichen
{
	text-decoration:underline;
}

/* ### HTML-Dokument ### */
body.ergListe
{
	font-family: Arial;
	font-size: 13px;
	background-color: #E7E7E7;
}

/* ### Tabellenueberschrift ### */
caption.tabelle
{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ### Tabellenspalten ### */
col.bsbdeckblatt_breite_voll
{
	width:100%;
}


col.bsbdeckblatt_breite_halb
{
	width:50%;
}

/* ### Seitenbereiche ### */
div#ajaxFilter
{
	display:none;
	
}

div#alles
{
	width: 100%;
	height: 100%;
}

div.anforder_daten
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 200px;
	overflow-y: scroll;
}

div.anforder_info
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 200px;
}

div.anmeldung
{
	width: 365px;
	border-width: 2px;
	border-style: ridge;
	border-color: grey;
	margin: 3px;
}

div.anmeldung_info
{
	width: 360px;
	border-width: 2px;
	border-style: ridge;
	border-color: grey;
	margin: 3px;
	padding-left: 5px;
}

div.beschallung
{
	width: 64%;
	float: left;
	padding-bottom: 5px;
}
div.betreuer
{
	border-width: 2px;
	border-style: ridge;
	border-color: grey;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.betreuer_info
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	clear: both;
	height: 40px;
}

div.bezeichner
{
	font-family: Arial;
	font-size: 13px;
}

div.buttonleiste
{
	display:none;
}

div.button_popup
{
	height: 40px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	width: 99.5%;
}

div.button_hoch
{
	margin-top: 15px;
	float: left;
	width:350px;
	height:200px;
	text-align: center;
}

div.button_quer
{
	margin-top: 40px;
	float: left;
	width: 350px;
	height: 200px;
	text-align: center;
}

div.button_xls
{
	margin-top: 15px;
	margin-left: 150px;
	float: left;
	width: 300px;
	height: 200px;
	text-align: center;
}

div.content
{
	font-family: Arial;
	font-size: 13px;
}

div.dienststelle
{
	width: 64%;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #606060;
	padding-bottom: 5px;
}

div#export
{
	display:none;
}

div#ultab
{
	display:none;
}

div.fehler
{
	border-style: none;
	border-width: 0px;
	color: red;
	font-size:12px;
	font-weight:bold;
	font-family: Arial;
	background-color:#e7e7e7;
}

div.filter
{
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: white;
	background-color: white;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 1px;
}


div#gesperrt
{
	position:absolute;
	top:0px; 
	left:0px; 
	height:120%;
	width:120%;
	vertical-align:middle;
	text-align:center;
	background-color:white;
	filter:alpha(opacity=80);
	opacity: 0.8;
 	-moz-opacity:0.8;
}

div.gis
{
	position: absolute;
	left: 0px;
	top: 45px;
	bottom: 0px;
	right: 0px;
	font-family: Arial;
	font-size: 13px;
	background-color:white;
}

div.handbuch
{
	padding-left: 5px;
	padding-bottom: 15px;
}

div.hinweis
{
	color:green;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
}

div.innen
{
	width: 500px;
	height: 100%;
	padding-left: 5px;
}
div.komplett
{
	font-family: Arial; 
	position: unset;
	background-color: white !important;
	top: 0px; 
	left: 0px;
	height: 100%; 
	width: 100%;
}
div.login
{
	font-family: Arial;
	font-size: 13px;
	border: 5px;
	border-style: ridge;
	border-color: #CDCDCD;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 40px;
	background-color: white;
	background-image: url(../pics/back.jpg); 
	background-repeat: no-repeat; 
	background-position: 25px; 
	opacity: 0.8; 
	filter:alpha(opacity=80); 
	margin-top: 50px;
	
}
div.logo
{
	border-width: 2px;
	border-style: ridge;
	border-color: grey;
	padding-left: 5px;
	padding-bottom: 20px;
	margin-left: 5px;
	margin-top: 5px;
	width: 50%;
}

div.opta
{
	font-family: monospace;
}

div.opta_adressen
{
	float: right;
	width: 59%;
	border-left-style: solid;
	border-left-color: black;
	border-left-width: 1px;
}

div.opta_warenkorb
{
	float: left;
	width: 39%;
	padding: 5px;
}

div.orgwechseln
{
	border-width: 2px;
	border-style: ridge;
	border-color: grey;
	padding-left: 5px;
	padding-bottom: 20px;
	margin-left: 5px;
	margin-top: 5px;
	width: 60%;
}

div.rahmen
{
	width:100%;
	font-family: Arial;
	font-size: 13px;
	border: 5px;
	border-color: #CDCDCD;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 40px;
	overflow-y:auto;
}

div.rahmen_suche
{
	font-family: Arial;
	font-size: 13px;
	border: 5px;
	border-style: ridge;
	border-color: #CDCDCD;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 40px;
}

div.rechts
{
	margin-left: 150px;
}

div.report_anzeigen
{
	text-align:center;
	font-size:14px;
	padding: 1em;
}

div.rollenanzeigen
{
	height: 40%;
}

div.schreibhilfe
{
	width: 35%;
	float: right;
}

div.schreibhilfe_pfeil
{
	float: left;
	width: 35px;
	padding-top: 50px;
	padding-left: 5px;
}

div.spalteLinks
{
	float: left;
	width: 49%;
}

div.spalteRechts
{
	float: right;
	width: 49%;
}

div.suchdaten
{
	font-family: Arial;
	font-size: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 100px;
	overflow-y: scroll;
}

div.suchkriterien
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
}

div.ueberschrift
{
	padding-left: 230px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

div.version
{
	clear: both;
	padding-left: 5px;
}

div.zeile
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	clear: both;
}

div.zeile_14
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

div.zeile_16
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

div.zeile_button
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both;	
}

div.zeile_erstanmeldung
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	clear: both;
	color:green;
	font-size:12;
	font-weight:bold;
}

div.zeile_gruen
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	clear: both;
	color:green;
}

div.zeile_koord
{
	width: 80%;
}

div.zeile_org
{
	width: 80%;
	padding-left: 5px;
	padding-top: 10px;
}

div.zeile_rollen
{
	width: 80%;
	padding-left: 5px;
	padding-top: 10px;	
}

div.zeile_rot
{
	width: 95%;
	padding-left: 5px;
	padding-top: 10px;
	clear: both;
	color:red;
}

div.zeile_suchkrit
{
	width: 95%;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}

div.zeile_suchmeldung
{
	width: 95%;
	padding-left: 5px;
}

div.zeile_titel
{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

div.zentriert
{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.radiusSirene
{
	width: 44%;
	float: left;
	padding-bottom: 5px;
}

div.radiusVorschlag
{
	width: 55%;
	float: right;
}

/* ### iFrame ### */
iframe.gisFrame
{
        width: 100%;
        max-width: 1700px;
        max-height:800px;
        height: 99.7%;
}


iframe.iframe_kh
{
	border: 0px;
}

iframe.suche
{
	width: 99.8%;
	height: 99.8%;
	border: 0px;
}

/* ### Bilder ### */
img.ohneRand
{
	border-style: none;
}

/* ### Eingabefelder ### */
input.checkb
{
	position: absolute;
	right: 790px;
}

input.dynamisch
{
	width: 98%;
}

input.inputL
{
	width: 450px;
}

input.inputM
{
	width: 300px;
}

input.inputM_grau
{
	width: 300px;
	background-color: lightgrey;
}

input.inputS_grau
{
	width: 50px;
	background-color: lightgrey;
}

input.opta
{
	width: 20px;
}

/* ### Listenelemente ### */
li.fehlerLi
{
	list-style: none;
}

li.kh_fach
{
	list-style: none;
}

li.kh_fach_spez
{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: black;
	list-style: none;
}

li.ohne_Aufzaehlungszeichen
{
	list-style-type: none;
}

/* ### Absaetze ### */
p.handbuch_info
{
	padding-left: 5px;
	padding-bottom: 15px;
	width: 500px;
}

/* ### Listenfelder ### */
select.organisation
{
	width: 450px;
}

select.ressourcen
{
	width: 500px;
}

select.small
{
	width: 50px;
}

select.standard
{
	width: 340px;
}

select.khstandard
{
	width: 440px;
}


/* ### Formatierung im Text ### */
span.bezeichner
{
	float: left;
}

span.bezeichner_fett
{
	font-weight: bold;
}

span.copyright
{
	font-size: 10px;
	padding-top: 10px;
	display: block;
}

span.daten_auflistung
{
	position: absolute;
	left: 230px;
}

span.daten_auflistung_selectbox
{
	position: absolute;
	left: 320px;
}

span.detail
{
	width: 300px;
	display:block;
	margin-left: 150px;
}
span.fehlerInput
{
	color: red;
}


td.frei
{
	text-align: center;
}

td.nichtfrei
{
	text-align: center;
}


span.hoch
{
	height: 25px;
}

span.kh_kapazitaet
{
	width: 100%;
	display: block;
	text-align: center;
}

span.kh_tabelle
{
	width: 60px;
	display: block;
	overflow: hidden;
}

span.kh_vorhanden
{
	width: 200px;
	height: 100%;
	display:block;
	float:left;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
	margin-right: 2px;
}

span.koord
{
	position: absolute;
	right: 705px;
}

span.label
{
	width: 150px;
	display: block;
	float: left;
}

span.labelCombo
{
	width: 344px;
	display: block;
	float: left;
}

span.labelKHFach
{
	width: 60px;
	display: block;
	float: left;
}

span.labelL
{ 
	width: 300px;
	display: block;
	float: left;
}

span.level1
{
	width: 10px;
	display: block;
	float: left;
}

span.level2
{
	width: 20px;
	display: block;
	float: left;
}

span.level3
{
	width: 30px;
	display: block;
	float: left;
}

span.level4
{
	width: 40px;
	display: block;
	float: left;
}

span.nichtfrei
{
	color: red;
	font-weight: bold;
}

span.opta
{
	font-family: monospace;
}

span.status_radio
{
	width: 33px;
	display: block;
	padding-left: 10px;
	margin-left: 100px;
}
span.text
{
	float: right;
}

span.titel
{
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.rot
{
	text-align: center;
	color: red;
}

span.zweizeilig
{
	width: 200px;
	height: 32px;
	overflow: hidden;
	display: block;
	float: left;
}

/* ### Mehrzeilige Eingabefelder ### */
textarea.anforder_bemerkung
{
	height:155px;
	background-color:lightgrey;
	position: absolute;
	bottom:	0px;
	width: 99%;
}

textarea.kh_bemerkung
{
	width: 300px;
	font-family: arial;
	font-size: 13px;
}

textarea.opta_bem
{
	width: 200px;
}

textarea.schrift
{
	font-family: arial;
	font-size: 13px;
}

textarea.suchkriterien
{
	height:55px;
	background-color:lightgrey;
	position: absolute;
	bottom:	0px;
	width: 99%;
}

/* ### Tabelle ### */
table.benutzerliste
{
	margin-top: 10px;
	margin-left: 10px;
	width: 98%;
	border-collapse: collapse;
}

table.collapse
{
	margin-top: 15px;
	margin-left: 15px;
	width: 95%;
	border-collapse: collapse;
}

table.fachabteilung
{
	border-style: none;
}

table.kue
{
	border-style: none;
}

table.liste
{
	border-collapse: collapse;
	font-size: 13px;
	border-style: ridge;
	border-color: white;
	margin-left: 1px;
	width: 99%;
}

table.opta
{
	border-collapse: collapse;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

table.rand5
{
	margin: 5px;
}

/* ### tbody ### */
tbody.opta
{
	font-family: monospace;
}

/* ### Tabellenfeld ### */
td
{
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	
}	

td.abstand5
{
	padding-left: 5px;
	padding-right: 5px;
}

span.abstand5
{
	padding-left: 5px;
	padding-right: 5px;
}


td.benutzertabelle
{
	height: 15px;
	border-right-style: solid;
	border-width: 1px;
}	

td.benutzertabelle_header
{
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 25px;
}

td.benutzertabelle_header_mittig
{
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 25px;
	text-align: center;
}

td.bsb_jahr
{
	height: 40px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

td.eingerueckt_von_links
{
	padding-left: 15px;
}

td.fachabteilung
{
	width: 150px;
}

td.fachabteilung_breit
{
	width: 300px;
}

td.freigabe
{
	width: 110px;
	text-align:center;
}

td.hoehe_voll
{
	height: 100%;
}

td.kh_kapazitaet
{
	width: 50px;
	text-align: center;
	padding:2px 5px 2px 5px;
	font-size:12px;
}

td.kh_meldung
{
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: red;
	border-color: #E7E7E7;
}

td.kh_status
{
	width: 110px;
	text-align:center;
}

td.mittig
{
	text-align: center;
}

td.opta
{
	padding-left: 5px;
	font-family: monospace;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.opta_bos
{
	width: 69px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.opta_erg
{
	width: 23px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.opta_funktion
{
	width: 184px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.opta_land
{
	width: 46px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.opta_ort
{
	width: 115px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.opta_zelle
{
	width: 23px;
	padding: 2px;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.pfeil
{
	width: 45px;
	vertical-align: middle;
	text-align: center;
}

td.rechts
{
	text-align: right;
}
/* ### Tabellen-Kopfzeile ### */
th
{
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	background-image:url(../pics/cell-grey.jpg);
	background-repeat: repeat-x;
	background-position: center 45%;
	height: 25px;
}	


th.benutzertabelle_header
{
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 25px;
}

th.benutzertabelle_header_kennung
{
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 90px;
	height: 25px;
}

th.bsb_titel
{
	height: 30px;
}

th.summe
{
	width: 150px;
}


/* ### Tabellenzeile ### */
tr
{
	border-style: solid;
	border-width: 1px;
}

tr.benutzertabelle_row
{
	height: 18px;
}

tr.bsbdeckblatt
{
	height: 35px;
}

/* ### Unsortierte Listen ### */
ul.daten_auflistung
{
	padding-left: 230px;
}

ul.kh_fachabt
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}



/*#################################################################*/


tbody
{
	background-color: white;
}

.hin 
{
	background-color:gainsboro;
}
.zurueck 
{
	background-color:transparent;
}

a.aktiv
{
	color: white;
	text-decoration: none;
}

a.hauptmenuepunkt
{
	text-decoration: none;
}

a.hauptmenuepunkt:link
{
	color: inherit;
}

a.hauptmenuepunkt:visited
{
	color: inherit;
}

a.mnr_menue 
{
	color: #ffffff;
	width:155px;
	padding: 1px 1px 1px 4px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	text-decoration:none;
	display: block;
}

a.unr_menue 
{
	color: #ffffff;
	width: 135px;
	padding: 1px 1px 1px 4px;
	text-decoration:none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	display: block;
}

a.stellvertretung
{
	color: blue;
	text-decoration: underline;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
a.untermenuepunkt
{
	color: white; 
	text-decoration: none;
}

a.org_name
{
	font-size: 0.6em; 
	color: blue;
}

div.cpright
{
	position: absolute;
	bottom: 0px; 
	height: 40px; 
	font-family: Arial; 
	font-size: 11px; 
	width: 160px; 
	text-align: center; 
	padding-top: 3px; 
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #A8A8A8;
	background-color: white;
}

div.header
{
	display:none;
}

div.hauptmenue
{
	display:none;
}

div.komplett
{
	position: unset;
	font-family: Arial; 
	height: 100%; 
	width: 100%;
}

div.main
{
	clear: both;
}

div.navlinks
{
	display:none;
}

div.organisationsbezeichnung
{
	position: absolute;
	height: 140px;
	bottom: 40px;
	width: 160px; 
	text-align: center;
	line-height: 140px;
	vertical-align: middle;
	padding-top: 5px;
	background-color: white;
}

div.untermenue
{
	background-color: white;
	width: 160px; 
	height: 550px;
}

img.org_logo
{
	width: 95px;
	height: 95px;
	vertical-align: middle;
}

img.nixborder
{
	border-style:none;
}

li.kennung
{
	float: left; 
	list-style: none; 
	text-align: center; 
	width: 160px;
	line-height: 12px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
	font-weight: bold;
}

li.hauptmenuepunkt
{
	height: 22px;
	float: left; 
	padding-top: 3px; 
	padding-right: 5px; 
	list-style: none; 
	padding-left: 5px; 
	font-family: Arial; 
	font-size: 1em; 
	font-weight: bold; 
	border-left: 5px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	color: black;
}

li.hauptmenuepunktaktiv
{
	height: 22px;
	float: left; 
	padding-top: 3px; 
	padding-right: 5px; 
	list-style: none; 
	padding-left: 5px; 
	font-family: Arial; 
	font-size: 1em; 
	font-weight: bold; 
	border-left: 5px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	color: white;
}

li.li_menue 
{
	width:100%;
	color: #ffffff;
	display:list-item;
	list-style:square;
	margin: 0px;
	padding: 0px;
}

li.untermenuepunkt
{
	padding-left: 3px; 
	list-style: none; 
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	font-family:Arial; 
	font-size: 1em;
}

span.logo
{
	position: absolute; 
	width: 230px; 
	height: 42px;
}

span.orgBezeichnung
{
	font-size:10px;
	margin:0px;
	padding:0px;
}

span.ueberschrift
{
	position: absolute; 
	left: 230px;
	right: 100px;
	padding-top: 10px; 
	text-align: center; 
	font-family: Futura, Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
}

span.ueberschrift_schmal
{
	position: absolute; 
	left: 230px;
	right: 200px;
	padding-top: 10px; 
	text-align: center; 
	font-family: Arial; 
	font-size: 1.4em;
}

span.user
{
	float: right;
	width: 200px;
	padding-top: 16px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

span.abmelden
{
	float: right; 
	width: 100px;
	padding-top: 20px;
	padding-right: 5px; 
	text-align: right; 
	font-family: Arial; 
	font-size: 0.8em;
	font-weight: bold;
}

ul.nav
{
	margin: 0px; 
	padding: 0px;
	position: relative;
}

ul.ul_menue 
{
	width:140px;
	margin:0px;
	padding-left: 20px;
}


div#dialog
{
	display: none;
}
div.filter
{
	display: none;
}
th.dontprint
{
	display: none;
}
td.dontprint
{
	display: none;
}

/* ################## virustypfaellig ################ */
div.virustyp_no_print
{
	display:none;
}

#buttonleiste {
	display:none;
}

.content {
	position:unset;
}

#daten {
	overflow:unset !important;
	height: auto !important;
	
}

#hinweise {
	margin:unset !important;
	border:unset !important;
	
}

#inhalt {
	margin:unset !important;
	border:unset !important;
}

.tabellemargin{
	margin-left: unset !important;
	width: unset !important;
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}