/* 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
{
	border: 1px solid #000000;
	width: 733px;
	margin: auto;
	height:100%;
}
#headerdiv
{	
	text-align: left;
}
#leftmenudiv
{
	background-color:#485505;
	width: 170px;
	float: left;
	text-align: left;
	height: 100%;
	padding: 0px 0px 0px 10px;
	border:0px solid black
	
}
#mainareadiv
{
	width: 383px;
	float:left ; 
	text-align: left;
	padding:0px 1px 0px 0px;
	margin-right:1px;
}
#rightmenudiv
{
	width: 145px;
	float: right;
	overflow:hidden;
	text-align: left;
	margin-right:0px;
}
#footerdivtop
{
	height:34px;
	position:absolute;
	top:15px;
	
}
#footerdiv2
{
	width: 733px;
	margin: auto;
	text-align:left;
	padding: 3px 0px 0px 0px;
}
#maincontainerdiv
{
	padding-top: 2em;
	float: left;
	width: 733px;
	background-image:url(../images/bg.gif);
}

html>body #maincontainerdiv
{
	border-right:solid 1px #000;
	
}

#contentdiv
{
	text-align:left;
	width: 538px;
	float: left;
	padding: 0px 5px 0px 10px;
}
#topmenu
{
	text-align:left;
	padding: 0px 0px 0px 210px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: -2px 0px 0px 0px;
	background-color:#A7BA47;
}

#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;
}
