/* generelles Aussehen: Cool Design: schwarz auf weiß-Schrift, weiß auf blau-Buttons, weiß auf dunkelblau Überschriften, blaue Links */

@import url("/css/page.css");

/* Abweichungen: weiß auf schwarz-Buttons, Tabellen-Überschriften grau */

/* Cool-Table */

table.cool, table.coolborder { 
 background-color: #FFFFFF; 
 border: 2px #006699 solid; 
}

table.cool td {
 padding-top: 2px;
 padding-bottom: 1px;
 padding-left: 7px;
 padding-right: 7px;
 border-bottom: 1px #c0c0c0 solid;
 border-right: 1px #c0c0c0 solid;
}

tr {
 vertical-align: top;
}

/* abwechselnde Zeilen-Farbe können moderne Browser auch automatisch */
table.cool tr:nth-child(even) { background-color: white; }
table.cool tr:nth-child(odd) { background-color: #e0e0e0; }

table.trans tr:nth-child(even) { background-color: transparent; }
table.trans tr:nth-child(odd) { background-color: transparent; }

table.lined tr:nth-child(even) { background-color: white;}
table.lined tr:nth-child(odd) { background-color: #e0e0e0;}

/* gerade (Even) und ungerade zeilen (Odd) Farben */
tr.odd   { background-color: white;}
tr.even  { background-color: silver;}

th {
 font-family: Helvetica,Arial,Swiss;
 color: #000000;  font-weight: bold;
 background-color: #c0c0c0; height: 22px;
 background-image: none;
 text-align: left; 
 padding-top: 5px;
 padding-left: 7px;
 padding-right: 7px;
 padding-bottom: 2px;
 border-bottom: 1px #c0c0c0 solid;
 border-right: 1px #c0c0c0 solid; 
}

th a:link, th a:active, th a:visited, th a:hover {color:white;}

td.head {
 background-color: #e0e5e9; 
 background-image: url(/images/bg_th_hellblau.gif);
}

td.foot {
 background-color: #e0e5e9; 
 background-image: url(/images/bg_tf2_hellblau.gif);
}


.table-scrollable {
  width: 100%;
  overflow-y: auto;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 20px;
 } 

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

tr.links {
  line-height:1.7;
}


th.sticky, td.sticky {
  position:-webkit-sticky;
  position:sticky;
  width: inherit;
  min-width: inherit;
  max-width: inherit;
  left: 0px;
  top:0px;
  background-color:inherit;
}

/* Transparente Buttons  halbe größe --------------------------------------------------------------------------------------------------------------------------- */

.btn {
	background-image: url(/images/black_glass_100x40.png);
	background-color: black;
	color: white;
	width: 100px;
	height: 33px;
	font: 0.9em/0.9em Arial, Sans-Serif, Verdana;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	padding-top: 7px;
	text-decoration: none;
	float:left;
}

.btn img  {
	filter:alpha(opacity=80); /* IE */
 -moz-opacity: 0.80; /* Gecko */
 opacity: 0.80; /* Opera */
}

.btn_on {
	background-image: url(/images/black_glass_100x40_on.png);
	background-color: black;
	color: #FFFFFF;
	width: 100px;
	height: 33px;
	font: 0.9em/0.9em Arial, Sans-Serif, Verdana;
	font-weight: bold;
	text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
  padding-top: 7px;
	text-decoration: none;
	float:left;
}

.btn_on img {
	filter:alpha(opacity=100); /* IE */
 -moz-opacity: 1.00; /* Gecko */
 opacity: 1.00; /* Opera */
}

.btn a:link { color: #E0E0E0; text-decoration: none; }
.btn_on a:link { color: #FFFFFF; text-decoration: none; }
.btn a:visited { color: #E0E0E0; text-decoration: none; }
.btn_on a:visited { color: #FFFFFF; text-decoration: none; }
.btn a:hover {	color: #E0E0E0; text-decoration: none; }
.btn_on a:hover {	color: #FFFFFF; text-decoration: none; }


/* Transparente Buttons  volle größe*/


.gbtn {
background-image: url(/images/black_glass_100x100.png);

background-color: black;
color: white;
width: 100px;
height: 70px;
font: 1.1em/1.3em Arial, Sans-Serif, Verdana;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
padding-top: 30px;
text-decoration: none;
float:left;
}

.gbtn img  {
	filter:alpha(opacity=80); /* IE */
 -moz-opacity: 0.80; /* Gecko */
 opacity: 0.80; /* Opera */
}

.gbtn_on {
	background-image: url(/images/black_glass_100x100_on.png);
	background-color: black;
	color: #FFFFFF;
	width: 100px;
	height: 70px;
	font: 1.1em/1.3em Arial, Sans-Serif, Verdana;
	text-align: center;
 margin-top: 15px;
 margin-bottom: 15px;
 margin-left: 15px;
 margin-right: 15px;
 padding-top: 30px;
	text-decoration: none;
	float:left;
}

.gbtn_on img {
	filter:alpha(opacity=100); /* IE */
 -moz-opacity: 1.00; /* Gecko */
 opacity: 1.00; /* Opera */
}

.gbtn a:link { color: #E0E0E0; text-decoration: none; }
.gbtn_on a:link { color: #FFFFFF; text-decoration: none; }
.gbtn a:visited { color: #E0E0E0; text-decoration: none; }
.gbtn_on a:visited { color: #FFFFFF; text-decoration: none; }
.gbtn a:hover {	color: #E0E0E0; text-decoration: none; }
.gbtn_on a:hover {	color: #FFFFFF; text-decoration: none; }




/**********************************************/

.xbtn40x30 { /* mit Hintergrundbeleuchtung-Effekt*/
	width:40px;
	height:30px;
	max-height:26px;
	background-image:url(/images/black_glass_40x30.png);
	background-repeat:no-repeat;
	background-color:black;
	color:white;
	text-shadow:black 1px 2px;
	font:12pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:middle; /* funkt. nicht, mit max-height und padding ausgleichen */
	padding-top:4px;
	margin-bottom:3px;
	margin-right:3px;
	display:inline-block;
}

.xbtn40x30 img  {
	filter:alpha(opacity=80); /* IE */
 -moz-opacity: 0.80; /* Gecko */
 opacity: 0.80; /* Opera */
}

.xbtn40x30:link { color: #d0d0d0; text-decoration: none; }
.xbtn40x30:hover {	color: #ffffff; text-decoration: none; background-image: url(/images/black_glass_40x30_on.png);}
.xbtn40x30:visited { color: #e0e0e0; text-decoration: none; }
.xbtn40x30:active { color: #ffff00; text-decoration: none; }
.xbtn40x30:focus { color: #ffffff; text-decoration: none; }

/**********************************************/


/***** Bild-Button *******/
.bild {
	position: relative;
	width:45px;
	height:14px;
	background-color:#000000;		
	border-width:8px;
	border-radius:3px;
	border-color:#ffffff;
	box-shadow: #303030 0px 0px 5px;
 color: #e0e0e0;
	font:9pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:top; 
	margin-top:1px;
	margin-bottom:2px;
	margin-right:2px;
	display:inline-block;
}
	
.bild:link { color: #d0d0d0; text-decoration: none; }
.bild:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 7px;}
.bild:visited { color: #e0e0e0; text-decoration: none; }
.bild:active { color: #ffff00; text-decoration: none; }
.bild:focus { color: #ffffff; text-decoration: none; }

	

.button { /* ganz ohne grafik, nur css *********************************************************************************/
	position: relative;
	width:100px;
	height:100px;
	background-color:#000000;		
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
	box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
	text-shadow: #202020 1px 2px;
	font:13pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:top; 
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}

.xbutton::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       
 clip: rect(154px 166px 300px 74px); 
	box-shadow: 10px 10px 40px 30px #fff;
}
.xbutton::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
	width: 92%;
	height: 92%;
	background-color: transparent;
	border-color: #101010;
	border-style: solid;
	border-width:3px;
	border-radius:inherit;
}
.button:link { color: #d0d0d0; text-decoration: none; }
.button:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 20px;}
.button:visited { color: #e0e0e0; text-decoration: none; }
.button:active { color: #ffff00; text-decoration: none; }
.button:focus { color: #ffffff; text-decoration: none; }

/***** 2-Zeiler *******/
.btn100x100 { /* ganz ohne grafik, nur css ***********************************************************************/
	position: relative;
	width:100px;
	height:100px;
	background-color: #000000;
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
	box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
	text-shadow: #202020 1px 2px;
	font:13pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:top; 
	padding-top:30px;
	max-height:70px;
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}
.btn100x100::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       
 clip: rect(154px 166px 300px 74px); 
	box-shadow: 10px 10px 40px 30px #fff;
}
.btn100x100::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
	width: 92%;
	height: 92%;
	background-color: transparent;
	border-color: #101010;
	border-style: solid;
	border-width:3px;
	border-radius:inherit;
}
.btn100x100:link { color: #d0d0d0; text-decoration: none; }
.btn100x100:hover {	color: #ffffff; text-decoration: none; background-color:black; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100:active { color: #ffff00; text-decoration: none; }
.btn100x100:focus { color: #ffffff; text-decoration: none; }


/***** 1-Zeiler *******/
.btn100x100_1z {
	position: relative;
	width:100px;
	height:100px;
	background-color:#000000;		
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
	box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
	text-shadow: #202020 1px 2px;
	font:13pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:top; 
	padding-top:40px;
	max-height:60px;
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}
.btn100x100_1z::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;     
 clip: rect(154px 166px 300px 74px); 
	box-shadow: 10px 10px 40px 30px #fff;
}
.btn100x100_1z::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
	width: 92%;
	height: 92%;
	background-color: transparent;
	border-color: #101010;
	border-style: solid;
	border-width:3px;
	border-radius:inherit;
}
.btn100x100_1z:link { color: #d0d0d0; text-decoration: none; }
.btn100x100_1z:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100_1z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100_1z:active { color: #ffff00; text-decoration: none; }
.btn100x100_1z:focus { color: #ffffff; text-decoration: none; }


/***** 3-Zeiler *******/
.btn100x100_3z {
	position: relative;
	width:100px;
	height:100px;
	background-color:#000000;		
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
	box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
	text-shadow: #202020 1px 2px;
	font:13pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:top; 
	padding-top:20px;
	max-height:80px;
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}
.btn100x100_3z::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       /* modern browser */  
 clip: rect(154px 166px 300px 74px); 
	box-shadow: 10px 10px 40px 30px #ffffff;
}
.btn100x100_3z::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
	width: 92%;
	height: 92%;
	background-color: transparent;
	border-color: #101010;
	border-style: solid;
	border-width:3px;
	border-radius:inherit;
}
.btn100x100_3z:link { color: #d0d0d0; text-decoration: none; }
.btn100x100_3z:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100_3z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100_3z:active { color: #ffff00; text-decoration: none; }
.btn100x100_3z:focus { color: #ffffff; text-decoration: none; }


/***** 4-Zeiler *******/
.btn100x100_4z {
	position: relative;
	width:100px;
	height:100px;
	background-color:#000000;		
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
	box-shadow: #303030 0px 0px 10px;
 color: #e0e0e0;
	text-shadow: #202020 1px 2px;
	font:13pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:top; 
	padding-top:8px;
	max-height:92px;
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}
.btn100x100_4z::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       /* modern browser */  
 clip: rect(154px 166px 300px 74px); 
	box-shadow: 10px 10px 40px 30px #ffffff;
}
.btn100x100_4z::after {
 position: absolute;
 left:1px;
 top: 1px;
 content: '';
	width: 92%;
	height: 92%;
	background-color: transparent;
	border-color: #101010;
	border-style: solid;
	border-width:3px;
	border-radius:inherit;
}
.btn100x100_4z:link { color: #d0d0d0; text-decoration: none; }
.btn100x100_4z:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 20px;}
.btn100x100_4z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x100_4z:active { color: #ffff00; text-decoration: none; }
.btn100x100_4z:focus { color: #ffffff; text-decoration: none; }


/***** 2-Zeiler ********/
.btn100x40 { /* ganz ohne grafik, nur css ***********************************************************************/
	position: relative;
	width:100px;
	height:40px;
	background-color:#000000;		
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
 color: #e0e0e0;
	text-shadow: #202020 1px 1px;
	font:11pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:top; 
	margin-bottom:5px;
	margin-right:5px;
	display:inline-block;
}
.btn100x40::before {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;       /* modern browser */  
 clip: rect(60px 170px 100px 70px); 
	box-shadow: 5px 5px 20px 8px #ffffff;
}

.btn100x40:link { color: #d0d0d0; text-decoration: none; }
.btn100x40:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 7px;}
.btn100x40:visited { color: #e0e0e0; text-decoration: none; }
.btn100x40:active { color: #ffff00; text-decoration: none; }
.btn100x40:focus { color: #ffffff; text-decoration: none; }

/***** 1-Zeiler *******/
.btn100x40_1z {
	position: relative;
	width:100px;
	height:40px;
	background-color:#000000;		
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
 color: #e0e0e0;
	text-shadow: #202020 1px 1px;
	font:11pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	margin-bottom:5px;
	margin-right:5px;
	display:inline-block;
	white-space: pre;
}

.btn100x40_1z::before {
	margin-top:10px;
 font:6pt Arial, Sans-Serif, Verdana;	
 color: white;
 content: ' \00000A';
 white-space: pre;
}

.btn100x40_1z::after {
 position: absolute;
 content: '';
 top: -150%;
 left: -70%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: transparent;
 opacity: 0.5;    
 clip: rect(60px 170px 100px 70px); 
	box-shadow: 5px 5px 20px 8px #ffffff;
}

.btn100x40_1z:link { color: #d0d0d0; text-decoration: none; }
.btn100x40_1z:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 7px;}
.btn100x40_1z:visited { color: #e0e0e0; text-decoration: none; }
.btn100x40_1z:active { color: #ffff00; text-decoration: none; }
.btn100x40:focus { color: #ffffff; text-decoration: none; }


/***** kleiner Button, immer 1-Zeiler, nur 2-3 Buchstaben, besser: 1 Grafik-Zeichen *******/
.btn40x30 {
	position: relative;
	width:40px;
	height:30px;
	background-color:#000000;		
	border-width:10px;
	border-radius:8px;
	border-color:#ffffff;
 color: #e0e0e0;
	text-shadow: #202020 1px 1px;
	font:11pt Arial, Sans-Serif, Verdana;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	margin-bottom:4px;
	margin-right:3px;
	display:inline-block;
	white-space: pre;
}

.btn40x30::before {
	margin-top:10px;
 font:4pt Arial, Sans-Serif, Verdana;	
 color: white;
 content: ' \00000A';
 white-space: pre;
}

.btn40x30::after {
 position: absolute;
 content: '';
 top: -150%;
 left: -100%;
 width: 180%;
 height: 150%;
 border-radius: 80px;
 background-color: black; /* transparent; */
 opacity: 0.5;    
 clip: rect(45px 85px 100px 39px); /* (top, right, bottom, left) */
	box-shadow: 5px 5px 20px 8px #ffffff;
}

.btn40x30:link { color: #d0d0d0; text-decoration: none; }
.btn40x30:hover {	color: #ffffff; text-decoration: none; background-color:#000000; box-shadow: #ffff00 0px 0px 7px;}
.btn40x30:visited { color: #e0e0e0; text-decoration: none; }
.btn40x30:active { color: #ffff00; text-decoration: none; }
.btn40x30:focus { color: #ffffff; text-decoration: none; }

