@import url("../../../lib/Fonts/fontfaces.css");

#head {
margin: 20px 50px 20px 50px;
font-family: inherit;
font-size: 16px;
}

#head td {
width: 100px;    
}

#head td.title {
width: 200px;       
}

.title {
font-weight: bold;    
}

#inhalt img.topImg {
height: 160px;
}

#comment {
min-height: 100px;    
padding: 0px 5px 5px 5px;
background-color: #ffffff;
border-style: solid;
border-width: 5px;
border-radius: 10px;
border-color: #990000;    
}

#evlBar {
margin-top: 10px;
margin-right: 0px;
width:  400px;
height: 10px;
border: 2px;
border-color: white; 
background-color: black;
}

#evlw {
width:  200px;
height: 10px;    
background-color: white;    
}

#score {
font-family: inherit;
font-size: 16px;
font-weight: bold;
}

#cont {
width:  410px;
height:  15px;
font-family: inherit;
font-size: 14px;
font-weight: normal;
font-style: italic;
}

#cont span {
font-size: 14px;
font-weight: bold;    
}

#control {
display: block;
margin-top: 10px;
margin-bottom: 20px;
}

@media (orientation: landscape){
#bd {
float: left;
margin-left: 50px; 
}
#comment {
float: right;
width: 400px;
margin: 10px 20px 10px 10px;
}
}

@media (orientation: portrait){
#bd {
margin-left: 50px; 
}
#comment {
width: 400px;    
margin: 10px 20px 10px 40px;
}
}

.btn {
width: 110px;
height: 30px;
border-radius: 5px;
box-shadow: 2px 2px 2px #7F4A1B;
}

.btnSchach {
width: 200px;
height: 40px;
border-radius: 5px;
box-shadow: 2px 2px 2px #7F4A1B;
margin: 0px 0px 20px 20px;
font-weight: bold;
}

#imgBtn {
margin-top: 5px;    
width: 60px;
float: right;
}

#startBtn {
margin-left: 50px;
}

#zug {
font-family: inherit;
font-size: 16px;
font-weight: bold;
text-align: center;    
}

#text {
font-family: inherit;
font-size: 16px;    
margin: 0px auto 0px auto; 
}

#text2 {
font-family: inherit;
font-size: 16px; 
text-align: center; 
}

#text3 {
font-family: inherit;
font-size: 16px; 
font-style: italic;
text-align: center; 
}

#partieTyp {
width: 600px;    
margin: 40px auto 0px auto;
font-size: 15px;
font-weight: bold;
font-style: italic;
text-align: center;
}

#selMatch {
width: 850px;    
margin: 20px auto 20px auto;
display: none;
}

#selComp {
width: 850px;    
margin: 20px auto 20px auto;
display: none;
}

.selForm {
display: block;    
width: 730px;    
margin: 10px 0px 20px 0px;    
}

.selTitle {
margin-top: 0px;
font-size: 15px;
font-style: italic;
font-weight: bold;
}

.selList {
height: 70px;
width: 650px;
font-family: "UbuntuMonoB";
font-size: 20px;
font-style: normal;
font-weight: bold;
background-color: #ffcc99;
border-width: 4px;
border-style: solid;
border-color: #993300;
border-radius: 8px;
box-shadow: 4px 4px 4px 0px #7F4A1B;
}

.selOption {
font-family: "UbuntuMonoN";
font-size: 18px;
font-style: normal;
}

.o1 {
background-color: #ffcccc;    
}

.o2 {
background-color: #ff9966;    
}




