/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/* general elements */
html, body
{
	margin: 0;
	padding: 0;
}
/* --- Divs used for page structure ---*/

#containerdiv, #footer
{
	width: 850px;
	margin: auto;
}

#headerdiv
{
	/*text-align: left;*/
}
img.Logo
{
	margin-left:0em;
	margin-right:2em;
	margin-top:0em;
	border:none;
}
img
{border:none;}
.headerImg
{
	float:left; 
	padding-top:20px;
	padding-left:0px; 
	margin-top:0em;
}
img.headerImg
{
	margin-top:1.8em;
}
/*Makes some air between the rows*/
.DocLinks
{
	padding-top:5px;
}
#leftmenudiv
{
	width: 210px;
	float: left;
	text-align: left;
	
}
/*makes the "Fler nyheter" blue etc*/
#readmore
{
	font-weight: bold;
	color: #2D5980;
	text-decoration: none;
	display: block;
}

.mainareadiv
{
	width: 420px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1.5px dashed #ccc;
	border-left: 1.5px dashed #ccc;
}
.mainareadiv.StartPageImgContainer
{
	border-bottom: 1.5px dashed #ccc;
}
.printareadiv
{
	float: left;
	text-align: left;
	padding-left: 5px;
}
#rightmenudiv
{
	width: 192px;
	float: right;
	text-align: left;
	padding-left: 0em;
	
}
#footerdiv
{
	border-top: solid 0.1em #ddd;
	margin-top: 5em;
	padding: 1em 0em;
	text-align: center;
	float: right;
	width: 100%;
}
#maincontainerdiv
{
	padding-top: 1em;
	float: right;
	width: 100%;
}
#contentdiv
{
	width: 640px;
	float: left;
}
#topmenu
{
	height: 75px;
	padding: 0em 0em 0.2em 0em;
	margin:  0em 0em 0.2em 2em;
	width: 100%;
}
	
#topmenuextern
{
	height: 2.5em;
	width: 97%;
	background-color: #37627B;
	text-align: left;
	padding-left: 3%;
	font-size:110%;
	
}
#quicksearchdiv
{
	/* margin: -6.4em 0 0 0; */
	height: 2.3em;
	width: 50%;
	text-align: right;
}
#quickbar
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd; 
	margin: 0.5em 0em;
	padding: 0.5em 0em;
	text-align: center;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

div.leftfloating
{
	float: left;
	margin-left:2px;
	
}
div.rightfloating
{
	float: right;
	vertical-align:top;
}
.menuimg
{
	vertical-align:middle;

}
.centered
{
	text-align: center;
}
div.rightaligned
{
	text-align: right;	
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
} 
.speciallink a
{
	text-decoration:none;
}
img.position
{
	vertical-align:middle;
	border:none;
}
.headerImg
{
	float:left; 
	padding-top:0px;
	padding-left:0px; 
}

