/* 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 ---*/

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 215px;
	height: 61px;
}

#headerLangBar
{
	position: absolute;
	left: 0px;
	top: 80px;
	height: 31px;
	width: 768px;
	border-width: 1px 0px 1px 0px;
}

#content
{
	position: absolute;
	left: 0px;
	top: 111px;
	width: 79px;
}

#LeftRegionContainer
{
	position: relative;
	float: left;
	width: 200px;
}

#MainRegionContainer
{
	position: relative;
	float: left;
	width: 385px; 
}

#LeftAndMainRegionContainer
{
	position: relative;
	float: left;
	width: 585px;
	border: 1px dotted red;

}

#RightRegion
{
	position: relative;
	float: left;
	width: 184px; 
	margin-top: 17px;
}

#footer
{
	width: 764px;
	border-top-width: 1px;
	position:relative;
	padding: 6px 0px 0px 5px;
	margin-bottom: 10px;
}

/* --- EPiServer standard --- */

#headerdiv
{
	text-align: center;
}
#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 --*/

.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%;
}