/* CSS Document */
/*Grundinställningar för sidan*/
html, body {
	background-color: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	background-image: url(rd-cubes066.gif);
	background-attachment: fixed; 
	background-color:#e6e6e6;
	color:#000000;
	font-size: small;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
}
h1, h2, h3, h4, h5, h6 {
	font-variant:small-caps;
}
.headline {
	font-variant:small-caps;
	font-size: x-large;
	font-weight: bold;
}
table.outercontainer {
	background-color:#ffffff;
	border: 1px solid #000000;
}
/*Huvud för alla sidor*/
/*Innehåll för alla sidor*/
#contents {
	float: right;
}

.foot {
	width: 560px;
	font-size: smaller;
	text-align: center; 
	padding: 5px;
}

/*menu*/
#contact {
	float: left;
	width: 250px;
	height: 250px;
	position: static;
	margin-right: 10px;
}
#image {
	float: right;
	margin: 0px;
	width: 300px;
	height: 250px;
	position: static;
	padding: 10px;
	text-align: right;
}
#contentsLogin {
	width: 660px;
}
div.login {
	background-color: #d5e998;
	border: 1px solid #666666;
	width: 400px;
	font-size: 12px;
}
div.contents {
	padding: 10px;
	padding-left: 10px;
	overflow: auto;
	width: 600px;
}
div.pagingList {
	font-weight: bold;
	font-variant:small-caps;
	font-family: Verdana;
	color: #000000;
	text-align: center;
	font-size: 11px;
	width: 540px;
}
/*Inställningar för länkar*/
a:link { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black;}
a:hover { text-decoration: underline; color:blue;}
/*Fonter*/
.b{
	font-weight:bold;
}
.bmedium {
	font-weight:bold;
	font-size: medium;
}
.bsmall {
	font-weight:bold;
	font-size: small;
}

div.menubox {
	background-color: #d5e998;
	border: 1px solid black;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	font-size: 12pt;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 130px;
}
div.menusub {
	text-align: left;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
div.menuhead {
	border-bottom: 2px solid #006a5a;
	border-top: 2px solid #006a5a;
	color: #006a5a;
	text-align: center;
}
.blue {
	color: #0000FF;
}
.bugreen {
	color:#005B4E;
	text-decoration: underline;
	font-weight:bolder;
	font-variant: small-caps;
}
.padding {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.red {
	color:#FF0000;
	font-weight:bold;
}
.smaller {
	font-size:smaller;
}
.currency {
	font-size:smaller;
	font-weight: normal;
}
.text {
	text-align: justify;
	padding: 10px;
	
}