/*
	$Id: css.css 242 2008-09-25 18:59:01Z redeeman $
	Copyright (C) Kasper Sandberg <kontakt@sandberg-consult.dk> 2008
	Licensed under custom terms, contact for information.
*/

a:link {
	color: rgb(138,138,138);
	text-decoration: underline;
}

a:visited {
	color: rgb(178,178,178);
	text-decoration: underline;
}

a:hover {
	color: rgb(138,138,138);
	text-decoration: none;
}

a:active {
	color: rgb(228,228,228);
	text-decoration: underline;
}

html, body {
	height:100%;
}

html,body {
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(22,19,26);
	background-image: url('gfx/bg.gif');
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;	
	font-size: 12px; 
	line-height: 12pt;
	color: white;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 754px; 
	min-height: 100%;
	text-align: left;
	position: relative;
}

* html #container {
	height: 100%;
}

img {
	border: 0;
}

img a {
	border: 0;
}

table, td {
	border: none;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;	
	font-size: 12px; 
	line-height: 12pt;
	color: white;
	vertical-align: top;
}

span.bold {
	font-weight: bold;
	font-size: 13px; 
}

.txt {
	font-size: 11px;
	padding-left: 40px;
	width: 100%;
}

.whund {
	width: 100%;
}

.wspac {
	font-size: 1px; 
	height: 18px;
}

a.minfo:link {
	color: rgb(138,138,138);
	text-decoration: underline;
}

a.minfo:visited {
	color: rgb(178,178,178);
	text-decoration: underline;
}

a.minfo:hover {
	color: rgb(138,138,138);
	text-decoration: none;
}

a.minfo:active {
	color: rgb(228,228,228);
	text-decoration: underline;
}

.mlist {
	width: 100%;
}

.mlist td {
	height: 25px;
	vertical-align: bottom;
	border-bottom: 1px solid white;
}

.mlist .right {
	text-align: right;
}

.colred {
	color: rgb(212,53,0);
}

.colwhite {
	color: white;
}

a.menu:link {
	text-decoration: none;
}

a.menu:visited {
	text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
}

a.menu:active {
	text-decoration: none;
}
