/* 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 ---*/
/*
.botleft {
	background: #F1F1F1 url('../images/munksjo/rc-tr.jpg') no-repeat top right;
	width: 173px;
	float: left;
	height: 25px;
	line-height: 22px;
}
.botright {
	background: #F1F1F1 url('../images/munksjo/rc-tl.jpg') no-repeat top left;
	width: 607px;
	float: right;
	height: 25px;
	line-height: 22px;
	padding-left: 15px;
}
*/
/*
#maincontainerdiv
{
	padding-top: 1em;
	padding-bottom: 3em;
	padding-left:1em;
	background-color: #F1F1F1;

	background: #F1F1F1 url('../images/munksjo/rc-br.jpg') no-repeat 155px bottom;
}
*/
#maincontainerdiv
{
background: url('../images/munksjo/f1bg.png');
}
#maincontainerdivdef
{
background: #FFF;
}
div.whitebackground
{
background: #FFF;
}

#floatbot {
	background: #fff url('../images/munksjo/longrc-br.png') no-repeat 0px bottom;
	position:relative;
	bottom: 0;
}
.botleft {
	background: url('../images/munksjo/longrc-tr2.png') no-repeat top left;
	width: 173px;
	float: left;
	height: 25px;
	line-height: 22px;
}
.botright {
	background: url('../images/munksjo/longrc-tl2.png') no-repeat top left;
	width: 607px;
	float: right;
	height: 25px;
	line-height: 22px;
	padding-left: 15px;
}


#containerdiv
{
	/*width: 78em;*/
	width: 800px;
	padding-top: 1.2em;
	padding-bottom: 0.0em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #A29C99;
}
#headerdiv
{
	text-align: center;
	display: block;
}
mainareadiv
{
	float: left;
	text-align: left;
}
.normalwidth
{
	width: 100%;
}
#rightmenudiv
{
	width: 26%;
	float: right;
	text-align: left;
	margin-right:0.5em;
	margin-top: -2.1em;
	background-color: #FFFFFF;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
body
{
	background-color: #F0F0F0;
}

#topmenucontrol
{
	margin-top: 0em;
	padding: 0.4em 0em 0.3em 0em;
	width: 100%;
	font-size: 1.1em;
	font-family: Arial, Verdana, 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
{
	/*background: #F0E5CE url(../images/footer_gradient.gif) repeat-x;*/
	background-color:#E7E7E7;
	height: 2.1em;
}
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;
	*/
	background-image: url(../images/corner_left_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 0.8em;
	height: 2.2em;
	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;
	*/
	background-image: url(../images/corner_right_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 0.7em;
	height: 1.2em;
	float: left;
}
#footermaindiv
{
	background-color: #E7E7E7;
	/*width: 76.8em; */
	width: 800px; 
	
	float:left; 
	line-height: 2.1em;
	height: 2.1em;
}
#footerleftdiv
{
	width: 30%; 
	float: left; 
	text-align: left;
}
#footermiddlediv
{
	width: 33%; 
	float: left; 
	text-align: center;
}
#footerrightdiv
{
	width: 70%; 
	float: right; 
	text-align: right;
}
/*
#contentdiv
{
	width: 77%;
	float: right;
	background-color: #FFFFFF;
	padding-left:1em;
}*/
#contentdiv
{
	width: 77%;
	float: right;
	background-color: #FFFFFF;
	padding-left:1em;
	min-height: 400px;
}
/* fix för IE. */
/*\*/
* html #contentdiv {
height: 400px;
}
/**/
#bottom
{
	background-color: #FFFFFF;
	/*margin-bottom: 3em;*/
	height: 0.5em;
}
#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;
}