/* Egenskaper för BODY-elementet , text centreras på grund av IE */
body  {
	text-align: center;
	font-family: verdana; 
	font-size: 10px;
	background: url('bilder/bg.jpg') repeat-x;
	background-color: #E0E0E0;
	scrollbar-3dlight-color: white;
}

pre {
	font-size: 12px;
}

hr	{
	border: 1px dotted; 
	border-style: none none dotted; 
	border-color: black;
}					

h2
	{
	font-family: verdana;
	text-decoration: bold;
	color: black;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Placerar innehållet i en box som centreras, texten vänsterställs igen*/					
#centercontainer {
	width: 800px;
	height:	735px;
	margin: 0 auto;
	text-align: left;
	background: white;
	border:	1px solid black;
	border-bottom: none;
}		
	
/* Huvudinnehåll med logo, meny och visningsruta */	
#main {
	/*position: 		absolute;*/
	width: 			598px;
	background:     white;
	float: 			left;
	padding-left:	25px;
	padding-bottom:	25px;
	padding-right:  25px;
	height: 		505px;
	overflow:		auto;
	text-align: 	left;
}
	
#bottom	{
	width: 800px;
	height: 20px;
	background:	url(bilder/under.jpg) no-repeat;
	color: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-top:	none;
}

/* Översta delen av sidan med logotyp */
#topbox 	{
	width: 798px;
	height: 135px;
	border: none;
	margin-bottom: 0px;
	margin-top:	0px;
	overflow: hidden;
}
		
/* Utseendet på menyn */
#menu  {
	margin-top:	0px;
	width: 150px;
	height:	600px;
	float: left;
	overflow: hidden;
	background: #0099ff; 
	border-right: 1px solid black;
	/*margin-right: 	25px;*/   
}
							
/* ----------------------------------------------MENY------------------------------------------------*/
				
div.nyheter div span 	{
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	cursor: default;
	border-bottom: 1px solid #ddd;
}								
						
div.nyheter 			{
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(menu/bottom.gif) no-repeat  right bottom; 
	color: #fff;
}			

div.nyheter div 		{
	background: url(menu/toptitle.gif) no-repeat;
	overflow: hidden;
}

tr.nyhetertitel		{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0099ff;					
}
					
tr.hej				{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0099ff;					
}
					
tr.nyhetertext		
					{
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	text-color: black;
}

A.news:link {text-decoration: none; color: black}
A.news:visited {text-decoration: none; color: black}
A.news:active {text-decoration: none; color: black}
A.news:hover {text-decoration: none; color: black}

A:link {text-decoration: underline; color: black}
A:visited {text-decoration: underline; color: black}
A:active {text-decoration: underline; color: black}
A:hover {text-decoration: underline; color: black; background: lightgray; }
		
				
				
div.sdmenu  {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/* background: url(menu/bottom.gif) no-repeat  right bottom; */
	color: #fff;
} 

div.sdmenu div  {
	background: url(menu/title.gif) repeat-x;
	overflow: hidden;
}

/* div.sdmenu div:first-child {
					background: url(menu/toptitle.gif) no-repeat;
					}
*/ 

div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(menu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
					
div.sdmenu div.collapsed span {
	background-image: url(menu/collapsed.gif);
}
					
div.sdmenu div a  {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #504f4f;
}
					
div.sdmenu div a.current {
	background : #ccc;
}

div.sdmenu div a:hover 	{
	background : #a8dcff url(meny/linkarrow.gif) no-repeat right center;
	color: #504f4f;
	text-decoration: none;
}				
					
/* ---------------------------------------------- SLUT PÅ MENY	------------------------------------------------*/

.standard {
	font-family: verdana;
	font-size: 11px;
}

.noborder {
	border: 0;
}

.news-table {
	width: 150px;
	background: white;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.tcenter {
	text-align: center;
}

p.ccenter {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

hr.b1 {
	size: 1px;
}
	