body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

html {
	height: 100%;
}

#kompMain {
	height: 100%;
}

#kompMainBg {
	height: 100%;
	background-image: url(../gfx/mainbg.jpg);
}

#kompMainTop {
	height: 125px;
	background-image: url(../gfx/top.jpg);
}

#kompMenuBg {
	height: 37px;
	background-image: url(../gfx/menubg.jpg);
	vertical-align: middle;
}
a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #990033;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #990033;
	text-decoration: underline;
}
.header {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
