/* 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 ---*/

#mediadiv p
{
	padding:0;
	margin:0;
}
#mediadiv
{
	padding-left:3px;
	overflow:hidden;
}

#containerdiv {
	width: 770px;
	_width: 790px;
	border-top: 0;
	background: #fff url(../images/bgRightColumn.gif) repeat-y right top;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin: 0 auto;
	font-size: 0.5em;
	overflow: hidden;

}
 
#headerdiv
{
	background-color:  #afc0ca;
}
/*
#quickmenudiv
{
	position:relative; 
	margin-top: -2.5em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 50%;
}
*/
#quickmenudivPartner
{
	position:relative; 
	margin-top: -6em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 50%;
}
#leftmenudiv
{
	width: 20.7em;
	float: left;
	text-align: left;
	background-color: #afc0ca;
	border-right: solid 1px #226184;
}
#leftmenupartnerdiv
{
	width: 22%;
	float: left;
	text-align: left;
	background-color: #afc0ca;
	border-right: solid 1px #226184;
	height: 100%;
}
#mainareadiv
{
	text-align: left;
	padding: 0 0 30px 0;
}

.normalwidth
{
	margin: 0 5em 0 3em;
}
#rightmenudiv
{
	width: 26%;
	float: right;
	text-align: left;
	margin-right:0.5em;
	margin-top: -2.1em;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
body
{
	background: #fff url(../images/bgFade.gif) repeat-x left top;
}
#topmenudiv
{ 
	background-color: #226184;
	text-align: left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size: 1.1em;
	font-family: Verdana, Arial, Tahoma;
	overflow: hidden;
	width: 770px;
	float: left;
}

#topmenudivselected
{ 
	background: #57849d;
	position:absolute;
}

#contentdivStartPage
{
	float: left;
}
.startpagewidth {
	width: 56.2em;
	font-size: 1em;
}
.partnerwidth
{
	width: 95%;
	padding-top: 2em;
	padding-left: 2em;
}

#rightmenudivStartPage
{
	width: 20.8em;
	float: left;
	text-align: left;
	padding: 0 0 1em 0;
}

#quickbar
{
	text-align: right;
}

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;
}

#footerdiv
{
	background: #226184 url(../images/bgFooter.gif) repeat-x left top;
	float: right;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 1.3em 0 1.3em 0;

}
#maincontainerdiv
{
	background-color: #fff;
	overflow: auto;
	float: left;
}
#contentdiv
{
	width: 56.2em;
	float: left;
	font-size: 1em;
	background-color: #fff;
}
#topmenu
{
	margin-top: 1.7em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#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;
}

.leftfloating table {
	width: 100%;
}

.leftfloating table td {
	padding: 5px 8px;
}

.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
	
}
.rightaligned
{
	text-align: right;
	vertical-align:bottom;
	
}
.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.enclosing 
{
	clear: both;
}

img.contentImage
{
    border: 0;
    float: right; 
    width: 200px; 
    height: 200px; 
    margin-left: 20px;
}
