
/* --- Divs used for page structure ---*/



/* General page styles*/
body
{
	background: #dedede;
	font-family: Arial;
	margin-top: 0em;
	/*margin-right: 24px; */
	font-size: 62.5%;
}
body.print
{
	background: none;
	margin: 2em 1em 1em 1em;
	padding: 0px;
	font-family: verdana;
	width: 52.0em;
}

form, p, td, th, table
{
	margin: 0px; /* no top margin in mozilla 1.0 */
	padding: 0px; /*width:96.3em;*/

}
div#page
{
	background-color:#dedede;
	/*width: 963px;*/ /* 98.5 */
	 /* 98.0*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	/*float: left;
	width: 977px;*/
	width: 980px;
}

/***************************************
				Shadows
***************************************/


.shadowright
{
	background-image: url(/images/fw/pagerightshadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 980px;
	float: left;
}
.shadowleft
{
	padding-left:7px;
	background-image: url(/images/fw/pageleftshadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 973px;
	float: left;
}

.shadowbottom
{
	width:970px;
	background: url(/images/fw/shadowbottom.gif) repeat-x;
	background-color:#dedede;
	margin-left:5px;

	
	
	
	
}

.rightcornershadowbottom
{
	float:right;
	background-image:url(/images/fw/rightcornerbottomshadow.gif);
	background-repeat: no-repeat;
	background-position:right;
	height:100%;
	background-color:#dedede;
	
}
.leftcornershadowbottom
{
	float:left;
	background-image:url(/images/fw/leftcornerbottomshadow.gif);
	background-repeat: no-repeat;
	height:100%;
	background-position:left;
	background-color:#dedede;
	
}




/*Divs for main blocks on the page*/

.width966
{
	width:966px;
	/*width:949px;*/
	
}
.width985
{
	width:980px;
	height:152px;
	
	/*margin-left:7px;
	width:949px;*/
	
}

.heigth152
{
	
	height: 152px;
}
div#topcontainer
{
	
	height: 301px;
	float: left;
	
}
div#maincontainer
{
	width:100%;
	float: left;
	min-height: 675px;
	border-top:solid 1px #ccccc;
	background-color:#FFFFFF;
}

.maincontainer-background 
{
	background-image: url(/images/fw/mainregionbackground.gif);
	background-position:208px top;
	background-repeat:repeat-y;
}
.maincontainer-background-widearticle 
{
	background-image: url(/images/fw/mainregionbackgroudfor-wide.gif);
	background-position:208px top;
	background-repeat:repeat-y;
}

/*contents topmenu, logorow */
div#topmenulangcontainer
{
	height: 30px;
	background-color:#FFFFFF;
	float: left;
	width: 100%;
}
/****************************************
			 Page bottom
*****************************************/
div#footer
{
	float: left;
	width: 966px;
	height: 37px;
	border-top: solid 1px #cccccc;
	background-color:#FFFFFF;
}
#footer p > a
{
	text-decoration:underline;
	color:#777777;
}










