/*...............................................uppbyggnad..........................................*/

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background: #fff;
	color: #000000;
}

#container{
	position:relative;
	width:984px;
	margin-left:auto;
	margin-right:auto;	
 	background-color: #fff;
	color: #000000;
	text-align:left;
}

#top{
	height:93px;
	background: url(/bilder/newlogo.jpg);
	background-position: 0px 16px;
	background-repeat: no-repeat;
	position:relative;
	text-align:right;
	padding-right:10px;
}

#meny{
	height:21px;
	width:980px;
	background:url(/bilder/bg_meny.gif);
	position:relative;
	text-align:left;
	margin-bottom:5px;
}

#middle{
	position:relative;
	background:url(/bilder/bg_middle.gif);
	text-align:left;
}

#content{
	position:relative;
	background:url(/bilder/bg_middle.gif);
	width:980px;
	/*height:576px;*/
	float:left;
	margin-bottom:5px;
	text-align:left;
	clear:both;
}

#content2{
	position:relative;
	background:url(/bilder/bg_middle2.gif);
	width:980px;
	/*height:576px;*/
	float:left;
	margin-bottom:5px;
	text-align:left;
	clear:both;
}

#cell{
	position:relative;
	width:227px;
	margin-top:20px;
	text-align:left;
	
	/*overflow: auto;*/
	clear:both;
}

#left{
	position:relative;
	width:170px;
	float:left;
	margin-bottom:5px;
	text-align:left;
	margin-top:20px;
	margin-left:5px;
	
}

#right{
	position:relative;
	width:550px;
	float:left;
	text-align:left;
	margin-top:30px;
	margin-left:30px;	
	margin-bottom:6px;
	
}


#bild{
	position:relative;
	width:184px;

	
	float:right;
	text-align:left;	
 	background-color: #ccc;
	
	
}



#btm {
	height:24px;
	width:980px;
	background:url(/bilder/bg_meny.gif);
	position:relative;
	text-align:left;
	clear:both;
}


/*...............................................uppbyggnad slut..........................................*/


/*................................................Teckensnitt........................................... */
 
.breadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;

}
.rubrik {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.readmore {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
#meny a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left:6px;
	margin-right:6px;
}
#meny a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-left:6px;
	margin-right:6px;
}
#meny a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left:6px;
	margin-right:6px;
}
#meny a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left:6px;
	margin-right:6px;
}

a:link {
	color: #006699;
  text-decoration: none;
}
a:visited {
	color: #006699;
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: none;
}
a:active {
  color: #006699;
  text-decoration: none;
}


/*................................................Teckensnitt........................................... */

