@charset "utf-8";
/* CSS Document */

/* frame maat */
.links_frame{
   float: left;
   width: 800px;
   height: 100px;
   margin-bottom:10px;
}

/* Defineer de achtergrond per categorie */

.links_frame#frame1
{
   background-image: url('http://www.sieradenverkoop.nl/images/template/links/link_back_1.jpg');
}
.links_frame#frame2
{
   background-image: url('http://www.sieradenverkoop.nl/images/template/links/link_back_2.jpg');
}

/* plaatje */

.links_image {
	width: 150px;
	height: 90px;
	margin-top: 7px;
	margin-left:7px;
	float:left;
}
.links_tekst {
    display:inline;
	float:left;
	color:white;
	margin-top: 7px;
	width:635px;
}
.links_tekst a, .links_tekst a:visited 
{
	color:#FFFFFF;
	text-decoration:none;
}
.links_tekst a:hover
{
	color:#ffdf88;
	text-decoration:none;
}
.links_tekst H1
{
	color:#ffdf88;
	font-size:14px;
	font-weight:bold;
}