/*
File:				strombergbil.css
Författare:			Novitell AB, Anders Jonasson
Datum:	 		2008-08-13
Syfte:			Innehåller specifik stilmall för denna sajt, ytterligare stilmall som påverkar sajten ligger i proweb/stylesheet/proweb.css
*/

html{
	background-image:url(../images/background_image.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#a9c5e3;
}

body{
	background-color:transparent;
	background-image:url(../images/background_top.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	width:100%;
	height:auto;
	font-family:Verdana;
	font-size:0.8em;
	color:#000;
	margin:0px;
	padding:0px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
	margin-top: 5px;
	margin-bottom:5px;
}

h1{
	margin-top:0px;
	margin-bottom:0.4em;
	font-size:2em;
	color:#000;
	font-weight:bold;
}

h2{
	margin-top:0.8em;
	margin-bottom:0.4em;
	font-size:1.6em;
	color:#000;
	font-weight:bold;
}

h3{
	margin-top:1em;
	margin-bottom:0.4em;
	font-size:1.4em;
	color:#000;
	font-weight:bold;
}

h4{
	margin-top:1.2em;
	margin-bottom:0.4em;
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}

h5, h6{
	margin-top:1.6em;
	margin-bottom:0.1em;
	padding:0px;
	font-size:1.0em;
	color:#000;
	font-weight:bold;
}

p{
	margin-top:0px;
	margin-bottom:0.8em;
	line-height:1.3em;
	color:#333;
}

table{
	border-collapse:collapse;
	empty-cells:hide;
	line-height:1.3em;
}
td{
	padding:1px;
	margin:0px;
}
table p{
	margin:0px;
}

form{
	margin:0px;
	line-height:1.4em;
}

fieldset
{
	padding:0px;
	margin:0px;
	border:none;
}

label
{
	display:block;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-top:0.5em;
}

legend
{
	display:block;
	font-weight:bold;
	padding:0;
	margin:0;
}


a{color:#4f5b69; text-decoration:underline;}
a:visited{color:#4f5b69;}
a:hover{color:#4f5b69;}

/* ---------------------------------- SIDANS STRUKTUR -------------------------------- */

/* SIDAN PLACERING */
.clsContainer{
	margin:auto;
	height:auto;
	width:986px;
	text-align:left;
	overflow:hidden;
	padding-top:50px;
}

/* TOPPBILD, VÄNSTERKOLUMN, SATSYTA */
.clsMainContent{
	float:left;
	background-color:#fff;
}

/* Toppbild  
 Se template: graphic/topimage.tpl
*/


/* satsyta */
.clsContent{
	float:left;
	width:472px;
	margin-top:1px;
	margin-bottom:20px;
	padding:15px;
	height:auto;
	background-color:#fff;
	overflow:hidden;
}

/* Brödsmulor */
.clsPath{
	clear:both;
	border-top:solid 1px #ccc;
	margin-top:20px;
}

/*  vänsterkolumn  */
.clsLeftColumn{
	float:left;
	margin-top:1px;
	margin-bottom:20px;
	background-image:url(../images/column_bg.gif);
	background-repeat:no-repeat;
	width:238px;
	min-height:500px;
	overflow:hidden;
}

/* Logotyp */
.clsLogotype{
	float:left;
	margin-right:31px;
	margin-left:20px;
	margin-top:5px;
}
.clsLogotype img{
}

/* Toppmeny */
.clsTopmenu{
	border-top:solid 1px #fff;
	background-image:url(../images/topmenu_bg.gif);
	background-repeat:no-repeat;
	background-color:#595d62;
	width:980px;
	height:auto;
}
.clsTopmenu ul{
	margin:0px;
	padding:0px;
	display:block;
	padding-top:13px;
	padding-bottom:7px;
}
.clsTopmenu ul li{
	list-style-type:none;
	display:inline;
	margin-right:20px;
}
.clsTopmenu a{
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}
.clsTopmenu a:link{
	color:#fff;
}
.clsTopmenu a:hover{
	color:#fff;
}
.clsTopmenu a:visited{
	color:#fff;
}
.clsTopmenu a.clsSelected{
	color:#fff;
	text-decoration:underline;
}
.clsTopmenu a.clsSelected:hover{
	color:#fff;
}



/* Undermeny */
.clsSubmenu{
}
.clsSubmenu ul{
	margin:0px;
	padding:0px;
	background-color:#8299b0;
	background-image:url(../images/topmenu_hover.gif);
}
.clsSubmenu ul li{
	list-style-type:none;
	display:block;
}
.clsSubmenu a{
	display:block;
	width:238px;
	padding:10px;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	border-bottom:solid 1px #fff;
}
.clsSubmenu a:hover{
	background-color:#8299b0;
	background-image:url(../images/topmenu_hover.gif);
	color:#fff;
}
.clsSubmenu a.clsMenuItemSelected{
	background-color:#8299b0;
	color:#fff;
}
.clsSubmenu a.clsMenuItemSelected:hover{
	background-color:#8299b0;
	background-image:url(../images/topmenu_hover.gif);
}

/* Undermeny (sista nivå)  */
.clsSubmenu2{
}
.clsSubmenu2 li a{
	display:block;
	width:238px;
	padding:10px 10px 10px 30px;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
}
.clsSubmenu2 li a:hover{
	background-color:#8299b0;
	background-image:url(../images/topmenu_hover.gif);
}
l.clsSubmenu2 li a.clsSelected{
	background-color:#8299b0;
	color:#fff;
}
.clsSubmenu2 li a.clsSelected:hover{
	background-color:#8299b0;
	background-image:url(../images/topmenu_selected.gif);
	color:#fff;
}


/* HÖGER KOLUMN */
.clsRightColumn{
	float:left;
	margin-left:1px;
	margin-bottom:20px;
	background-image:url(../images/column_bg.gif);
	background-repeat:no-repeat;
	width:238px;
	min-height:500px;
}
/* Information, Nyheter  */
.clsInfo, .clsNews{
	padding:0 15px 0px 15px;
}
.clsInfo h1, .clsInfo h2, .clsInfo h3, .clsInfo h4, .clsInfo h5, .clsInfo h6, .clsNews h4{
	margin:15px 0 5px 0;
	padding:0px;
	font-size:1em;
	font-weight:bold;
	color:#000;
	letter-spacing:0em;
}
.clsInfo p, .clsNews p{
	color:#000;
	margin:0px;
	padding:0px;
}


/* IFRAME */
iframe{
	overflow-x:hidden;
}


/* GÖMMER LAGER */
.clsHidden{
	display:none;
}


/* RENSAR FLOAT */
.clsClear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	width:auto;
}

.clsNovitell
{
	clear:both;
	font-size:10px;
}
