/* styles_klassisch.css */

/*/////////////////////////////// 1.Farben //////////////////////////////*/

/*
hell			d8d53a		216 213 058
mittel			6da341		109	163	065
dunkel			377f3f		055	127	063
schw/gr			005a24		000	090	036

markiert grün	e6f7d7		184	217	128
markiert gelb	ffffe6		219	216	130

rot				FF6836
*/

.coMittel, #kopf, #kopf li, #kopf  a, #navi h2, #navi h3, #navi li{ 
	/*color: #d8d53a; }	*/
	color: #d8d53a; }
.bcMittel, #inhalt a:hover, #pflege td.dunkler, option:hover  { 
	/*background-color: #6da341; }	*/
	background-color: #6da341; }
.boMittel, #pflege td, #pflege th, button  {
	/*border-color: #6da341; }	*/
	border-color: #6da341; }
.coDunkel, #inhalt h1,  #inhalt h1, #pflege a, #inhalt a, #info td, #info  { 
	color: #005a24; }
.bcDunkel { 
	background-color: #005a24; }
.coGrau, #inhalt h3{ 
	/*color: #d8d53a; }	*/
	color: #d8d53a; }
.bcGrau , #kopf, #navi { 
	/*background-color: #377f3f; }	*/
	background-color: #377f3f; }
.coGraublau, #navi, #pflege td.info, #pflege td.infoNorm, #pflege td.titel, #pflege a.filter { 
	/*color: #6da341; }	*/
	color: #6da341; }
.bcGraublau, #navi a:hover, #pflege a:hover, #kopf a:hover, option:hover { 
	/*background-color: #6da341; }	*/
	background-color: #6da341; }
.coLogo, #navi h1, #info .info, #fuss a{ 
	/*color: #d8d53a;  }	*/
	color: #ffffff;  }
.bcLogo { 
	background-color: #005a24;}
.coHell, #navi, #pflege a.filter:hover, #pflege a:hover, option:hover { 
	color: #f6f5df; }
.bcHell, body, #pflege td.ohne, #pflege td.raum , #pflege td.submit, #pflege td.submit_links, #pflege td.submit_rechts, #pflege .neu, button, select  { 
	background-color: #ffffff; }
.bcUeberschrift #pflege td.ueberschr, #pflege tr.ueberschr td { 
	background-color: #f5f5f5; }
	
	
.bcHeller, #pflege td, #pflege th, button{ 
	/* background-color: #fafaef; } */
	background-color: #ffffff; }	
.bcMenu, #pflege td.menu, #pflege tr.menu td { 
	background-color: #f5f5f5; }		

.bcMenuSpez, #pflege td.menuspez, #pflege tr.menuspez td {
	font-weight: bold;	
	background-color: #6da341; 
	color: #f6f5df;	}		


.bcHover, button:hover { 
	/* background-color: #fafaef; } */
	background-color: #d8d53a; }	
	
.coHeller, #navi a { 
	color: #fafaef; }
.boHeller, #info td {
	border-color: #fafaef; }
.coSchwarz , body { 
	color: #101010; }
.bcSchwarz { 
	background-color: #101010; }
.bcWeiss { 
	background-color: #efefef; }	
.coHinweis,  #pflege td.dunkler{ 
	color: #ff6020; }
.coRot, .fehler{
	color: #a31500; }
.bcRot, .bcFehler{
	background-color: #a31500; }	
.coGruen, .hinweis{
	color: #42cf46; }
.bcGruen {
	background-color: #42af46; }	
.bcGelb{
	background-color: #ffcc66; }
.bcNurlesen {
	background-color: #fafaef; }

.bcHell, #pflege td.markiert
{
	background-color: #edeba3;
}
.bcHell, #pflege td.abgeschwaecht
{
	color: #888888;
}


#pflege tr.manuell td.manuell 
{ 
	background-color: #F5D3D3; 
}

/*gelb*/ 
.bcKaufpreisY, #pflege td.kaufpreisY
{
	background-color: #eeec81;
}

.bcMieteY, #pflege td.mieteY
{
	background-color: #f9f9c1; 
}

/*grün*/
.bcKaufpreisG, #pflege td.kaufpreisG
{
	background-color: #cbe8b4;
}

.bcMieteG, #pflege td.mieteG
{
	background-color: #e6fbd5; 
}		

/* transparent */
.transparent
{
	background-color: transparent;
}


/*/////////////////////////////// 2.Gliederung //////////////////////////////*/

/***Spalten***/
.spalten
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.spalten>div
{
	padding: 5px;
	overflow: auto;
}

/* Allgemein */	
body 
{
   font-family: Verdana, sans-serif;
   font-size: 90%;
   margin: inherit;
}
button
{
	/*font-size: 100%;*/
	border-radius: 5px;
	box-shadow: none;
	border-width: 1px;
	border-style: solid;
}
select
{
	border-radius: 5px;
	box-shadow: none;
	border-width: 1px;
	border-style: solid;
}
img
{
	border-width: 1px;
	border-style: solid;
	border-color: #d8d53a;
	background-color: #d8d53a; 
}
a
{
	text-decoration: none;
}
option:hover  
{ 
	background-color: #6da341; 
}

/* kopf */	
#kopf
{
	position: fixed;
	top: 0px;
	/*height: 80px;*/
	width: 100%;
	padding: 15px;
}
#titel #spalten
{
	max-height: 60px;
}

/*titel*/
#titel h1
{
	font-size: 120%;
	margin: 18px 18px 18px 5px;	
}

/*Navi*/	
#navi {
	position: fixed;
    /*top: 0px; */
	left: 0px;
	width: 150px;
	height: 100%;
	font-size: 110%;
	}
#navi h1 {	
    font-size: 300%;
	font-weight: bold;
	text-align: right;
	}
#navi h2 {	
    font-size: 130%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}
#navi h3 {	
    font-size: 70%;
	padding: 0px 0px 0px 20px;
	}
#navi ul {
	padding: 30px 0px 0px 20px;
	width: 110px;
	}	
#navi li {
	padding: 4px 2px 4px 2px;
	list-style: none;
	background: none;
	border-style: solid;
	border-width: 1px 0;
	margin: -1px 0 0 0;
	}
#navi li.aktuelleAuswahl {
	border-width: 1px 1px;
}
#navi a {
	width: 110px;
	text-decoration: none;
	/*font-size: 130%;*/
	}
#navi a:hover{
	width: 106px;
	display: block;
	/*font-size: 130%;*/
}
	
/* hauptinhalt */	
#hauptinhalt
{
	padding: 90px 10px 0 165px;
}

/*hauptinhalt_kopf*/
#hauptinhalt_kopf
{
	padding: 2px;
	margin-bottom: 5px;
}

/*Pflege*/		
#pflege p {
	font-size: 100%;
	}
#pflege ul.pflege {
	font-size: 100%;
	padding: 3px 3px 3px 18px;	
	}
#pflege h1 {
	font-size: 160%;
	font-weight: bold;
	}
