@charset "UTF-8";
/* CSS Document */

/*
================
Generellt
================
*/

/*
================
MENYKNAPPAR
================
*/

	ul.clsObjectMenu
	{	
		list-style:none;
		margin:30px 0 10px 0;
		padding:0px;
	}
	
		.clsObjectMenu li a
		{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#005386;	
			font-size:0.8em;
			text-decoration:none;
		}
		
		.clsObjectMenu li a:hover
		{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#0264a1;	
			font-size:0.8em;
			text-decoration:underline;
		}
		
		.clsObjectMenu li.clsObjectMenuButton
		{
			background-image:url(images/images_object/button_bg.gif);
			background-repeat:no-repeat;	
			float:left;	
			padding:4px;
			padding-left:10px;
			width:110px;
			height:26px;
			
		}
		
		.clsObjectMenu li.selected a
		{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:0.8em;
			color:#ff3333;
				text-decoration:none;
		}

/***
Checkboxar style
****/

	form
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.75em;
	line-height:1.3em;
	margin-top:20px;
	}

/*
=================
Objektstyling
=================
*/

.clsObjekt
{
width:320px;
margin-top:20px;

float:left;
}

.divider
{width:15px;
float:left;}

/*.clsMainInfo
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.75em;
	line-height:1em;
	margin:5px 0 5px 0;
	background-image:url(images/blue_shade.jpg);
	background-repeat:repeat-x;
	width:319px;
	height:32px;
	}*/

.clsObjekt .clsHeader
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#005386;
	font-size:1em;
	line-height:17px;
	margin:10px 0 5px 0;
}

.clsObjektText
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.75em;
	line-height:1.3em;
	}