<!--
body{
	background-color: #ffffff;
	background-image: url(img/background.png);
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link, a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #336699;
}
a:active{
	text-decoration: none;
	color: #FF6600;
}
textarea, input, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 130px;
}
#menu{
	position: absolute;
	width: 120px;
	left: 5px;
	top: 5px;
	padding-top: 100px;
}
#main{
	padding: 10px;
	position: absolute;
	left: 135px;
	top: 0px;
	width: 600px;
}
.disabled{
	 border-top: 2px solid #EFEEEB;
	 border-bottom: 2px solid #7E7B76;
	 border-left: 2px solid #EFEEEB;
	 border-right: 2px solid #7E7B76;
	 background-color: #cccccc;
	 color: #666666;
	 text-align: center;
	 padding: 1px 0px 1px 0px;
	 margin-bottom: 3px;
	 width: 116px;
}
.knapp{
	width: 120px;
	margin-bottom: 3px;
}
.name{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
}
-->