/* 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 ---*/
.normalpage
{
	background-color:#F5F6F0;
}
/*#containerdiv
{
	width: 808px;
	background-color:White;
}*/
#headerdiv
{
	/*text-align: left;*/
}
#leftmenudiv
{
	width: 221px;
	float: left;
	text-align: left;
}
#mainareadiv
{
/*	width:362px;
	float: left;
	text-align: left;*/
}
#mainareaStartdiv
{
	width:372px;
	float: left;
	text-align: left;
}
#rightmenudiv
{
	width:153px;
	float: right;
	text-align: left;
}
#footerdiv
{
}
#maincontainerdiv
{
	padding-top: 23px;
	float: left;
	width: 100%;
}
#contentdiv
{
	float: left;
}
#topmenu
{
	margin-bottom: 10px;
	width: 100%;
	text-align:left;
	vertical-align:bottom;
}
#topmenutop
{
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	text-align:left;
}

#quicksearchdiv
{
	margin: -6.4em 0 0 0;
	height: 2.3em;
	width: 99%;
	text-align: right;
}
#quickbar
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd; 
	margin: 0.5em 0em;
	padding: 0.5em 0em;
	text-align: center;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

div.leftfloating
{
	float: left;
}
div.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
div.rightaligned
{
	text-align: right;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}