html, body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #f4f4f4;
}

html, body, td, p, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #686868;
}

.maincontainer
{
	position: absolute;
	top: 50%;
	left: 50%;
}

.mainframe 
{
	position: absolute;
	top: -315px;
	left: -495px;

	width: 990px;
	height: 630px;

	border: none;
	background-color: white;
}

.title
{
	position: absolute;
	top: 42px;
	width: 205px;

	background-color: white;
	
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	left: 600px;
	font: 20px Arial, Helvetica, Geneva, sans-serif;
}

.block_right {
	position: absolute;
	top: 0;
	left: 0;
}

.content
{
	position: absolute;
	top: 100px;
	left: 600px;
	height: 400px;
	width: 380px;
	overflow: auto;
	background-color: white;

}

.content_flow
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	background-color: white;
	font: 12px/20px Arial, Helvetica, Geneva, sans-serif;
}

.logo
{
	position: absolute;
	top: 510px;
	left: 600px;

	width: 380px;
	height: 85px;
	background: white url(images/logo.jpg) no-repeat;
}

input
{
	border-style: solid;
	border-color: silver;
	border-width: 1px;
}

.menu
{
	position: absolute;
	top: 35px;
	left: 0;
	
	width: 570px;
	height: 35px;

	background-color: #7f7f7f;

	font-size: 13px;
	
	color: #fff;
	line-height: 40px;
	letter-spacing: 1px;

	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	opacity: 0.85;
}

.subnav
{
	position: absolute;
	top: 560px;
	
	width: 570px;
	height: 25px;

	background-color: #7f7f7f;

	font-size: 13px;
	
	color: #fff;
	line-height: 30px;
	letter-spacing: 1px;

	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	opacity: 0.85;
}

.navbar
{
	color: #fff;
	padding: 12px 10px;
}



.navaktiv
{
	
	background-color: maroon;
	text-decoration: none;
	padding: 12px 10px;
}

a:link.navbar, a:link.navaktiv
{
	text-decoration: none;
	color: #fff;
}

a:visited.navbar, a:visited.navaktiv
{
	text-decoration: none;
	color: #fff;
}

a:hover.navbar, a:hover.navaktiv
{
	text-decoration: none;
	color: #bfbfbf;
}

a:link, a:hover, a:visited
{
	text-decoration: none;
	color: #7f7f7f;
}

cl
{
	text-decoration: none;
	color: #bfbfbf;
}

a:active.navbar, a:active.navaktiv
{
	text-decoration: none;
	color: #fff;
}


td
{
	vertical-align: top;
}

th 
{
	text-align: left;
}

.lang {
	position: absolute;
	right: 10px;
}
