/* CSS Document */

/*PAGE LAYOUT*/
body {
	font-family:Tahoma, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(../images/bild.gif); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{
	position:absolute;
	right:1px;
	top:12px;
	width: 240px;
	height: 55px;
}
#menu{float:right; width:526px; height:32px; background-image:url(../images/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(../images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:274px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.toptext {
	font-size: 11px;
	color:#666;
}
.bodytext {
	color:#666;
}

.titletext {
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font-size:36px;
	font-weight:bold;
	color:#FFF;
}
.smalltitle {
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
.smallwhitetext a{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
}
.smallredtext a{
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.storlek-10 { font-size: 10px; }
.storlek-11 { font-size: 11px; }
.storlek-12 { font-size: 12px; }
.storlek-14 { font-size: 14px; }
.storlek-16 { font-size: 16px; }
.storlek-18 { font-size: 18px; }
.storlek-20 { font-size: 20px; }
.storlek-24 { font-size: 24px; }
.storlek-26 { font-size: 26px; }
.storlek-28 { font-size: 28px; }
.storlek-30 { font-size: 30px; }
.storlek-32 { font-size: 32px; }
.storlek-36 { font-size: 36px; }
