
img.floatLeft { 
    float: left; 
    margin: 16px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.border {
	border: 1px solid #999999;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
a.meny {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
a:hover.meny {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a{
	text-decoration: underline;
	font-weight: bold;
	color: #999999;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}
.meny_vald {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.rubrik {
	font-size: 20;
}

.buy {
	background-image: url(bilder_main/buy.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.contact {
	background-image: url(bilder_main/contact.jpg);
	background-position: right;
	background-repeat: no-repeat;
}