#lean_overlay {
position : fixed;
z-index : 100;
top : 0;
left : 0;
height : 100%;
width : 100%;
background : #000;
display : none;
box-shadow : 0 1px 3px #999, 0 -5px 15px maroon inset, 0 2px 1px black;
}
input[type="checkbox"].css-checkbox {
position : absolute;
z-index : -1000;
left : -1000px;
overflow : hidden;
clip : rect(0 0 0 0);
height : 1px;
width : 1px;
margin : -1px;
padding : 0;
border : 0;
}
input[type="checkbox"].css-checkbox + label.css-label {
padding-left : 29px;
height : 24px;
display : inline-block;
background-repeat : no-repeat;
background-position : 0 0;
font-size : 24px;
vertical-align : middle;
cursor : pointer;
}
input[type="checkbox"].css-checkbox:checked + label.css-label {
background-position : 0 -24px;
}
label.css-label {
background-image : url(http://csscheckbox.com/checkboxes/u/csscheckbox_25c68cea905658aa397c192548f75f50.png);
user-select : none;
}
.thumbnail {
transition : transform 0.25s ease;
}
.thumbnail:hover {
transform : scale(5.0);
opacity : 1.0;
}
#lean_modal {
position : fixed;
z-index : 101;
background : #000;
display : none;
box-shadow : 0 1px 3px #999, 0 -5px 15px maroon inset, 0 2px 1px black;
}
.notice-success {
background : #67b11c;
background : linear-gradient(#72c41f, #5c9e19);
border : #467813 solid 1px;
border-radius : 5px;
color : #fff;
font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
padding : 10px 0;
}
.dialogFixed {
position : fixed;
}
.TDline {
background-image : url('../images/blueline.png');
background-repeat : no-repeat;
background-size : 1500px 3px;
}

div.main {
margin : 0 auto 0 auto;
width : 90%;
border : gray solid 0;
padding : 1px;
background-color : white;
z-index : 0;
display : table;
border-radius : 25;
}
div.main_header {
background-color : white;
margin : 0 auto 0 auto;
width : 100%;
height : 100px;
text-align : left;
display : table;
z-index : 1;
}
div.main_container {
margin : 0 auto 0 auto;
width : 100%;
background-color : white;
resize : both;
display : table;
z-index : 1;
}
div.main_header2 {
margin : 0 auto 0 auto;
width : 100%;
background-color : white;
resize : both;
display : table;
z-index : 1;
}
div.main_footer {
background-color : white;
margin : 0 auto 0 auto;
width : 100%;
height : 160px;
display : inline-block;
display : table;
z-index : 1;
}
div.topright {
float : right;
background-color : white;
margin-right : 10px;
margin-top : 1px;
width : 100%;
height : 60px;
background-color : #ddd;
z-index : 0;
}
div.Toernooiinfo {
margin : 0 auto 0 auto;
width : 100%;
background-color : #1E90FF;
resize : both;
display : table;
z-index : 1;
border : gray solid 0;
border-radius : 10px;
}
div.Toernooiinfo1 {
margin : 0 auto 0 auto;
width : 100%;
background-color : #228B22;
resize : both;
display : table;
z-index : 1;
border : gray solid 0;
vertical-align:middle;
border-radius : 12px;
}
div.Toernooiinfo2 {
margin : 0 auto 0 auto;
width : 100%;
background-color : #FFFF99;
resize : both;
display : table;
z-index : 1;
border : gray solid 0;
vertical-align:middle;
border-radius : 12px;
}
div.Toernooiinfo3 {
margin : 0 auto 0 auto;
width : 100%;
background-color : #FFCC99;
resize : both;
display : table;
z-index : 1;
border : gray solid 0;
vertical-align:middle;
border-radius : 12px;
}
div.Toernooiinfo4 {
margin : 0 auto 0 auto;
width : 100%;
background-color : #778899;
resize : both;
display : table;
z-index : 1;
border : gray solid 0;
vertical-align:middle;
border-radius : 12px;
}
div.TournamentInfo {
margin : 0 auto 0 auto;
width : 90%;
background-color : #FFCC99;
resize : both;
display : table;
z-index : 1;
border : gray solid 0;
vertical-align:middle;
border-radius : 12px;
}

table.roundedCorners { 
  border: 1px solid DarkOrange;
  border-radius: 24px; 
  border-spacing: 0;
  }
table.roundedCorners td, 
table.roundedCorners th { 
  border-bottom: 1px solid DarkOrange;
  padding: 10px; 
  }
table.roundedCorners tr:last-child > td {
  border-bottom: none;
}

#slides {
display : none;
}
#slides .slidesjs-navigation {
margin-top : 5px;
}
a.slidesjs-next, a.slidesjs-previous, a.slidesjs-play, a.slidesjs-stop {
background-image : url(img/btns-next-prev.png);
background-repeat : no-repeat;
display : block;
width : 12px;
height : 18px;
overflow : hidden;
text-indent : -9999px;
float : left;
margin-right : 5px;
}
a.slidesjs-next {
margin-right : 10px;
background-position : -12px 0;
}
a:hover.slidesjs-next {
background-position : -12px -18px;
}
a.slidesjs-previous {
background-position : 0 0;
}
a:hover.slidesjs-previous {
background-position : 0 -18px;
}
a.slidesjs-play {
width : 15px;
background-position : -25px 0;
}
a:hover.slidesjs-play {
background-position : -25px -18px;
}
a.slidesjs-stop {
width : 18px;
background-position : -41px 0;
}
a:hover.slidesjs-stop {
background-position : -41px -18px;
}
.slidesjs-pagination {
margin : 7px 0 0;
float : right;
list-style : none;
}
.slidesjs-pagination li {
float : left;
margin : 0 1px;
}
.slidesjs-pagination li a {
display : block;
width : 13px;
height : 0;
padding-top : 13px;
background-image : url(img/pagination.png);
background-position : 0 0;
float : left;
overflow : hidden;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
background-position : 0 -13px;
}
.slidesjs-pagination li a:hover {
background-position : 0 -26px;
}
#slides a:link, #slides a:visited {
color : #333;
}
#slides a:hover, #slides a:active {
color : #9e2020;
}
.navbar {
overflow : hidden;
}
.container {
width : 500px;
}
.CNews {
position : fixed;
top : 0;
left : 0;
z-index : 999;
width : 600px;
height : 350px;
overflow : auto;
visibility : hidden;
font : 10pt 'MS Comic Sans,arial', sans-serif;
background-color : #ADBDE6;
padding : 8px;
border : black solid 1px;
border-radius : 10px;
float : left;
}
.CTooltip {
position : fixed;
top : 0;
left : 0;
z-index : 999;
width : 380px;
visibility : hidden;
font : 8pt 'MS Comic Sans', arial, sans-serif;
background-color : #1334F7;
color : white;
padding : 8px;
border : black solid 1px;
float : left;
box-shadow : 8px 10px 10px rgb(0 0 0 / 0.5), 8px 10px 10px rgb(255 255 255 / 0.75) inset;
}