#pflege h2 {
	font-size: 120%;
	font-weight: bold;
	}
#pflege h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	}	
#pflege h4 {
	font-size: 120%;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	color: #42af46;	
	}	
#pflege textarea, input {
	font-size: 100%;
	font-family: Verdana, sans-serif;
}	
#pflege table {
	border-collapse: collapse;
	}	
#pflege td, th {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	white-space: nowrap; 
	vertical-align: top;
    /*font-size: 90%; 	*/
	}
#pflege td.ohne, img.ohne {
	border-width: 0;
	}
#pflege td.links {
	text-align: left;
}
#pflege td.mittig {
	vertical-align: middle;
	text-align: center;
}
#pflege td.unten {
	vertical-align: bottom;
	text-align: center;
}
#pflege td.fehler {
	color: #d3e1e8;
	background-color: #a31500;	
	}
#pflege td.auswahl, tr.auswahl {
	color: #101010;
	background-color: #42af46;	
	font-weight: bold;
	}
#pflege td.submit_links {
	text-align: right;
	border-width: 0;
	padding: 10px 0 10px 11em;
	}
#pflege td.submit_rechts {
	text-align: right;
	border-width: 0;
	padding: 10px 0 10px 2em;
	}
	
#pflege td.ohnemark, img.ohnemark {
	border-width: 0;
	background-color: #6da341; 
	}	
