.background {
	background-image: url(img/sthlm_copyright_m_duczynski.jpg);
	background-repeat: no-repeat;
}
.topbg {
	background-image: url(img/login_logon2.jpg);
	background-repeat: no-repeat;
}
.bildhuvud {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 70%;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #336699;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-bottom: 0px;
}
.sky {
	
	background-image: url(img/skybg.jpg);
	background-repeat: repeat-x;
}
.leftrepeat {
	background-position: right;
	background-repeat: repeat-y;
}
.rightrepeat {
	background-repeat: repeat-y;
	background-position: left;
}
.rightrepeatslut {
	background-repeat: no-repeat;
	background-position: left top;
	
}
.downrepeat {
	background-color: #003333;
	background-repeat: repeat-x;
}
