/* CSS Document */
BODY
{ 
	margin-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
/*	background-repeat: repeat;
	background-image: url(.jpg); */
}

A:link
{
	color: #669900;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px; 
	font-weight: 600;
	text-decoration: none
}

A:visited	
{
	color: #669900;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px; 
	font-weight: 600;
	text-decoration: none
}

A:hover  	
{
	color: #669900; 
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 600;
	text-decoration: underline
}

FONT
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none
}

SPAN.sidrubrik
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}
SPAN.rubrik12

{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

SPAN.notis
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

SPAN.rubrik
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0pt;
	text-decoration: none
}

SPAN.underrubrik
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	color: #003399;
	font-weight: 700;
	text-decoration: none
}

SPAN.ingress
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none
}

SPAN.datum
{
	color: #999999;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10px; 
	font-weight: 600;
	text-decoration: none
}

A.huvudlank:link
{
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: none
}

A.huvudlank:visited
{
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: none
}

A.huvudlank:hover
{
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: underline
}

A.underlank:link
{
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: none
}

A.underlank:visited
{
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: none
}

A.underlank:hover
{
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: underline
}

A.rubrik:link

{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

A.rubrik:visited

{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 16pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

A.rubrik:hover

{
	font-family6;
	color: #666666;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

A.underrubrik:link

{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

A.underrubrik:visited

{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

A.underrubrik:hover

{
	font-family6;
	color: #666666;
	font-weight: 300;
	letter-spacing: 0pt;
	text-decoration: none
}

A.markning:link
{
	color: #335099;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: none
}

A.markning:visited
{
	color: #335099;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: none
}

A.markning:hover
{
	color: #335099;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px; 
	font-weight: 300;
	text-decoration: underline
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('pics/bg_button_a.gif') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: left;
    font: normal 11px Trebuchet MS, Verdana, Arial;
    height: 22px;
    margin-right: 2px;
    padding-right: 2px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('pics/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 7px 5px;
} 


a.button:active {
    background-position: bottom right;
    color: #000000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 11px; /* push text down 1px */
} 

SPAN.minimal
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 1px;
	color: #000000;
	font-weight: 100;
	text-decoration: none
}

SPAN.minimal2
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 9px;
	color: #000000;
	font-weight: 100;
	text-decoration: none
}

SPAN.minimal3
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 4px;
	color: #000000;
	font-weight: 100;
	text-decoration: none
}
SPAN.bildtext
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	font-weight: 300;
	text-decoration: none
}

.bredd
{
	font-family: Trebuchet MS, Verdana, Arial;
	height: 18px;
	width: 220px;
	font-size: 12px;
	color: #000000;
	font-weight: 100;
	text-decoration: none
}

.knapp
{
	font-family: Trebuchet MS, Verdana, Arial;
	height: 25px;
	width: 80px;
	font-size: 12px;
	color: #000000;
	font-weight: 100;
	text-decoration: none
}

/*
INPUT
{
	font-family: Trebuchet MS, Verdana, Arial;
	height: 18px;
	width: 20px;
	font-size: 12px;
	color: #000000;
	font-weight: 100;
	text-decoration: none
} */
INPUT.sok
{
	font-family: Trebuchet MS, Verdana, Arial;
	height: 22px;
	width: 145px;
	font-size: 11px;
	color: #000000;
	font-weight: 100;
	text-decoration: none
}
INPUT.knapp_sok
{
	height: 23px;
	width: 50px;
	color: #000000;
	text-decoration: none;
}
FORM
{
	margin: 0;
	padding: 0;
}
SELECT.matchdatabas
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 8pt
}
INPUT.matchdatabas
{
	font-family: Trebuchet MS, Verdana, Arial;
	width: 150px;
	height: 22px;
	font-size: 8pt
}
INPUT.matchdatabas_spelplats
{
	font-family: Trebuchet MS, Verdana, Arial;
	width: 145px;
	height: 22px;
	font-size: 8pt
}
INPUT.matchdatabas_knapp
{
	font-family: Trebuchet MS, Verdana, Arial;
	width: 50px;
	height: 25px;
	font-size: 8pt
}
INPUT.shop
{
	font-family: Trebuchet MS, Verdana, Arial;
	width: 20px
}
	