/* CSS Document */

.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.sep-right {
	background-attachment: fixed;
	background-image: url(images\sep_hor.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.sep-left {
	background-attachment: fixed;
	background-image: url(images\btm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.btm {
	background-attachment: fixed;
	background-image: url(images\sep_back.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

table.listshort { display: none; }
a.show          { 	color: #FFFFFF;; text-decoration:none; }
a.show:hover   { color: #FFFFFF; text-decoration:underline; }
a.show:visited  { color: #FFFFFF; text-decoration:none; }

td.allborder {
	border: 1px solid #666666;
}

.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
}
