/* styles_klassisch.css */

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

.coMittel, #kopf, #kopf li, #kopf  a, #navi h2, #navi h3, #navi li{ 
	color: #9ccBe7; }
.bcMittel, #inhalt a:hover, #pflege td.dunkler{ 
	background-color: #9ccBe7; }
.boMittel, #pflege td, #pflege th  {
	border-color: #9ccBe7; }
.coDunkel, #inhalt h1,  #inhalt h1, #pflege a, #inhalt a, #info td, #info  { 
	color: #254c62; }
.bcDunkel { 
	background-color: #254c62; }
.coGrau, #inhalt h3{ 
	color: #435762; }
.bcGrau , #kopf, #navi { 
	background-color: #435762; }
.coGraublau, #inhalt sub, #navi, #pflege td.info, #pflege td.infoNorm, #pflege td.titel, #pflege a.filter { 
	color: #4287af; }
.bcGraublau, #navi a:hover, #pflege a:hover, #kopf a:hover { 
	background-color: #4287af; }
.coLogo, #navi h1, #info .info, #fuss a{ 
	color: #55aee2; }
.bcLogo { 
	background-color: #55aee2;}
.coHell, #navi, #pflege a.filter:hover, #pflege a:hover { 
	color: #d3e1e8; }
.bcHell, body, #pflege td.ohne, #pflege td.raum , #pflege td.submit, #pflege .neu { 
	background-color: #d3e1e8; }
.coHeller, #navi a { 
	color: #e1edf0; }
.bcHeller, #pflege td, #pflege th{ 
	background-color: #e1edf0; }
.boHeller, #info td {
	border-color: #e1edf0; }
.coSchwarz , body { 
	color: #101010; }
.bcSchwarz { 
	background-color: #101010; }
.coHinweis,  #pflege td.dunkler{ 
	color: #ff6020; }
.coRot, .fehler{
	color: #a31500; }
.coGruen, .hinweis{
	color: #42af46; }
.bcGelb, #pflege td.markiert{
	background-color: #ffcc66; }
.bcRot, .fehler{
	background-color: #a31500; }
.bcGruen, .hinweis{
	background-color: #42af46; }	

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

/*///////////////////////////////////////*/

#pflege button.verz, select.verz {
	min-width: 110px;
	text-align: left;
	padding: 5px;
	}

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

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

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

.spalte1
{
	float: left;
	margin-right:30px;
}
.spalte2
{
	float: right;
	padding: 0 30px 0 0;
	text-align: right;
}
.spalte3
{
	float: right;
	padding: 0 30px 0 0;
	text-align: right;
}
.spaltenende
{
	clear: both;
}

/* Allgemein */	
body 
{
   font-family: Verdana, sans-serif;
   font-size: 90%;
   margin: inherit;
}
button
{
	/*font-size: 100%;*/
}
a
{
	text-decoration: none;
}

/* 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: 70px; 
	left: 0px;
	width: 150px;
	height: 100%;
	font-size: 100%;
	}
#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: 100px;
	}	
#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: 100px;
	text-decoration: none;
	/*font-size: 130%;*/
	}
#navi a:hover{
	width: 95px;
	display: block;
	/*font-size: 130%;*/
}
	
/* hauptinhalt */	
#hauptinhalt
{
	padding: 90px 0 0 165px;
}

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

/*Pflege*/		
#pflege td.suchbox {
	padding: 6px;
	}


#pflege * {
	font-size: 100%;
	}
#pflege textarea {
	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.mitUmbruch {	
	white-space: pre-line;
	}
#pflege td.ohne, img {
	border-width: 0;
	}
#pflege td.ohnemark, img {
	border-width: 0;
	background-color: #55aee2; 
	}	
#pflege td.ohnehell, img {
	border-width: 0;
	background-color: #e1edf0; 
	}		
#pflege td.ohnelinks {
	border-width: 1px 1px 1px 0;
	}	
#pflege td.ohnerechts {
	border-width: 1px 0 1px 1px;
	}	
#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 a {
	text-decoration: none;
	}
#pflege a.filter:hover{
	display: block;
	}
#pflege input.wert, td.wert{
	text-align: right;
	}
#pflege .zahl{
	text-align:right;
	}
#pflege .zentriert{
	text-align:center;
	}
#pflege .neu{
	text-align: right;
	border-width: 0;
	padding: 0 2px 5px 0;
	/*font-size: 120%;*/
	font-weight: bold;
	}


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


/* dateitransfer */
#pflege .filedrag
{
	/*height: 10px;*/
	font-weight: bold;
	font-size: 180%;
	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: 300px; 
	height: 100px;
	/*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;
}