/* Stylesheet for Statens vegvesen gjenbruksprosjektet.
   Idékontoret Nettsmia 2002. Oppdatert 2005.
*/

/* =============== MAIN =============== */

BODY {
	background-image: url(/sitedesign/gbp/images/bkgr.gif);
	background-repeat: no-repeat;
	background-color: #ACC9E3;
}
BODY, TD, P, LI, H1, H2, H3, H4 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #006600;
}
H1, H2, H3, H4, .ingress, .listheadline {
	font-weight: bold;
}
H1	{
//testfarge	background-color: #F1BEBE;
	background-color: #D2E1EF;
	font-size: 18px;
	padding: 2px 4px 2px 4px;
	margin: 0px;
}
H2, .listheadline {
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 0px;
	padding: 0px;
}
H3 {
	font-size: 14px;
}
H3 A, .listheadline A {
	text-decoration: none;
	color: #003300;
}
H3 A:hover, .listheadline A:hover {
	color: #000099;
}
H4 {
	font-size: 12px;
}
P, TD, LI {
	font-size: 12px;
}
TH	{
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}
TH.right	{
	text-align: right;
}
DIV.p	{
	margin: 0px;
}

/* ------------ SLUTT MAIN ------------ */



/* =============== SUB ================ */
/* Mye brukte, generelle classes        */

.small {
	font-size: 11px;
}
.bglight {
	background-color: #FFFFFF;
}
.bgdark {
	background-color: #FFFFFF;
}
.bgselect {
	background-color: #CFEDCF;
}
.boxtext {
	font-weight: bold;
}

/* ------------ SLUTT SUB ------------- */



/* =========== LITE BRUKTE ============ */

TABLE.delprosjekter {
	margin-left: 15px;
	background-color: #E7EEF5;
	border-top: 3px solid #70AD70;
	border-bottom: 1px solid #70AD70;
}
TD.delprosjekter A {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
TD.delprosjekter B {
	font-size: 14px;
	color: #003300;
}
TD.delprosjekter A:hover {
	color: #000099;
}
TABLE.delprosjektermeny {
	background-color: #E7EEF5;
	border-top: 3px solid #70AD70;
	border-bottom: 1px solid #70AD70;
}
A.delprosjektmeny {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #003300;
}
.delprosjektmeny:hover {
	color: #000099;
}
H4.delprosjektmeny {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
TABLE.litebildetabell {
	margin: 0px;
}
P.byline {
	display: none;
}
TABLE.list TD.bglight {
	background-color: #E7EEF5;
}
TABLE.list TD.bgdark {
	background-color: #E7EEF5;
}
TABLE.list {
	border-top: 3px solid #70AD70;
	border-bottom: 1px solid #70AD70;
}

/* -------- SLUTT LITE BRUKTE --------- */



/* =============== MENY =============== */

.meny	{
	color: #006600;
	font-size: 12px;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
}
.menylink	{
	color: #006600;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.meny:hover, .menylink:hover {
	color: #000099;
}
.menyramme {
	background-color: #70AD70;
// uten ramme: background-color: none; Med: #70AD70;
}
.menyrammeluft {
	height: 10;
// uten ramme: height: 30; Med: 10;
}
.liste	{
	color: #006600;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
// uten ramme: font-size: 14px; Med: 12px;
	margin-left: 15px;
// uten ramme: kommenter ut denne
}
.liste:hover {
	color: #003366;
}
.listeramme {
	background-color: #70AD70;
// uten ramme: background-color: none; Med: #70AD70;
}
.listerammeluft {
	height: 10;
// uten ramme: height: 30; Med: 10;
}
.loginbokser INPUT {
	margin-left: 10px;
}
.logintekst {
	color: #006600;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin-left: 14px;
	font-weight: normal;
}
INPUT.blaa {
	background-color: #EFF4F8;
	font-size: 11px;
}

/* ------------ SLUTT MENY ------------ */



