/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

body
{
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0EEE8;
	text-align: center;
	padding: 0; 
	margin: 0;
}

/* --- Divs used for page structure ---*/

/* -- Page structure divs --*/
/* -- Containerdiv --*/
#printcontainerDiv
{
	background-color: #FFFFFF;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}


#containerDiv
{
	background-color: #dbd3c0;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}

/* -- Headerdiv --*/
#headerDiv
{
	float: left;
	width: 940px;
	height: 67px;
	background-image: url(../images/bgheader.gif);
	background-repeat: repeat-x;
	background-color: #E8112D;
}
#headerDiv_left {
	float: left;
	width: 23px;
	height: 67px;
	background-image: url(../images/bgheaderleft.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#headerDiv_middle {
	float: left;
	padding-top: 18px;
	padding-left: 0px;
	width: 883px;
}
#headerDiv_middle_logo
{
	float:left;
}
#headerDiv_middle_language
{
	float: right; 
	text-align: center;
}
#headerDiv_middle_flag
{
	margin-top:3px;
}
#headerDivPrint_middle {
	padding-top: 18px;
	padding-bottom: 10px;
	width: 640px;
}

#headerDiv_right {
	float: right;
	width: 24px;
	height: 67px;
	background-image: url(../images/bgheaderright.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* -- Topmenudiv --*/
#topmenuDiv 
{
	padding-left: 0px;
	padding-top: 0px;
	z-index: 100;
}
#topmenuDiv_center 
{
	float: left;
	height: 27px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(../images/bgtopmenu.gif);
	background-repeat: repeat-x;
	width: 918px;
}
#topmenuDiv_left {
	float: left;
	width: 11px;
	height: 27px;
	background-image: url(../images/bgtopmenuleft_3.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topmenuitem {
	float: left;
	width: auto;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ECF4FF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 11px;
}

.topmenuitem a:hover{
	color: #FFFFFF;
	background-image: url(../images/bgtopmenuright3.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#topmenuDiv_right {
	float: right;
	width:11px;
	height: 27px;
	background-image: url(../images/bgtopmenuright3.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* -- Maincontainerdiv --*/
#maincontainerDiv {
	background-color: #FFFFFF;
	float: left;	
	width: 940px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgcontentleft2.gif);
	background-repeat: repeat-y;
}

#maincontainerDiv2 
{
	float: right;
	height: 100%;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../images/bgcontentright2.gif);
	background-repeat: repeat-y;
	background-position:right;
}
#mainPrintcontainerDiv {
	width: 100%;
	height: 100%;
}
#maincontainerDiv_left {
	float: left;
	width: 11px;	
}
#maincontainerDiv_right {
	float: right;
	width: 11px;
	
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
} 

/* -- Footerdiv --*/
#footerDiv {
	background-color: #E8112D;
	float: left;
	width: 940px;
	height: 33px;
	background-image: url(../images/bgfooter.gif);
	background-repeat: repeat-x;
}
#footerDiv_left {
	float: left;
	width: 23px;
	height: 33px;
	background-image: url(../images/bgfooterleft.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#footerDiv_middle {
	float: left;
	width: 90%;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}
#footerDiv_right {
	float: right;
	width: 23px;
	height: 33px;
	background-image: url(../images/bgfooterright.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#templatecontent 
{
	width: 95%;
	height: 700px;
}

/* -- Maincontainerdiv subdivs --*/
/* -- Leftmenudiv --*/

#leftmenuDiv
{
	width: 180px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
#FullRegion
{
	width: 990px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	}
	
#contentDivFull
{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	width: 900px;
	height:100%;
}

/* -- Contentdiv --*/
#contentDiv 
{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	width: 710px;
	height:100%;
}



/* -- Contentdiv subdivs --*/
/* -- Mainareadiv --*/
#mainareaDiv
{
	
	width: 510px;
	float: left;
}

/* -- Rightmenudiv --*/
#rightmenuDiv
{
	width: 170px;
	margin-left: 5px;
	margin-right: 2px;
	float: right;
}







#quickmenuDiv
{
	position:relative; 
	margin-top: -5em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 50%;
}

#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
#topmenucontrol
{
	margin-top: 0em;
	padding: 0.4em 0em 0.3em 0.4em;
	width: 100%;
	font-size: 1.1em;
	font-family: Verdana, Arial, Tahoma, ;
}
.startpagewidth
{
	width: 67%;
}

#quickbar
{
	text-align: right;
}



#quicksearchdiv
{
	height: 2.9em;
}
#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%;
}
