body {

	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #99CCFF;

}

div.body {

	width: 805px;
	height: 100%;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	/* overflow-y: auto; */

}

a:link {color: Black; 
	text-decoration: none;
	}
a:visited {color: Black;
	text-decoration: none;
	}
a:hover {color: grey;
	text-decoration: none;
	}
a:active{color: grey;
	text-decoration: none;
	}

div.text {

	
	width: 635px;
	position: relative;
	

	border-width: 1px;
	border-style: solid;

	background-color: white;
	margin-top: 5px;
	margin-left: 165px;

	/* padding-top: 2px; */
	padding-left: 5px;
	padding-bottom: 2px;

	word-break: keep-all;
	word-wrap: normal;
	/*text-wrap: unrestricted;*/
	overflow: auto;


}

div.texttopic {

	background-color: lightgrey;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	padding-left: 5px;
	padding-top: 2px;
	margin-left: -5px;
	margin-top: -2px;
	margin-bottom: 2px;

	font-style: italic;

}

div.meny {


	position: absolute;


	left: auto;
	top: auto;
	right: auto;
	bottom: auto;

	border-width: 1px;
	border-style: solid;

	width: 150px;
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	marker-offset: 5px;
	z-index: 10;

}

	/* IE hack\*/
	* html div.meny { position: relative; }
	* html div.text { position: relative; top: 0px; vertical-align: top; }
	* html div.textcontainer { position: absolute; top: 62px;}
	/* end IE hack*/



div.topic {

	
	font-size: 22px;
	font-family: verdana, arial;
	font-weight: bolder;
	color: black;
	background-color: white;
	border-width: 1px;
	border-style: solid;

	position: relative;
	width: 800px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;



}

div.righthandtext {

	//float: right;
	text-align: right;
	padding-right: 10px;
	margin-top: 0px;

}

div.greytext {

	width: 585px;
	position: relative;

	border-width: 1px;
	border-style: solid;

	background-color: lightgrey;
	margin-top: 5px;
	margin-left: 215px;

	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;


}