/* CSS Document */


.border{
		border-color:#cccccc;
		border-width:1px;
		border-style:solid; 
	
}
.tab1 { 
		background-image: url(bilder/eklov_gra.jpg); 
		background-repeat: no-repeat;
}

.border_bla{
		border-color:#404960;
		border-width:1px;
		border-style:solid; 
	
}
.border_l{
		border-left-style:solid;
		border-left-color:#404966;
		border-left-width:1px;
}
.border_r{
		border-right-style:solid;
		border-right-color:#404966;
		border-right-width:1px;
}
.border_b{
		border-bottom-style:solid;
		border-bottom-color:#404966;
		border-bottom-width:1px;
}		
.border_t{
		border-top-color:#404966;
		border-top-width:1px;
		border-top-style:solid; 
}
.knapp{
		background-color:#ffffff;
		height:20px;
		width:70px;
		color:#000000;
		font-size:10px;
}

.falt{
		background-color:#ffffff;
		border-color:#404966;
		border-width:1px;
		border-style:solid;
}
table{
		font-family:verdana;
		font-size:8pt;
		color:#000000;
		background-color:#ffffff;
}
.b{
		font-family:verdana; 
		color:#114366; 
		font-size:10px;
		font-weight:bold; 
}
a:link{ font-family:verdana; color:#114366; font-size:10px;text-decoration: none; font-weight:bold; }
a:visited{ font-family:verdana; color:#114366; font-size:10px; text-decoration: none; font-weight:bold;}
a:hover{ font-family:verdana; color:#333333; font-size:10px; text-decoration: none; font-weight:bold; }
a:active { font-family:verdana; color:#114366; font-size:10px; text-decoration: none; font-weight:bold;}
