﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	background:#003366;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#container
{
	width: 1024px;
	position: relative; 
	margin-left: 0px;
	height: 100%;
	margin:0 auto;
	padding-top: 0p;
	margin-top : 10px;
	min-height:100%;
	border: solid 0px #666666; 
	float:left;
}

#top
{
	position: relative;
	height: 100px;
	width: 100%;
	left: 150px;
}

div.tekstTable
{
	background: #003366;
	border-left-style: none;
	border-left-color: #003366;
	border-left-width: 1px;
	vertical-align:middle;
}

div.image
{
	float: left;
	height: 89px;
	width: 473px;
	margin-top:0px; 
	margin-bottom: 6px;
	background: white;
}

#menu
{
	position: absolute;
	width: 150px;
	top: 100px;
	float: left;
	left: 0px;
}

#content
{
	position: relative;
	top: 0px;
	margin-left: 150px;
	margin-right: 50px;
	height: 100%;
	background: white;
	Overflow: hidden;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 19px;
	padding-bottom: 30px;
}

#divright
{
	position: absolute;
	width: 50px;
	top: 100px;
	float: right;
	right: 0px;
}

#clear
{
	clear: both;
}

/* Logo */
img.MenuLogo
{
	/* margin-bottom:25px;
	 height:100%;
	 width:100%;  */
}

/****************************************************/
ul.MenuList
{
	list-style-type: none;
	list-style-position:outside;
	margin-left: 2px; /* for Internet explorer */
	padding-left: 2px; /* for firefox */
}

a.MenuElement:link, a.MenuElement:visited 
{
	text-align:center;
	display:block;
	width:100px;
	font-size:12px; 
	font-weight:bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	padding-top:1px;
	/*background: #7097B3; */
	background:#003B82;
	border:solid 1px #666666;
	margin-bottom:5px;
	margin-left:16px;
}

a.MenuElement:hover {
	background: #0892D2;
	color:White;
	border: solid 1px #666666; 
}	

/****************************************************/

td.NameColumn
{
	width: 100px;
}

td.ValueColumn
{
	width: 230px;
}

span.ParamName
{
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bolder;
	font-style: bolder;
	white-space: nowrap;
	
}			
span.ParamValue 
{
	color: #FFFFFF;
	font-size:12px;
	font-weight: bolder;
	font-style: bolder;
	white-space: nowrap;
}
