/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL*/
body
{
	font-size:10pt;
	background-color:#fff;
}
#MainDiv
{	
	margin-top: 20px;
	text-align: left;	
	border: none;	
}
html>body #MainDiv
{	
}
.MainWidth
{
	width:auto;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR TopRegion*/
#TopRegion
{
	background-color:#ffffff;
}
/*---TopCorners are defined in classes starting with "TopCorner..."---*/

/*---In HeaderDiv Logo and editor are placed---*/
#HeaderDiv
{
	height:104px;
	background-color:#fff;
}
html>body #HeaderDiv
{
}
.Logotyp
{
	float:left;
	margin:0px 30px 0px 0px;
	margin-left:0px;
	border:0px;
}
#HeaderEditor, .OP_FullWidthRegion-, #RightRegion, .PrintLink, #QuickSearch, .quickSerachWrapper,
#TopMenuSpace, #LeftRegion, #PageMenu, #Logotypelink
{
	display:none;
}

#PrintLogo
{
	display:block;
}


#FullWidthRegion
{
	border:none;
}


/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR FullWidthRegion (In this region are Left- Main- and Rightregion placed, but thay are defined separetly)*/
#FullWidthRegion
{
	clear:both;
	text-align:left;
	width: auto;
}

/*-------------------------------------------------------------------------------------------------------------------*/
#BreadCrumbDiv
{
	padding-top:1em;
	padding-left:0em;
	padding-right:1em;	
}
.BreadCrumb, a.BreadCrumb
{
	color:#999;
	font-size:0.9em;
	font-style:normal;
	text-decoration:none;	
}
a.BreadCrumb:hover
{
	color:#999;
	text-decoration:underline;	
}
.A_BreadCrumb, a.A_BreadCrumb
{
	color:#999;
	font-size:0.9em;
	text-decoration:none;	
}
a.A_BreadCrumb:hover
{
	color:#999;
	font-size:0.9em;
	text-decoration:none;	
}
.BreadCrumbDivider
{
	background-image:url(../Images/BreadCrumbDivider.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	width:5px;
	height:8px;	
}
/*CLASSES FOR MainAreaDiv*/
#MainAreaDiv
{
	padding-top:20px;
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR RightRegion*/

#WriterClass
{
    color:#666;
    font-style:normal;
    padding-bottom:10px; 
    padding-top:5px; 
    padding-left:0px; 
    border:solid 0px green; 
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR BottomRegion*/
.Pagefooter
{
	height:0em;
}
#BottomRegion
{
	float:left;
	height:1em;
	border:solid 0px blue;
}
#FooterRegionDiv
{
	padding:1em 0em 0em 0em;
	border-top:2px solid #ccc;
	width:100%;
}

.NoFloat
{
    clear:both;    
}
/*-------------------------------------------------------------------------------------------------------------------*/
/* -- Standard divs --*/
img
{

}
.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: left;
	width:100%;
	height:auto;
	clear:both;
	margin:20px 0 0 0;
}

.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%;
}

.FooterText .WhiteText
{
	color:#666;
}