#pflege td.weiss { 
	background-color: #efefef; 
	}	
#pflege img.gruen {
	background-color: #42af46;
	}	
#pflege img.gelb {
	background-color: #ffcc66;
	}	
#pflege td.grau, img.grau {
	opacity: 0.3;
	}	
#pflege td.ohnelinks {
	border-width: 1px 1px 1px 0;
	}	
#pflege td.ohnerechts {
	border-width: 1px 0 1px 1px;
	}	
#pflege td.tab {
	width: 60px;
	}	
#pflege td.raum {
	height: 10px;
	}	
#pflege td.info {
	font-weight: bold;
	white-space: nowrap;
	}
#pflege td.titel {
	font-weight: bold;
	/*font-size: 120%;*/
	white-space: nowrap;
	text-align: center;
	}
#pflege td.infoNorm {
	white-space: nowrap;
	}
#pflege td.submit {
	text-align: right;
	border-width: 0;
	padding: 10px 0 10px 0;
	}
#pflege  td.reRandDick {
	border-width: 1px 2px 1px 1px;
	}
#pflege  td.liRandDick {
	border-width: 1px 1px 1px 2px;
	}
#pflege  td.randDick {
	border-width: 1px 2px 1px 2px;
	}	
#pflege tr.ueberschr td
{
	font-weight: bold;
}
#pflege tr.summenzeile td
{
	font-weight: bold;
	text-align: right;
}	
#pflege tr.fehler td
{
	background-color: #d8d53a;
}
#pflege td.oofehler
{
	background-color: #FF683630;
	/*background-color: #d8d53a;*/
	/*text-align: center;*/
}
#pflege td.oofehler_mittig
{
	background-color: #d8d53a;
	text-align: center;
}
#pflege td.oofehler_rechts
{
	background-color: #d8d53a;
	text-align: right;
}
#pflege a {
	text-decoration: none;
	padding: 4px;
	border-radius: 5px;
	}
/*padding: 15px;	*/
#pflege a.filter:hover{
	display: block;
	
	}
#pflege input.wert, td.wert{
	text-align: right;
	}
#pflege .zahl{
	text-align:right;
	}
#pflege .zahl_fehler{
	text-align:right;
	color: red;
	}
#pflege .zentriert{
	text-align:center;
	}
#pflege .neu{
	text-align: right;
	border-width: 0;
	padding: 0 2px 5px 0;
	/*font-size: 120%;*/
	font-weight: bold;
	}
#pflege td.neu{
	text-align: right;
	border-width: 0;
	padding-left: 11em;
	}
#pflege td.fett{	
		font-weight: bold;
}

/*Fixiert*/
#fixiert table.fixiert
{
	text-align: left;
	position: relative;
	border-collapse: collapse;
}

#fixiert th.fixiert
{
	background: white;
	position: sticky;
	top: 0;
}

#fixiertTable
{
	max-height: 70em;
	overflow: auto;
}

/* fuss */
#fuss
{
	/* position: absolute; */
	position: fixed;
	bottom: 9px;
	width: 130px;	
	font-size: 70%;
	text-align: center;	
}

#fuss img.bwlogo
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #ffffff; 
}

/* dateitransfer */
.filedrag
{
	/*height: 10px;*/
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	color: #254c62;
	border: 2px dashed #254c62;
	border-radius: 7px;
	/*border-color: #254c62;
	border-style: dashed;*/
	cursor: pointer;
	width: 200px; 
	height: 50px;
	/*top: 50%;
	align-items: center;
	display: flex;*/
}
.filedrag:hover, .filedrag.hover
{
	color: #FF896A;
	border-color: #FF896A;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}	
