body,html {
	background-color: #4D6C5E;
	margin:            0px;
	padding:           0px;
	padding-top:      20px;
	padding-bottom:   20px;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.vline
{
	width:1px;
	background-color: #4D6C5E;
}

.hline
{
	height:1px;
	background-color: #4D6C5E;
}

.boxleft
{
	width: 180px;
	padding: 10px;
	padding-left:0px;
}

.content
{
	background-color: #425E51;
}

.lightbg
{
	background-color: #466356;
}

.menupunkt
{
	background-image:url('g/fade.gif');
	background-repeat: repeat-x;
	background-color: #4D6C5E;
	padding: 5px;
	font-weight: bold;
}

.trans
{
	color: #425E51;
}

.grey
{
	color: #A2A2A2;
}

.green
{
	color: #00FF00;
}

.red
{
	color: #FF0000;
}

.yellow
{
	color: #FFFF00;
}


.miniDag
{
	text-align:center;
	vertical-align:center;
	width:17px;
	height:10px;
}

a:link    { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active  { color: #FFFFFF; text-decoration: none; }
a:hover   { color: #000000; text-decoration: none; }

.input { 
	font-size: 9px;
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #91ACC0;
	scrollbar-track-color: #FFFFFF;
}

.button {
	font-size: 9px;
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #91ACC0;
	cursor: pointer;
	height: 16px;
}