@charset "UTF-8";
html
{
    background-color: #ffffff;
}
body {
	padding: 0px;
	width: 800px;
	height: 85%;
	margin: auto;
	background-color: #ffffff;
    
}
#page {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
}
#header #logo {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
    width: 800px;
    height: 98px;
    background-image: url(logga_top_lapice.gif);
	background-repeat: no-repeat;
}
#flash {
    height: 221px;
    float: left;
    clear: both;
    margin: 0px;

}
#menucontent {
	width: 800px;
	float:left;
	height: 40px;
}

#content {
	/*height: 500px;*/
    display: block;
	width: 720px;
	float: left;
	background-color: #f5f5f5;
}
#contentleft {
	text-align: left;
	float: left;
	width: 445px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 2px;
	/*border: thin solid #CCCCCC;*/
}
#lmenuspacer
{
	float: left;
	text-align: left;
	width: 0px;
	/*height: 530px;*/
    height: 40px;

}
#rmenuspacer
{
    float: left;
	width: 0px;
	/*height: 530px;*/
    height: 40px;
}

#spacerleft {
	float: left;
	text-align: left;
	width: 40px;
	/*height: 530px;*/
    height: 100%;
    clear:left;
    display: block;
    background-color: #f5f5f5;
	
}
#spacerright  {
	float: right;
	width: 40px;
	/*height: 530px;*/
    height: 100%;
    display: block;
    background-color: #f5f5f5;
	
}
#topspacerleft {
	float: left;
	text-align: left;
	width: 56px;
	height:15px;
	
}
#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	height: 20px;
	background-color: #cccccc;
	line-height:2;
}
#header {
	margin: auto;
	padding: 0px;
	width: 815px;
	
}

#contentleftbottom {
	float: left;
	width: 445px;
	/*border: thin solid #CCCCCC;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 2px;
    background-color: #005b45;
}
#header #logoright {
	text-align: right;
	float: right;
	width: 56px;
}
/* @group Navigation */

#navigation {
	/*margin-bottom: 2em;*/ 
	background-color: #CCCCCC;
	width: 800px;
	height: 42px;
	float: left;
	border: 0px;
}

#navigation a {
	font-family: arial,helvetica,sans-serif;
    font-weight:bold;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
    background-color: #cccccc;
    display: block;
    filter:alpha(opacity=70);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#navigation a:hover {
	text-decoration: underline;
	color: #000000;
    background-color: #ffffff;
    font-weight: light;
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
a{
    color:#191948;
    font-weight: bold;
    text-decoration: underline;
}
#logga
{
    margin-left: -15px;
}
/* @end */
