@font-face{
  font-family:'Play';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src: url(Play-Regular.ttf) format('truetype');
}
body{
    background-color:#FFFFFF;
    font-family:Play;
    font-size: 11pt;
    color:#000000;
}
/* Seitenbreite festlegen START */
div.seitenbreite{
	width:1100px;
	margin:auto;
}
table.menuzeile{
	width:1100px;
}
/* Seitenbreite festlegen ENDE */
table{
    font-size:11pt;
    border-width:0px;
}
td{
    font-size:11pt;
    padding:2px;
    border-color:#0164A8;
}
td.ohneabstand{
    font-size:11pt;
    padding:0px;
    border-color:#0164A8;
}
th{
    font-size:11pt;
}
select{
    font-size:12px;
    border:1px solid #7A7A7A;
    height:20px;
    margin:0px;
}
input[type=button],input[type=submit],input[type=reset]{
	font-family:Play;
	font-size:11pt;
	background-color:#E7EEF8;
	border:1px solid black;
	border-radius:7px;
	cursor:pointer;
}
input[type=button][disabled]{
	background-color:#FFFFFF;
	border:1px solid black;
	border-radius:7px;
	cursor:default;
}
input:focus{ 
	outline: 2px solid #5591CB !important;
 }
h2{
    color:#0164A8;
}
li{
    color:#000000;
}
a:link{
	font-size:11pt;
    color:#000000;
}
a:visited{
	font-size:11pt;
    color:#000000;
}
a:activ{
	font-size:11pt;
    color:#000000;
}
a.menu:link{
    color:#FFFFFF;
}
a.menu:visited{
    color:#FFFFFF;
}
a.menu:activ{
    color:#FFFFFF;
}
a.weiss{
	font-size:11pt;
	color:#FFFFFF;
}
a.weiss:link{color:#FFFFFF;
	text-decoration:none;
	font-size:11pt;
}
a.weiss:visited{color:#FFFFFF;
	text-decoration:none;
	font-size:11pt;
}
a.weiss:hover{color:#FFFFFF;
	text-decoration:underline;
	font-size:11pt;
}
.bgimg {
    background-image: url('/tracking/images/punkte_start_2.jpg');
}
.bgimg2 {
    background-image: url('../images/punkte_start_2.jpg');
}
.wrapper{
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.content{
    max-height: 98%;
    font-size: 0.8rem;
    overflow: auto;
    margin: 0;
    padding: 0;
    -moz-transition: width .3s ease, left .3s ease;
    -webkit-transition: width .3s ease, left .3s ease;
    -o-transition: width .3s ease, left .3s ease;
    transition: width .3s ease, left .3s ease;
}
.login{
    font-size: 0.8em;
    margin: auto;
    max-width: 400px;
    padding: 30px;
    padding-bottom: 20px;
    text-align: center;
}
tr.hell td{
    cursor: pointer;
    background-color:#E7EEF8;
    COLOR:#000000;
}
tr.dunkel td{
    cursor: pointer;
    background-color:#FFFFFF;
    color:#000000;
}
tr.hell:hover td,
tr.dunkel:hover td{
    background-color: #cedbf2;
}
tr.hintergrund_blau{
	background-color:#033373;
	color:#FFFFFF;
}
table.protokoll{
    font-size: .9em;
    min-width: 900px;
    table-layout: fixed;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    empty-cells: show;
    margin: auto;
}
table.protokoll td a{
    text-decoration: none;
    color: #0a2960;
}
table.protokoll td a:hover{
    text-decoration: underline;
    color: #0a2960;
}
table.protokoll th{
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
	padding-left: 5px;
}
table.protokoll th span{
    vertical-align: middle;
}
table.protokoll tr:not(.kurz):hover td:not(.neutral){
    background-color: #cedbf2;
}
table.protokoll td{
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.listegln{
    margin: auto;
    font-size: .9em;
    min-width: 800px;
    border-collapse: collapse;
    empty-cells: show;
}
table.listegln td a{
    text-decoration: none;
    color: #0a2960;
}
table.listegln td a:hover{
    text-decoration: underline;
    color: #0a2960;
}
table.listegln td{
    text-align: left;   
}
table.sucheheader{
    margin: auto;
}
.logo_container {
	background-image:url('../images/cctopback_wave.jpg');
	min-height: 130px;
	min-width: 1440px;
	width: 100%;
	left:0px;
	margin:0px;
	padding:0px;
	top:0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	z-index:-1;
}
.search_bar {
    display: block;
    color: #ffffff;
	width:900px;
	/*background:rgba(11, 59, 124, 0.8);*/
    text-align: center;
    padding: 15px;
    margin: -134px auto auto auto;
}
.search_bar_center {
    /*float: left;*/
    /*width: 80%;*/
	background:rgba(11, 59, 124, 0.7);
    color: #ffffff;
	padding:7px;
}
.search_bar:after {
    content: "";
    display: table;
    clear: both;
}
.centered{
	margin: auto;
	text-align: center;
}
.ampel{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}