/* Chartmakers CSS 
	! OBS. #joomlaContent divven är speksad och maste speksas i index.php filen. !
*/

html {
	height: 100%;
}

body {
	background:url(../images/flashpage.jpg) top left no-repeat;
	background-color: #000;
}

body, div, span, p {
	font-family: "Times New Roman", "Times", Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #666666;
		
}

#flashcontent {
	width: 800px;
	height: 560px;
}

#login {
	width: 400px;
	text-align: center;
	color: #666666;
	font-size: 12px;
}

a, a:link, a:visited, a:active {
	color: #999999;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
}

a.extralink, a.extralink:link, a.extralink:visited, a.extralink:active {
	font-size:11px;
}

/*Den meny som används om man inte kollar på icke-flash versionen*/
a.mainlevel-other, a.mainlevel-other:link, a.mainlevel-other:visited, a.mainlevel-other:active {
	color: #fff;
	font-size: 15px;
	text-decoration:none;
	font-weight: normal;
	line-height: 17px;
}

a.mainlevel-other:hover {
	color: #999;
}

a.sublevel-other, a.sublevel-other:link, a.sublevel-other:visited, a.sublevel-other:active {
	color: #999;
	font-size: 13px;
	text-decoration:none;
	font-weight: normal;
	line-height: 14px;
}

a.sublevel-other:hover {
	color: #fff;
}

table.moduletable-footer td {
	text-align:center;
}

/*divven där det står 'Get flash player' om man inte har flash playern*/
#detect {
	font-size: 13px;
	line-height: 14px;
}

#menu {
	float: left;
	width: 120px;
}

*:first-child+html #menu {
	margin-top: 80px;
}

* html #menu {
	margin-top: 80px;
}

#main {
	margin-top: 80px;
}

#main .contentheading {
	font-size: 18px;
	color: #fff;
}

#main p {
	font-family: "Times New Roman", "Times", Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
}

#logo {
	margin: 20px 0 0 0;
	width:800px;
	height: 65px;
	background: url(../images/logo_web.jpg) bottom center no-repeat;
}