table, th, td{
	border: 0;
}
p{
	font-size: 10pt;
}
audio{
	width: 150px;
	height: 50px;
}
.main{
	margin: 0;
	display: flex;
    justify-content: center;
}
.Text12{
    margin-top: 10px; 
    font-weight: normal
}
.Titel{
    font-size: 24pt;
    font-style: normal;
    text-transform: none;
    color: #3333FF;
    font-weight: bold
}
.Text_Footer{
    font-size: 9pt;
    margin-top: 10px ;
    vertical-align: top
}
.Text8{ 
	font-size: 8pt; 
	margin-top: 10px 
}
.Headline1{ 
	font-size: 12pt; 
	font-weight: bold; 
	color: #000099;
}
.Headline2{ 
	font-size: 12pt; 
	font-weight: bold; 
	color: #000099;
	background-color: #00CC00;
}
.Fett {
	font-style: oblique
}
.Text10 { 
	font-size: 10pt; 
	margin-top: 10px 
}
.Land_TAB_ZEILE1 { 
	color: #3333FF; 
	background-color: #CCCCFF; 
	font-size: 10pt 
}
.Land_TAB_ZEILE2 { 
	color: #FFFFFF; 
	background-color: #9999FF; 
	font-size: 10pt
}
.Land_TAB_Kopf { 
	color: #FFFFFF; 
	background-color: #3333FF; 
	font-size: 10pt 
}
/*-----------------------------------------------------------------*/

.MenuButton{
    font-size: 12pt;
    color: black;
    margin-top: 2px ;
    margin-right: 2px ;
    margin-bottom: 2px ;
    cursor: pointer;
	background-color:#CCCCCC; 
	width: 250px;
}
.MenuButton:hover { 
	color:#FFFFFF;
	background-color:#3333FF; 
}
.MenuButton:focus { 
	color:#FFFFFF;
	background-color:#080 
}
.Button{
    font-size: 8pt;
    text-align: center;
    margin-top: 20px ;
    margin-right: 20px ;
    margin-bottom: 20px ;
    cursor: pointer;
}
.Ueberschrift1{ 
	font-size: 24pt; 
	margin-top: 10px ; 
	font-weight: bold; 
	color: #0000CC; 
}
.Ueberschrift2 {
	font-size: 14pt; 
	margin-top: auto; 
	font-weight: bold; 
	color: #0000CC; 
}
.Menu {  
	cursor: pointer
}
.Tipps_TAB_Sieger{ 
	color: #000000; 
	background-color: #FFFF00; 
	font-size: 10pt ; 
	font-weight: bold
}
.Tipps_TAB_Sonst{ 
	color: #3333FF; 
	background-color: #CCCCFF; 
	font-size: 10pt 
}
.Tipps_TAB_Gewinner1 { 
	color: #000000; 
	background-color: #FFCC66; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt 
}
.Tipps_TAB_Gewinner2 { 
	color: #FFFFFF; 
	background-color: #FF9900; 
	font-size: 10pt 
}
.TAB_Transparent { 
	color: #000000; 
	font-size: 9pt; 
	vertical-align: middle; 
	line-height: 10pt
}
.Turniersieger { 
	font-size: 36pt; 
	margin-top: auto; 
	font-weight: bold; 
	color: #0000CC
}
.TAB_ZEILE3 { 
	color: #FFFFFF; 
	background-color: #3366FF; 
	font-size: 10pt 
}

#ButtonLayer1, #ButtonLayer2{
	display: flex;
	flex-direction: column;
}
#ButtonLayer1 a, 
#ButtonLayer2 a{
	border: 2px solid #0080ff;
	margin: 4px;
}
#ButtonLayer1 a:hover, 
#ButtonLayer2 a:hover{
	background-color:red;
	border-color: red;
	border: 4px solid red;
	margin: 2px;
}
/* The Modal Window  */
.modal-Window{
    display: none; 		/* Hidden by default */
    position: fixed; 	/* Stay in place */
    z-index: 1; 		/* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; 		/* Full width */
    height: 100%; 		/* Full height */
    overflow: auto; 	/* Enable scroll if needed */
    background-color: rgb(0,0,0); 		/* Fallback color */
    background-color: rgba(0,0,0,0.5);	/* Black w/ opacity */
}

/* Modal Content */
.modal-Content {
    background-color: #fefefe;
    background-image: url("../Resources/Verlauf_Blau_600_schmal.jpg");
    background-repeat:repeat-y;
    width: 620px;
    height: auto;
    margin: auto;
    padding: 20px; 
    border: 1px solid #888;
}

/* The Close Button right upper corner */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

