@CHARSET "ISO-8859-1";

body
{ 
    margin: 20px 20px; 
    font-size:14px;
    font-family: arial, sans;
}

#links {
    float: left;
    width: 47.8%;
    height: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

#rechts {
    float: left;
    width: 47.8%;
    height: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

label{
	display:block;
	float:left;
	width:160px;
	text-align:left;
	margin:0px 5px 0px 0px;
}

table.Score {
    border-collapse:collapse;
}
table.Score td, th {
    border: 1px solid black;
	padding-left: 6px;
}
table.Score tr {
    height: 26px;
}

table.Stand {
    border-collapse:collapse;
}
table.Stand td, th {
    border: 0px solid black;
}
table.Stand tr {
	border: 0px solid black;
}

table.Invul {
    border-collapse:collapse;
}
table.Invul td, th {
    border: 1px solid black;
	padding-left: 6px;
	text-align:center;
}
table.Invul tr {
    height: 27px;
}