﻿/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* --- Divs used for page structure ---*/

#containerdiv
{
	/* width: 980px; */
	width: 845px;
	padding-bottom: 0.5em;
	text-align: left;
	float: left;
}
#middleareadiv
{
	width: 586px;
	max-width: 586px;
	float: left;
}
#headerdiv
{
	text-align: center;
	display: block;
	background-color: #cccccc;
}
#quickbardiv
{
	position:relative; 
	margin-top: -5em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 48%;
}
#leftmenudiv
{
	width: 145px;
	float: left;
	line-height: 1.21em;
	background-color: #cccccc;
	background: url(/images/meny_bakgr.jpg);
}
#mainareadiv
{
	float: left;
	text-align: left;
}
.normalwidth
{
	width: 100%;
}
.rightmenudiv
{
	width: 142px;
	float: right;
	text-align: left;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
body
{
	background-color: #ffffff;
}
#topmenudiv
{ 
	text-align: left;
	display: block;
	padding-left: 0.3em;
	margin-bottom: 0.3em;
}
#topmenucontrol
{
	margin-top: 0em;
	padding: 0.1em 0em 0em 0em;
	font-size: 1.0em;
	font-family: Verdana, Arial, Tahoma;
}
#contentdivStartPage
{
	background-color: #FFFFFF;
}
.startpagewidth
{
	width: 67%;
}

#rightmenudivStartPage
{
	width: 29%;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#quickbar
{
	text-align: right;
}
#footerdiv
{
	float: right;
	width: 100%;
	color: Gray;
}
div.footerleftcornerdiv
{
	background-image: url(../images/corner_left_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 0.5em;
	height: 2.1em;
	float: left;
}
div.footerrightcornerdiv
{
	background-image: url(../images/corner_right_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 0.5em;
	height: 2.1em;
	float: right;
}
#footermaindiv
{
	width: 100%; 
	float:left; 
	border-top: solid 1px gray;
	margin-top: 20px;
}
#footerleftdiv
{
	width: 33%; 
	float: left; 
	text-align: left;
}
#footermiddlediv
{
	width: 33%; 
	float: left; 
	text-align: center;
}
#footerrightdiv
{
	width: 33%; 
	float: left; 
	text-align: right;
}
#maincontainerdiv
{
	padding-bottom: 3em;
	padding-left:0.3em;
	background-color: #FFFFFF;
}
#reklamdiv
{
	width: 252px;
	max-width: 252px;
	padding-left: 2px;
	float: left;
}
#contentdiv
{
}
#topmenu
{
	margin-top: 1.7em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
	text-align: left;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}
div.emptyclear 
{
	clear:both;
	width: 1px;
	height:0;
	line-height:1px;
	font-size:1px;
}