/* 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 black outset;
	width: 990px;
	text-align: left;
	background-color:#ffffff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #d4d4d4;
}
#headerdiv
{
	background-image:url(../image/topbg.jpg);
	height:85px;
	display:block;
}
#headerlanguageselector
{
	position:relative;
	top:37px;
	left:590px;
}
#leftmenudiv
{
	width: 228px;
	height: 440px;
	float: left;
	text-align: left;
	background-image:url(../images/menu_first_level_bg.gif);
	background-repeat: repeat-y;
}
#mainareadiv
{
	float: left;
	text-align: left;
	height:100%;
}
img
{
	border: 0;
}
body
{
	background-image:url(../image/b2g.jpg);
	margin-top: 11px;
	background-color: #C3C3C3;
}
#topmenudiv
{
	font-family:Arial;
	background-color:#B50C01;
	font-size: 11px;
	margin-left:auto;
	margin-right:auto;
	height: 30px;
	width: 984px;
}
#contentdivStartPage
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
.startpagewidth
{
	width: 100%;
}

#rightmenudivStartPage
{
	width: 29%;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#quickbar
{
	text-align: right;
}
#footerdiv
{
	text-align:right;
	width: 990px;
	height: 35px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	float:left;
}
#maincontainerdiv
{
	height: 100%;
	float: right;
	background-image:url(../images/bg_newer.gif);
	background-repeat:repeat-y;
	text-align:center;
}
#sitemapcontainerdiv
{
	height: 100%;
	width:990px;
	float: right;
	text-align:center;
	background-color:#ffffff;
}
#contentdiv
{
	height:100%;
	margin-right:2px;
	margin-top:10px;
	float: right;
	width:700px;
}
#topmenu
{
	margin-top: 0em;
	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 --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.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%;
}
