/*	Bilden med sökrutan uppe till höger */
div#topBar
{
	background-image: url('/static/images/topbar/start.jpg');
}

/*	Loggan uppe till vänster */
div#topBarLogga
{
	background-image: url('/static/images/toplogo/start.gif');
}

/*	Bakgrund i menyramen */
div#topMenu
{
	background-color: #f5c300;
	background-image: url('/static/images/topmenu/start.gif');
}

/*	Liten bild emellan menyposterna */
div#topMenu div.menuPost
{
	background-image: url('/static/images/menudivider/start.gif');
}

/*	Färg i vänsterkant på dropdown-menyer */
div#topMenu div.submenu div.brightEdge
{
	border-left-color: #f5c300;
}

div#myGallery
{
	width: 392px;
	height: 267px;
	margin-bottom: 14px;
}

div.avdButton
{
	color:#FFF;
	font-family:Verdana,Arial;
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding:4px;
	cursor:pointer;
}
div.avdButton a
{
	text-decoration:none;
	color:#FFF;
}