@media screen {
	body 
	{
		font-family: Tahoma; 
		font-size: 12px; 
	}
}
@media print {
	body 
	{
		font-family: Arial,Sans-Serif; 
		font-size: 12px; 
	}
}
h1
{
	margin: 0 0 0 0;
}
h2
{
	margin: 0 0 0 0;
}
p {
font-size: 12px;
}
li {font-family: Tahoma; 
font-size: 12px;
}
td 
{ 
font-size: 12px;
}
th 
{
 text-align: left;
 font-weight: bold;
 font-size: 14px;
  border-bottom: 1px solid #000000;
}
table {border: 0px;
}
.rubrikTabell {
width: 100%;
height: auto;
padding: 5px;
margin-top: 15px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-color: #ffffff;
border-bottom: solid 1px #000000;
}
.resultTable {
width: auto;
height: auto;
padding: 5px;
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-color: #ffffff;
}
th.klass 
{
 text-align: left;
 font-weight: bold;
 font-size: large;
   border-bottom: 0px solid #000000;
}
th.klubb 
{
 text-align: left;
 font-weight: bold;
 font-size: medium;
}
td.c1 {
 padding: 4;
 border-bottom: 1px solid #999999;
}
td.c2 {
 padding: 4;
 border-bottom: 1px solid #999999;
 background-color: #eeeeee;
}
td.kol1 {
 padding: 4;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #999999;
}
td.kol2 {
 padding: 4;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #999999;
 background-color: #eeeeee;
}
td.tot1 {
 padding: 4;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #999999;
 font-weight: bold;
}
td.tot2 {
 padding: 4;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #999999;
 background-color: #eeeeee;
 font-weight: bold;
}
@media print {
	ul#tabs{
	display: none;
	}
	ul#klassIndex{
	display: none;
	}
}
@media screen {
	ul#tabs{
	list-style: none;
	margin: 0 0px;
	padding: 1px 0 0 0;
	height: 23px;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	}
}
ul#tabs li { 
float: left;
margin: 0 3px;
height: 23px;
text-align: center;
position: relative;
width: 90px;
border: 1px solid black;
top: 1px;
background: #de2e2e;
}
ul#tabs li:hover
{
	border-bottom: 1px solid white;
	background: white;
}
ul#tabs a
{
display: block;
height: 100%;
color: #ffffff;
text-decoration: none;
border: 1px solid #ffffff;
font: 12px Arial, sans-serif;
}
body#resultat1 li#tab1,
body#resultat2 li#tab2,
body#resultat3 li#tab3,
body#resultat4 li#tab4,
body#resultat5 li#tab5,
body#resultat6 li#tab6,
body#resultatTot li#tab7,
body#resultatLag li#tab8
{
	background: white;
	border-bottom: 1px solid white;
}
ul#tabs a:hover,
body#resultat1 li#tab1 a,
body#resultat2 li#tab2 a,
body#resultat3 li#tab3 a,
body#resultat4 li#tab4 a,
body#resultat5 li#tab5 a,
body#resultat6 li#tab6 a,
body#resultatTot li#tab7 a,
body#resultatLag li#tab8 a 
{
	color: black;
}
ul#tabs span 
{
	display: block;
	padding: 4px 5px 0 5px;
}

