/* Generic Selectors */ 
body { 
	font-family: Arial, Times, serif; 
	font-size: 14px; 
	color: #333333; 
/*****	background-color: #F9F9F9; ***/
/*****	background: rgb(220,220,220); ***/
/*****	background: rgb(0,0,255); ***/
/*****	background: rgb(135,206,250); ***/
/*****	background: rgb(255,255,255); ***/
	background: rgb(0,47,167);
/*****	background-image: url(./Fondo/blue.jpg); ***/
/*****  background-image: url(./Image/3dview.jpg);  ***/
}

div {
	background: rgb(255,255,255);
	width: 97%; 
	line-height: 115%
}

p { 
	width: 97%; 
} 
 
li { 
	list-style-type: none; 
	line-height: 110%;
/****	list-style-image: url(../images/arrowSmall.gif); ***/
} 
 
h1 { 
	font-family: Arial, Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
} 
 
h2 { 
	font-family: Arial, Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #888888; 
}

h3 { 
	font-family: Arial, Times, serif; 
	font-size: 12px;  
	color: #888888; 
} 
 
/**************** Pseudo classes ****************/ 
a:link { 
	color: rgb(0,0,250);  
	text-decoration: none; 
} 

a:active { 
	color: rgb(0, 0, 250);
	text-decoration: none;
} 
 

li a:link { 
	color: rgb(0,0,250); 
	text-decoration: none;
} 
 
a:visited { 
	color: rgb(0,0,250);
	text-decoration: none;
} 
 
li a:visited { 
	color: rgb(0,0,250); 
	text-decoration: none; 
} 
 
a:hover { 
	color: rgb(0, 0, 250); 
	text-decoration: none;
} 
 
li a:hover { 
	display: block; 
	color: rgb(0, 96, 255); 
	padding-bottom: 5px; 
	font-weight: bold; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #C6EC8C; 
} 
 

/************************* ID's *************************/ 
 
#navigation { 
	position: absolute; 
	z-index: 10; 
	width: 540px; 
	height: 195px; 
	padding: 15px 30px 30px 30px; /*top right bottom left*/ 
	margin-left: 40px; 
	margin-top:  20px;
/*****	border-right: 1px solid #C6EC8C; ****/
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
/****	border-bottom: 1px solid #000000; ****/
	font-weight: normal; 
} 

#centerDoc { 
	position: absolute; 
	z-index: 10; 
	width: 560px;
	height: auto;
	min-height: 700px;
	padding: 5px 10px 30px 30px; /*top right bottom left*/ 
	margin-left: 40px;
	margin-top:  260px; 
	margin-bottom: 20px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
/****	border-top: 1px solid #888888;****/
	border-bottom: 1px solid #C0C0C0; 
	overflow: hidden;
}

#centerDoc h1{ 
	font-family: Arial, Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000;
}

#centerDoc h2{ 
	font-family: Arial, Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #888888;
	margin: 0 auto;
	margin-bottom: 0px;
}

#mypic { 
        margin-left: 485px;
	position: absolute; 
	width: 50px;
	margin-top:  -25px; 
}

#tablenews td{ height: 55px; }

#firstable {
        margin-left: -3px;
	line-height: 160%;
	width: 300px;
}


#linje { width: 590px; border-top: 1px solid #C0C0C0; margin-top: 0; margin-left: -25px }

a:hover { text-decoration: underline; } /* when mouse is over link */

#prestext { 
	width: 375px; 
	height: 95px; 
	padding: 15px 30px 30px 30px; /*top right bottom left*/ 
	margin-left: -30px; 
	font-weight: normal; 
} 

#prespers { 
	width: 375px; 
	padding: 15px 30px 30px 30px; /*top right bottom left*/ 
	margin-left: -30px; 
	font-weight: normal; 
}

#impers { 
        position: absolute;
	width: 77px;
	margin-left: 400px;
	margin-top:0px;
	padding: 0px 30px 30px 30px; /*top right bottom left*/ 
	font-weight: normal; 
	overflow: hidden;
}
