/* Inledande kod som kompensation för IE:s tillkortakommanden. */

body 
{
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

/* Boxarna */

#bodybox
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	background-color: #FFFFFF;
}

.emptybox
{
	width: 900px;
	height: 50px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.emptybox2
{
	width: 900px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.linkbox
{
	float: left;
	width: 200px;
	height: 50px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.linkpic
{
	vertical-align: middle;
	border: none;
}

.bannerpic
{
	border: none;
}

#picturebox
{
	width: 900px;
	height: 150px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

#leftbox
{
	float: left;
	width: 200px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#menubox
{
	width: 176px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #2e4668;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #2e4668;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2e4668;
	background-color: #cccccc;
	text-align: left;
}

#logobox
{
	width: 176px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #ffffff;
	text-align: center;
}

#mainbox
{
	float: left;
	width: 626px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: left;
}

.marginbox
{
	float: left;
	width: 37px;
	height: auto;
	background-color: #FFFFFF;
}

#footerbox
{
	clear: left;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px;
	margin-bottom: 0px;
	width: 900px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2e4668;
	text-align: center;
	background-color: #FFFFFF;
}

.nyhet, .artikel
{
	width: 606px;
	min-height: 150px;
	height: auto;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

/*Återigen kod som kompensation för IE:s tillkortakommanden.*/
/*\*/
* html .nyhet {
height: 150px;
}
/**/

/*Återigen kod som kompensation för IE:s tillkortakommanden.*/
/*\*/
* html .artikel {
height: 150px;
}
/**/

/*
.nyhetstext
{
	width: 580px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}
*/

.articlepicbox
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 125px;
	width: 125px;
	border-width: 2px;
	border-style: solid;
	border-color: #2e4668;
}

/* Rubriker och text */

h1
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-color: #2e4668;
	font-weight: bold;
	font-size: 16px;
}

p
{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-color: #ffffff;
	font-weight: normal;
	font-size: 14px;
}

.righttext
{
	text-align: right;
}

.smalltext
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

/* Länkar */

a:link 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e4668;
	text-decoration: none;
	font-size: 12px;
}
a:visited 
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e4668;
	text-decoration: none;
	font-size: 12px;
}
a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: #2e4668;
	text-decoration: underline;
	font-size: 12px;
}
a:active
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e4668;
	text-decoration: underline;
	font-size: 12px;
}

.smallink
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
}
