/* Default.css - Cascade Style Sheet */
/*      Alden Integration            */
/*************************************/

/*   Link definitions                */

a:link{
	color: #0000FF;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: underline;
	line-height: 120%;
}

a:visited{color: #006666;
    background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: underline;
	line-height: 120%;
}

a:hover{
	color: #000099;
    background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: underline;
	line-height: 120%;
}


/**************************************/
/*        Text layout                 */
/**************************************/

body {
	color: #000000;
	background-color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

/**************************************/
/*        Window definitions          */
/**************************************/
.wrapper { width:1024px;}

.logo_ov {position: absolute;
     top:  10px;
     left: 10px;
     height: auto;
     width:  auto;
     padding: 0mm;
     margin: 0mm;
     z-index: 1}

.meny {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 190px;
	overflow: visible;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	color: #000000;
	z-index: 3;
}

.titletext {
	position: absolute;
	top: 2mm;
	left: 210px;
	height: 2em;
	width: auto;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 0;
	padding: 5px 0 0 5px;
	margin: 0;
	z-index: 2;
	vertical-align: middle;
}

.bodytext {
	position: absolute;
	top: 69px;
	left: 210px;
	height: auto;
	width: 790px;
	color: #000000;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0mm;
	padding: 2mm;
	margin: 0mm;
	z-index: 2;
}
