/** MOVE TO EDITOR.CSS **/

body{
	font-size:0.7em;
	padding:0px;
	 /* all browsers */
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
 }

h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #006bb7;
	display: inline;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #006bb7;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #006bb7;
}

img
{
	border:0px;
	
}
img.imageborder
{
	border:1px;
}
.introduction
{
	font-weight: bold;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
}
.black
{
	color: #000000;
}

hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color: #006bb7;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color: #006bb7;
	text-decoration:underline;
	font-weight:bold;
}

/** END MOVE **/



body{
	background-color: #aca899; 
}

/**------ Main div elements ------**/
#container{
	background-color: #FFF;
	text-align: left;
	width: 83.7em; /*FF*/
	border-left: solid 1px #000; 
	border-right: solid 1px #000;
}

* html #container
{
	width: 83.9em; /*IE*/
}

#maincontainer{
	text-align: left;
}
#maincontent{}



/**------- Header ---------**/
#innerwebheadermain{
	clear: both;
	background-color:#006bb7;
}
#innerwebheadertop
{
	clear: both;
}
#adressContainer
{
	width: 19.3em;
	padding-left:0.5em;
	padding-right:0em;
	padding-top:1.5em;
}

#adressContainerNoText
{
	padding-left:0.5em;
	padding-right:0em;	
}

#headerlogo{}
#headerlogoText{
	color:#FFF;
	padding-left:1em;
	width:12em;
	font-size:.83em;
	line-height:1.7em;
}


/**----------- Top menu ----------**/
#innerwebheadernavigation
{
	background-color:#006bb7;
	background-repeat: repeat;
	border-top: 10px solid #fff;
	clear: both;
	display:block;
	height:1.7em;	
}

* html #innerwebheadernavigation{
	padding-left: 1em;
}

#outerwebheadernavigation
{
	font-size: 1.1em;
}

/**------ Left block --------------**/
#leftblock{
	float: left;
	width: 19.5em;
	background-color:#96b1dc;
	clear:left;
}
.menuheadertextcontainer{
	border-bottom: solid 1px #FFF;
	padding-top: 1.45em;
	height: 3.0em;
	background-repeat:repeat;
	padding-left:1.4em;	
	background-color:#006bb7;
}
.menuheaderimagecontainer{
	border-bottom: solid 1px #FFF;
	background-color:#FFF;
	text-align:center;
	padding-bottom:.5em;
	padding-top:.8em;
}
.menuheadertext{	
	color: #000;
	font-weight:bold;
	font-size:1.3em;
}
.menuheaderlogotext
{
	color:#006bb7;
	text-align:center;
	font-family:Arial;
}

/**------- Scene ----------**/
#content{
	clear: both;
	width:40.9em;
}

* html #content
{
	width:40.5em;
}

#stage{
	font-size:1em;
	line-height:normal;	
}


#stage img
{
	border:0.1em;
	border-collapse:collapse;
}

#stage a img 
{
	border:0em;
}

#middleblock{
	float: left;
	margin-left: 1.25em;
	margin-right: 0.6em;
}

* html #middleblock{
	margin-left: 1.5em;
	margin-right: 1.2em;
}

.UserInfo
{
	margin-left: 0.9em;
}


/**----------- Right block ---------**/
#rightblock
{
	float:right;
	width: 21em;
}

* html #rightblock /*IE*/{
	width: 21em;
}


/**-------- Extras ------------**/
.leftfloating{
	float: left;	
}
.rightfloating{
	float: right;
}
.centered{
	text-align: center;
}
.rightaligned{
	text-align: right;
}
.leftaligned{
	text-align: left;
}
.hidden{
	display: none;
}

.clear{
	clear: both;
}
.itemgroup
{
	padding-top:.1em;
	padding-bottom:.1em;
	padding-left:1em;
}

.itemgroupflags
{
	padding-top:.1em;
	padding-bottom:.4em;
	padding-left:1em;
}

.boldtext
{
	font-weight:bold;
}
.hand
{
	cursor:pointer;
}
a.normalweightlink, a.normalweightlink:hover 
{
	font-weight:normal;
}

