.bg1 {
	background-repeat: repeat-x;
}
.bg2 {
	background-image: url(images/a_09.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg3 {

	background-image: url(images/a_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg4 {
	background-repeat: repeat-y;
	background-position: right;
}
.bg5 {

	background-repeat: repeat-y;
	background-position: left;
}
.tekst1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tekst2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
}
.tekst3 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline overline;
}