.buttonsmall {
background : #1334F7;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 10px;
cursor : Pointer;
border-radius : 4px;
}
.buttonsmall:hover {
background : #66aeff;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 10px;
cursor : Pointer;
border-radius : 4px;
}
.Button250 {
background : #1334F7;
color : white;
text-shadow : 0 1px 2px black;
border : maroon solid 1px;
font-size : x-small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 200px;
height : 20px;
margin-right : 5px;
margin-bottom : 2px;fame
cursor : Pointer;
border-radius : 4px;
}
.Button250:hover {
background : #66aeff;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : x-small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 200px;
height : 20px;
margin-right : 5px;
margin-bottom : 2px;
cursor : Pointer;
border-radius : 4px;
}
.ButtonHIGH250 {
background : #1334F7;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 220px;
height : 20px;
margin-right : 5px;
margin-bottom : 2px;
cursor : Pointer;
border-radius : 4px;
}
.ButtonHIGH250:hover {
background : #66aeff;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 220px;
height : 20px;
margin-right : 5px;
margin-bottom : 2px;
cursor : Pointer;
border-radius : 4px;
}
.buttonfixed {
background : #1334F7;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 150px;
margin-right : 5px;
margin-bottom : 2px;
cursor : Pointer;
border-radius : 4px;
}
.buttonfixed:hover {
background : red;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 150px;
margin-right : 5px;
margin-bottom : 2px;
cursor : Pointer;
border-radius : 4px;
}
.buttonmenu {
background : #1334F7;
color : white;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 150px;
margin-right : 5px;
margin-bottom : 2px;
margin-left : 8px;
margin-top : 6px;
cursor : Pointer;
border-radius : 4px;
}
.buttonmenu:hover {
background : red;
color : white;
text-shadow : 0 1px 1px black;
border : maroon solid 1px;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
width : 150px;
margin-right : 5px;
margin-bottom : 2px;
margin-left : 8px;
margin-top : 6px;
cursor : Pointer;
border-radius : 4px;
}
.checkbox {
background : #ADBDE6;
color : white;
border : 0;
border-style : none;
cursor : pointer;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-style : normal;
}
.Cell {
background : #103A94;
cursor : pointer;
color : white;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="textarea"], input[type="password"], input[type="file"] {
padding : 1px;
border : #DDDDDD solid 1px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
text-align : left;
border-radius : 3px;
box-shadow : 0 0 2px #DDDDDD;
}
input[type="text"]:focus {
outline : none;
border : red solid 1px;
box-shadow : 0 0 10px #719ECE;
}
hr {
border-top : 1px solid blue;
}
input[type="textarea"]:focus {
outline : none;
border : red solid 1px;
box-shadow : 0 0 10px #719ECE;
}
textarea {
padding : 1px;
border : #DDDDDD solid 1px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
border-radius : 3px;
box-shadow : 0 0 2px #DDDDDD;
}
td.TableText {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 10px;
text-align : left;
}
td.TableTextRed {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 10px;
text-align : left;
color : #00FFFF;
}
tr.TableText {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 16px;
text-align : left;
}
tr.TableTextRed {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 16px;
text-align : left;
color : #FF0000;
}
td.List {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
line-height : 20px;
text-align : left;
color : blue;
}
td.ListNormal {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 20px;
text-align : left;
color : blue;
}
td.ListCenter {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
line-height : 10px;
text-align : center;
}
td.List2 {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 12px;
text-align : left;
font-style : italic;
color : #ff0000;
}
td.Addinfo {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
line-height : 12px;
text-align : left;
font-style : normal;
color : #ff0000;
}
td.ListRedBold {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
line-height : 12px;
text-align : left;
color : #ff0000;
}
td.ListRedBoldItalic {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
line-height : 12px;
text-align : left;
font-style : italic;
color : #ff0000;
}
td.TList:hover {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 28px;
text-align : left;
}
td.TList {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 28px;
text-align : left;
}
td.TListCenter {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
line-height : 28px;
text-align : center;
}
.Category {
background-color : transparent;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 20px;
font-weight : bold;
line-height : 40px;
text-align : center;
font-style : italic;
}
.Entrytext {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color : transparent;
}
.Info {
font-size : small;
border : solid 0;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
background-color : transparent;
}
.Header {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
height : 24px;
background-color : #00A3EF;
color : white;
}
.Caption {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
font-weight : normal;
color : blue;
background-color : transparent;
}
.Caption3 {
font-size : large;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
font-weight : normal;
color : blue;
background-color : transparent;
}
.CaptionItalicBold {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
font-weight : bold;
font-style : italic;
color : red;
background-color : transparent;
}
.CaptionItalicBoldWhite {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
font-weight : bold;
font-style : italic;
color : white;
background-color : transparent;
}
.CaptionCenter {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : center;
font-weight : normal;
color : white;
background-color : transparent;
}
.CaptionMouse {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : blue;
cursor : Pointer;
}
.Caption2 {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : blue;
}
.CaptionRed {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : red;
font-weight : bold;
cursor : Pointer;
}
.Caption2bold {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : blue;
font-weight : bold;
height : 24px;
}
.CaptionMelding {
background : #1334F7;
color : white;
font-size : xx-large;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
}
.Caption3bold {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : blue;
font-weight : bold;
}
.CaptionSmall {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
font-weight : normal;
color : blue;
background-color : transparent;
}
.TableCaption {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
color : #FFFFFF;
background-color : #ADBDE6;
font-weight : normal;
overflow : hidden;
height : 24px;
}
.TableCaptionXX {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : white;
background-color : #66aeff;
font-weight : normal;
height : 16px;
overflow : hidden;
}
.TableCaptionType {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : white;
background-color : blue;
font-weight : normal;
height : 11px;
overflow : hidden;
}
.TableCaptionMonth {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : white;
background-color : #00A3EF;
font-weight : normal;
height : 18px;
overflow : hidden;
}
.TableCaptionMonthItalicBold {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : white;
background-color : #FF6666;
font-style : italic;
font-weight : bold;
height : 14px;
overflow : hidden;
}
.TableCaptionHeader {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : white;
background-color : #00A3EF;
font-weight : normal;
height : 12px;
overflow : hidden;
}
.TableCaptionBlue {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
color : white;
background-color : #66aeff;
font-weight : bold;
line-height : 24px;
overflow : hidden;
}
.TableCaptionBlue2 {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align : left;
color : white;
background-color : #66aeff;
font-weight : bold;
height : 24px;
overflow : hidden;
}
.LiveBold {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #000000;
font-weight : bold;
}
.LiveNormal {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #000000;
font-weight : normal;
}
.LiveRed {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #FF0000;
font-weight : bold;
}
.LiveBlue {
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #0000FF;
font-weight : bold;
}
.TNHeader {
font-size : large;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
color : #FF6666;
font-style : italic;
margin-left : 20px;
margin-top : 20px;
}
.TNHeaderblue {

font-size : large;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
color : #0000FF;
font-style : italic;
margin-left : 20px;
margin-top : 20px;
}
.TNHeader2 {

font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
margin-left : 20px;
margin-top : 15px;
}
.TNHeader3 {

font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
font-style : normal;
margin-left : 20px;
margin-top : 15px;
}
.emailtext {
font-size : small;
border : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : normal;
}
.emailtextbold {
font-size : small;
border : none;
color : blue;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
}
.checkbox {
font-size : small;
font-weight : bold;
background : transparent;
border : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
box-shadow : 2px 2px 4px #58ACFA;
border-radius : 4px;
}
textarea:hover {
box-shadow : 0 1px 8px #F48004;
}
select {
padding : 1px;
border : #DDDDDD solid 1px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
border-radius : 3px;
box-shadow : 0 0 2px #DDDDDD;
}
select:hover {
box-shadow : 0 1px 8px #F48004;
}
.select200 {
width : 200px;
padding : 1px;
border : #DDDDDD solid 1px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
border-radius : 1px;
box-shadow : 0 0 2px #DDDDDD;
}
.slip {
border : none;
font-size : small;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.Table1 {
border : black;
border-style : solid;
border-width : thin;
box-shadow : 2px 2px 4px #000;
}
.Trans {
border : black;
border-style : none;
border-width : thin;
background : transparent;
}
.Row1 {
border : black;
border-style : solid;
border-width : thin;
}
#Overview tbody tr.even td {
background-color : #ddd;
}
#Overview tbody tr.odd td {
background-color : #fff;
}
body {
margin : 10px;
text-align : left;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
background-color : white;
}
.Intro {
color : #FF1F19;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : normal;
}
a:link {
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
color : blue;
}
a:visited {
color : #1326AE;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
}
a:focus {
color : #FFBF00;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
}
a:hover {
color : #FF1F19;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
}
a:active {
color : #FF1F19;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : small;
font-weight : bold;
}
a.Tname:link {
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : large;
font-weight : bold;
color : #1326AE;
vertical-align : center;

}
a.Tname:visited {
color : #1326AE;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : large;
font-weight : bold;

vertical-align : center;
}
a.Tname:focus {
color : #FFBF00;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : large;
font-weight : bold;

vertical-align : center;
}
a.Tname:hover {
color : #FF1F19;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : large;
font-weight : bold;

vertical-align : center;
}
a.Tname:active {
color : #FF1F19;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : large;
font-weight : bold;

vertical-align : center;
}
a.vertaalfout {
background-color : red;
color : white;
}
t.Linieoben {
background-image : url(../images/bg/linieoben.gif);
background-color : #000;
}
.Links {
background-image : url(../images/bg/Linierunter.gif);
}
.Blaurod {
background-image : url(../images/bg/LinieBR.gif);
}
.BGmittel {
background-image : url(../images/bg/BGweis.gif);
}
.meneu {
background-image : url(../images/bg/Menue.gif);
}
.meneu2 {
background-image : url(../images/bg/linieoben.gif);
}
.headrechts {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size : 9px;
font-style : italic;
color : #999999;
text-align : right;
background-color : #FFFFFF;
}
.Footer2text {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style : italic;
font-size : 10px;
text-align : center;
color : #999999;
background-color : white;
}
.Footer1text {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size : 9px;
text-decoration : underline;
font-style : italic;
color : #999999;
background-color : white;
}
.mnutext {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color : #1326AE;
text-decoration : underline;
text-transform : uppercase;
clip : rect(0,auto,auto,auto);
padding-right : 30px;
font-size : 10px;
cursor : text;
}
.mnutext2 {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color : #1326AE;
text-decoration : underline;
text-transform : uppercase;
clip : rect(0,auto,auto,auto);
padding-right : 30px;
font-size : 9px;
cursor : text;
font-weight : bold;
font-style : italic;
position : relative;
font-size : 20px;
font-weight : normal;
text-transform : uppercase;
}
.test {
border-bottom : 8px solid;
background-color : #eee;
background-image : linear-gradient(#fff, #eee);
}
.test1 {
background-color : #0600B5;
}
.DataTable {
background-image : linear-gradient(to bottom, #FFFFFF 0%, #00A3EF 100%);
}
.tickercontainer {
width : 1000px;
height : 30px;
overflow : hidden;
}
.tickercontainer .mask {
position : relative;
top : 0;
height : 30px;
overflow : hidden;
}
ul.newsticker {
transition : all 0s linear;
position : relative;
font : bold 12px Verdana;
color : blue;
list-style-type : none;
margin : 0;
padding : 0;
}
ul.newsticker li {
float : left;
box-sizing : border-box;
}
.popup {
width : 100%;
height : 100%;
display : none;
position : fixed;
top : 0;
left : 0;
background : rgb(0 0 0 / 0.75);
}
.popup-inner {
max-width : 700px;
width : 90%;
padding : 40px;
position : absolute;
top : 50%;
left : 50%;
transform : translate(-50%,-50%);
box-shadow : 0 2px 6px rgb(0 0 0 / 1);
border-radius : 3px;
background : #fff;
}
.popup-close {
width : 30px;
height : 30px;
padding-top : 4px;
display : inline-block;
position : absolute;
top : 0;
right : 0;
transition : all 0.25s ease;
transform : translate(50%,-50%);
border-radius : 1000px;
background : rgb(0 0 0 / 0.8);
font-family : Arial, Sans-Serif;
font-size : 20px;
text-align : center;
line-height : 100%;
color : #fff;
}
.popup-close:hover {
transform : translate(50%,-50%) rotate(180deg);
background : rgb(0 0 0 / 1);
text-decoration : none;
}