body{
	background-color: #444;
	padding: 0px;
	margin: 0;
}

.mainbody{
	width: 799px;
	height: 100%;
	padding: 0px;
}

.header {
	height: 86px;
	background-image: url('../images/header.gif');
}

.headerbalk {
	background-color: #6D7487;
	height: 18px;
}

.footer{
	height: 20px;
	background-image: url('../images/footer.gif');
	font-size: 10px;
	font-family: verdana;
}

.footer_disc a{
	font-size: 10px;
	font-family: verdana;
	color: #000;
	text-decoration: none;
}

.footer_disc a:hover {
	text-decoration: underline;
}

.footer_disc {
	float: left;
	margin-left: 10px;
}

.footer_copy {
	float: right;
	margin-right: 10px;
}

.menu {
	background-color: #6D7487;
	width: 203px;
	padding: 1px;
}

.menu_contact {
	padding: 12px;
	height: 100px;
	background-color: #9A9DAC;
	font-size: 11px;
	font-family: verdana;
	color: #000;
}

.menu_item{
	height: 20px;
	background-color: #B6BAC5;
	padding: 0px;
}

.menu_item a{
	margin: 10px;
	font-size: 12px;
	font-family: verdana;
	color: #2D2F46;
	font-weight: bold;
	text-decoration: none;
}

.menu_submenu{
	display: none;
}

.menu_submenu table td{
	border-top: 1px solid #6F7487;
	height: 20px;
	background-color: #8A90A0;
}

.menu_submenu table td a{
	margin: 13px;
	color: #fff;
	font-size: 11px;
	font-weight: none;
}

.subsubmenu {
	display: none;
	left: 50%;
	margin-left: -300px;
	position: absolute;
	background-color: #B6BAC5;
	border: 1px solid #8A90A0;
	width: 150px;
}

.subsubmenu td {
	padding-left: 10px;
	border-top: 1px solid #8A90A0;
	height: 20px;
}

.subsubmenu td a{
	font-size: 11px;
	font-family: verdana;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.tekst {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	font-family: verdana;
	color: #2D2F46;	
}

.tekst a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	font-family: verdana;
	color: #2D2F46;	
}

.content {
	padding: 5px;
 	width: 584px;
	background-color: #8A90A0;
}

.innercontent {
	width: 100%;
	height: 100%;
	/* background-color: #6D7487; #8A90A0; #E9EBF1; */
}

.defaultbtn
{
	height: 20px;
	width: 80px;
	border-width: 1px;
	border-style: solid;
	border-color: #8B90A0;
	cursor: hand;
	background-color: #B7BAC4;
	color: #2F334E;
	font-weight: bold;
}