﻿/* 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: 950px;
	margin-top: 1em;
	padding-bottom: 0.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

* html #containerdiv
{
	width: 950px;
	margin-top: 1em;
	padding-bottom: 0.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

#headerdiv
{
	text-align: center;
	display: block;
	margin-bottom: 0.1em;
	height: 250px;
}

#quickbardiv
{
	margin-top: -24.1em; 
	margin-left: 5em; 
	float: left; 
	text-align: right;
	width: 220px;
	height:76px;
}

/* IE 7 hack */
*:first-child+html #quickbardiv
{
	margin-top: -24em; 
	margin-left: 5em; 
	float: left; 
	text-align: right;
	width: 220px;
	height:76px;
}

/* Opera hack */
html:first-child #quickbardiv
{
	position: relative;
	top: -1em;
	left: 0em;
	margin-left: 5em; 
	float: left; 
	width: 220px;
	height:76px;
}

#leftmenudiv
{
	font-size: 1.2em;
	width: 22%;
	float: left;
	line-height: 1.21em;
}
#mainareadiv
{
	padding-top: 1em;
	padding-left: 0.5em;
	float: left;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
	min-height: 52em;
}

#voicearea
{
	width:49.5em;
	background-color: #ffffff;
}

.normalwidth
{
	width: 72%;
	background-color: #ffffff;
}
#rightmenudiv
{
	width: 27%;
	float: right;
	text-align: left;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
body
{
	background-color: #c2c2c2;
	background-image: url(../images/lund/background_gradient.gif);
	background-repeat: repeat-x;
}
#topmenudiv
{ 
	text-align: left;
	display: block;
	padding-left: 0em;
	height: 2.86em;
	padding-bottom: 0.4em;
	background-color: #b1d2f1;
}

* html #topmenudiv
{ 
	padding-bottom: 0em;
}

#topmenucontrol
{
	padding: 0em 0em 0em 0em;
	font-size: 1.3em;
	font-family:Verdana, sans-serif;
	font-weight: bold;
	height:2.5em;
	width: 56em;
	float:left;
}
#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
{
	height: 3em;
	padding-top: 1.5em;
	text-align:center;
	font-size: 1.1em;
	font-family:Verdana, sans-serif;
}
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: 76.8em; 
	float:left; 
	line-height: 2.1em;
	height: 2.1em;
}
#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
{
	background-image: url(../images/lund/SiteBackground.gif);
	background-repeat: repeat-y;
}
#innercontainerdiv
{
	border-top: solid 0.2em #ffffff;
}

#contentdiv
{
	width: 77.6%;
	float: right;
}
#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;
}
.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;
}
