/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/*LEft menu*/
a.leftMenuLink
{
	text-decoration: none;
	color: Black;
}
.selectedLeftMenuLink
{
	text-decoration: none;
	color:#b92d59;
}
.expandedLeftMenuLink
{
	text-decoration: none;
	color:#434A5B;	
}
.leftMenuRow
{
	font-size:11px;
	
}
.leftMenuBottomRow
{
	margin: 0px 5px 0px 8px;
	border-bottom: solid 1px #d5d5d5;
	width:162px;
}


/* --- Divs used for page structure ---*/
img
{
	border: 0;
}
body
{
	margin: 0px 0px 0px 0px;
	background: #a1a09f url(/images/dansnet/bg.gif);
	background-repeat:repeat-x;
}

#toptools {

	float:right;
	padding-top:35px;
}
	
#containerdiv
{
	width: 760px;
	text-align: left;
}

#topmenudiv
{ 
	text-align: left;
	height: 120px;
}

#mainareadiv
{
	float: left;
	text-align: left;
	height: 100%;
	padding:0px 0px 0px 10px;
}
#wholepagediv
{
	float: left;
	text-align: left;
	height: 100%;
	padding:10px 20px 10px 30px; 
	margin-top: 11px;
}
#adressinfodiv
{
	padding:10px 0px 10px 0px;
}
#leftMenu
{
	width: 180px;
	background-color: #f3f3f3;
	text-align: left;
	border-right: solid 2px #A1A09F;
}

#maincontainerdiv
{
	padding-top: 9px;
	background-color: #ffffff;
}

.normalwidth
{
	width: 72%;
}

#mainregion
{
	float: left;
	width: 525px;
}

#leftregion
{
	height:100%;
	float: left;
}

#rightregion
{
	float: right;
	background-color: #FFFFFF;
	width: 178px;
	margin-right: 27px;
	margin-top: 10px;
	display: inline;
	font-size:0.6em;
}

#maindiv
{
	/*height: 530px;*/
	background-color: #FFFFFF;
}

#footerdiv
{
	PADDING-LEFT: 4px; 
	PADDING-RIGHT: 4px; 
	background-color: #A1A09F;
	width: 100%;
}



#contentdivStartPage
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
.startpagewidth
{
	width: 702px;
}



#rightmenudivStartPage
{
	width: 228px;
	float: right;
	text-align: left;
}

/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}

.leftpadding
{
	padding-left:4px;

}
.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%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}
div.PuffTextDiv
{

}

/* Clear */
div.Clear {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0; }