body {
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #81b7f2;

}

div.text {
	color: #00396E;
	font-size: 11px;
	font-family: verdana;
}

div.red {
	color: red;
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
}

div.overs {
	color: #00396E;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}

span.text {
	color: #000000;
	font-size: 11px;
	font-family: verdana;
}

td.lille {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

td.stor {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

td.1 {
	background-color: #2C77BD;
	color: #81b7f2;
	font-size: 12px;
	font-family: verdana;
	border: 1px #00396E solid;
}

td.2 {
	background-color: #69A3E2;
	color: #00396E;
	font-size: 12px;
	font-family: verdana;
	border: 1px #00396E solid;
}

input.text {
	font-family: verdana;
	font-size: 10px;
	color: #00396E;
	font-weight: bold;
	border: 1px #00396E solid;
}

input.text-login {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border: 1px #000000 solid;
}

textarea {
	font-family: verdana;
	font-size: 10px;
	color: #00396E;
	font-weight: bold;
}

select.text {
	font-family: verdana;
	font-size: 10px;
	color: #00396E;
	font-weight: bold;
	border: 1px #00396E solid;
}

input.knap {
	font-family: verdana;
	font-size: 10px;
	color: #00396E;
	font-weight: bold;
}

input.knap-login {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #5a5a5a;
}

a:hover {
	color: #5a5a5a;
}

a.blaa {
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
}

a:link.blaa {
	color: #135490;
}

a:visited.blaa {
	color: #135490;
}

a:active.blaa {
	color: #0D365C;
}

a:hover.blaa {
	color: #0D365C;
}

/* ============================================================= */
/* ========================= RAMME ============================= */
/* ============================================================= */

.ramme-topleft {
	width:5px;
	height:5px;
	background-image:url("pics/ramme/topleft.gif");
	background-repeat:no-repeat;
}
.ramme-top {
	height:5px;
	background-image:url("pics/ramme/top.gif");
	background-repeat:repeat-x;
}
.ramme-topright {
	width:5px;
	height:5px;
	background-image:url("pics/ramme/topright.gif");
	background-repeat:no-repeat;
}
.ramme-left {
	width:5px;
	background-image:url("pics/ramme/left.gif");
	background-repeat:repeat-y;
}
.ramme-right {
	width:5px;
	background-image:url("pics/ramme/right.gif");
	background-repeat:repeat-y;
}
.ramme-bottomleft {
	width:5px;
	height:5px;
	background-image:url("pics/ramme/bottomleft.gif");
	background-repeat:no-repeat;
}
.ramme-bottom {
	height:5px;
	background-image:url("pics/ramme/bottom.gif");
	background-repeat:repeat-x;
}
.ramme-bottomright {
	width:5px;
	height:5px;
	background-image:url("pics/ramme/bottomright.gif");
	background-repeat:no-repeat;
}



/* ============================================================= */
/* ========================= RAMME 2 =========================== */
/* ============================================================= */

.ramme2-topleft {
	width:5px;
	height:22px;
	background-image:url("pics/ramme2/topleft.gif");
	background-repeat:no-repeat;
}
.ramme2-top {
	height:22px;
	background-image:url("pics/ramme2/top.gif");
	background-repeat:repeat-x;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
.ramme2-topright {
	width:5px;
	height:22px;
	background-image:url("pics/ramme2/topright.gif");
	background-repeat:no-repeat;
}
.ramme2-left {
	width:5px;
	background-image:url("pics/ramme2/left.gif");
	background-repeat:repeat-y;
}
.ramme2-right {
	width:5px;
	background-image:url("pics/ramme2/right.gif");
	background-repeat:repeat-y;
}
.ramme2-bottomleft {
	width:5px;
	height:5px;
	background-image:url("pics/ramme2/bottomleft.gif");
	background-repeat:no-repeat;
}
.ramme2-bottom {
	height:5px;
	background-image:url("pics/ramme2/bottom.gif");
	background-repeat:repeat-x;
}
.ramme2-bottomright {
	width:5px;
	height:5px;
	background-image:url("pics/ramme2/bottomright.gif");
	background-repeat:no-repeat;
}


/* ================================== */
/* ===========  TEST  =============== */
/* ================================== */


/* # table stylesheet without top-bottom border */
.tbl2 {
	BORDER-LEFT: #007CB2 1px solid; BORDER-RIGHT: #007CB2 1px solid;
}
/* # default headings within tables */
.trhead {
	BACKGROUND: #007CB2;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 8.5pt;color:#ffffff;
}
/* # default background color at tables alternate 1 */
.trnorm {
	BACKGROUND: #eeeeee;height:16px;
}
/* # default background color at tables alternate 2 */
.trnorm2 {
	BACKGROUND: #ffffff;height:16px;
}