/*
	File: main.common.css.php
	Zweck: Gemeinsame Styledatei für das Grundlayout (Farben werden in der Config festgelegt!)
	Stand: 07.11.2018
	Version: 1.0
*/

p.ppup {
	line-height: 1em;
}
p.ppup:hover, p.ppup:active {
	text-decoration: none;
	background: #ffffff;
	z-index: 6;
}
p.ppup span {
	position: absolute;
	left: -9999px;
  	margin: 20px 0 0 0px;
	padding: 3px 3px 3px 3px;
  	border-style:solid;
	border-color:black;
	border-width:1px;
	z-index: 6;
}
p.ppup:hover span, p.ppup:active span {
	left: 20%;
	background: #ffffff;
} 
p.ppup span {
	position: absolute;
	left: -9999px;
  	margin: 4px 0 0 0px;
	padding: 3px 3px 3px 3px; 
  	border-style:solid;
	border-color:black;
	border-width:1px;
}
p.ppup:hover span, p.ppup:active span {
	margin: 20px 0 0 170px;
	background: #ffffff;
	z-index:0;
} 

.filter {
	float: left;
	margin: 5px;
	padding: 5px;
}
.sortLink {
	color: #000;
}
.sortLink:hover {
	color: #fff;
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	background-color: #DEDECA;
    list-style-type:none;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 10px 10px 10px grey;
}
.navLink a:hover {
	box-shadow: 1px 1px 1px grey;
	background-color: #eeeeda;
}	
.navLink a {
	border-radius: 10px;
	padding: 12px;
	width:100%;
}
.thlink {
	color: #000;
}
.thlink:hover {
	color: #fff;
}
.tabelle { 
	padding: 0px;
	border-radius: 10px;
	margin: 10px;
	border-spacing: 0;
	border-collapse: separate;
	box-shadow: 3px 3px 3px grey;
}

.tabelle td, table.separate th {  padding: 5px 12px; border-bottom: 1px solid gray; border-right: 1px solid gray; }
.tabelle th { background: #009900; color: #000; }

.tabelle tr:last-child td:first-child {
    border-bottom-left-radius:10px;
}

.tabelle tr:last-child td:last-child {
    border-bottom-right-radius:10px;
}

.tabelle tr th:first-child,
.tabelle tr td:first-child {
   border-left: 1px solid gray;
}

.tabelle tr:first-child th,
.tabelle tr:first-child td {
   border-top: 1px solid gray;
}

.tabelle tr:first-child th:first-child,
.tabelle tr:first-child td:first-child {
    border-top-left-radius:10px
}

.tabelle tr:first-child th:last-child,
.tabelle tr:first-child td:last-child {
    border-top-right-radius:10px
}
.tabelle.farbwechsel tr:nth-of-type(odd)  {background-color: #eee;}

input, textarea, select, checkbox, button {
	border-radius: 7px;
}

	nav > ul {
	border: 1px solid #222;
	left: -280px;
    list-style-type:none;
	margin: 0;
    padding:5px 20px;
	position: absolute;
	top: 60px;
	border-radius: 10px;
			transition:all .3s ease;
	-webkit-transition:all .3s ease;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #eee;
}

nav > .close,
a#nav:target {
    display: none;
}

a:target ~ ul,
a:target ~ .close {
    display: inline-block;
}

a:target ~ ul {
    left: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #001428;
}


a {
	color: #009900;
	text-decoration: none;
}
.footerlink a {
	color: #fff;
}

.rot {
	color:#FF0000;
	background-color:#FFCCCC;
}
.gelb { 
	color:#CCCC55;
	background-color:#FFFFCC;
}
.gruen {
	color:#008800;
	background-color:#CCFFCC;
}
.aktuelles_jahr {
	color:#001428;
	background-color:#009900;
	font-weight: bold;
}
.form {
	background-color: #DEDECA;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
    border-style: ridge;
    border-radius: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight:bold;
  	background-color: #009900;
	color: #000;
}
.titlelink a {
	color: #FFFFFF;
}
.foottext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
  	background-color: #009900;
	color: #001428;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #001428;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #009900;
    color: #001428;
	border-radius: 10px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.inaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
}
.inaktiv:hover {
	text-decoration:none;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #009900;
	border-radius: 10px;
}
.sidebar a {
	text-decoration: none;
	color: #000;
}
.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.tabelle_warnung_gruen {
	background-color:#CCFFCC;
}
.tabelle_warnung_gelb {
	background-color:#FFFFCC;
}
.tabelle_warnung_rot {
	background-color:#FFCCCC;
}
.statistik {
	font-size:small;
	border:1px;
	border-style:solid;
	background-color:#CCCCBB;
}
.feedback {
	background-color:#FFFFCC;
	font-weight:bold;
}
.fehler {
	background-color:#FFCCCC;
	font-weight:bold;
}
table.title {
	border-radius: 10px 10px 0px 0px;

}
table.foottext {
	border-radius: 0px 0px 10px 10px;

}
