/* 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: 74em;
	margin: auto;
}
#headerdiv
{
	/*text-align: left;*/
}
#leftmenudiv
{
	width: 22%;
	float: left;
	text-align: left;
}
#mainareadiv
{
	width: 72%;
	float: left;
	text-align: left;
}
#rightmenudiv
{
	width: 26%;
	float: right;
	text-align: left;
	padding-left: 1em;
}
#footerdiv
{
	border-top: solid 0.1em #ddd;
	margin-top: 5em;
	padding: 1em 0em;
	text-align: center;
	float: right;
	width: 100%;
}
#maincontainerdiv
{
	padding-top: 1em;
	float: right;
	width: 100%;
}
#contentdiv
{
	width: 77%;
	float: right;
}
#topmenu
{
	margin-top: 1.6em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#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;
}