/* 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: 780px;
	margin: 1em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#headerdiv
{
	clear: both;
	height: 139px;
	width:780px;
	overflow:hidden;
	background-repeat: no-repeat;
	font-size: 20pt;
}
.toptext
{
	padding-top:6px;
	padding-left: 6px;
	
	clear:both;
	float:left;
}
#leftfloatingdiv
{
	float: left;
}
#rightfloatingdiv
{
	float: right;
}
#quickbardiv
{
	position: relative;
	margin-right: 3px;
	float: right;
	text-align: right;
	
}
#leftmenudiv
{
	width: 22%;
	float: left;
	text-align: left;
	
}
#mainareadiv
{
	float: left;
	text-align: left;
	margin-left: 15px;
}
.normalwidth
{
	width: 72%;
}
#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-color: #FFF;
}
#topmenudiv
{
	text-align: left;
	display: block;
	margin-bottom: 0.3em;
	
	width:780px;
}
#topmenucontrol
{
	margin-top: 0em;
	padding: 0.4em 0em 0.3em 0.4em;
	text-align:left;
	font-size: 1.1em;
	font-family: Verdana, Arial, Tahoma,;
	background-color:#EEDC94;
}
#contentdivStartPage
{
	width: 780px;
	float: right;
	background-color: #FFFFFF;
	/*margin-top: 40px;*/
}
.startpagewidth
{
	width: 67%;
}

#rightmenudivStartPage
{
	width: 160px;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	overflow: hidden;
}

#quickbar
{
	text-align: right;
}
#footerdiv
{
	background: #EEDC94;
	float: right;
	width: 100%;
	height:25px;
	text-align:center;
	font-family:Verdana,Arial,Tahoma;
	font-size:12px;
	margin-bottom:15px;
	padding:0.7em 0 0.3em 0.4em;
	
}
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: 780px;
	float: left;
	
	
	
}

#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-top: 1em;
	padding-bottom: 3em;
	/*padding-left: 1em;*/
	float: right;
	background-color: #FFFFFF;
	width:780px;
}
#contentdiv
{
	width: 77%;
	float: right;
	line-height:normal;
}
#contentdiv a
{
	color: #002BB8;
}
#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 --*/
.superleftfloating
{
	float:left;
	font-size: 1.1em;
	margin-top:3px;
}

.topleftfloating
{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	font-size: 1.1em;
}

.toprightfloating
{
	float: right;
	width:250px;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.leftfloating
{
	float: left;
	font-size: 1.1em;
}
.rightfloating
{
	float: right;
	font-size: 1.1em;
}
.middlefloating
{
	margin-top: 3px;
	float:left;
	font-size: 1em;
	width:40px;
}

.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;
}

