body
{
	background-color: #EEE;
	font-family: Verdana;
	font-size: 10px;
	margin:0;
}

h1 
{
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	margin: 0; 
}

h2 
{
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	margin: 0; 
}

#divBody
{
	width: 1004px;
	
	background-color: #FFF;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;

	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#divTop
{
	height: 140px;
	border-bottom: 1px solid #6E6E6E;
}

#divBalk
{
	height: 20px;
	border-top: 1px solid #CCC;
	background-color: #6E6E6E;
}

#divBalk2
{
	text-align: center;
	clear: both;
	height: 20px;
	border-top: 1px solid #CCC;
	background-color: #6E6E6E;
}

.divMenuItem
{
	padding: 4px 10px;
	width: 140px;
	border-top: 1px solid #CCC;
	background-color: #6E6E6E;
}

option
{
	color: #FFF;
}

select
{
	left: -1px;
	width: 160px;
	background: #6E6E6E;
	border: 0px;
}

.divSubMenu
{
	padding: 0;
	width: 160px;
	border-top: 1px solid #CCC;
	background-color: #6E6E6E;
	color: #F58F4F;
	font-weight: bold;
}

.divMenuItemSelected
{
	padding: 4px 10px;
	width: 140px;
	border-top: 1px solid #CCC;
	background-color: #B9BABE;
}

.aMenuItem
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#divMenu
{
	float: left; 
	width: 160px; 
	height: 1%;
}

#divGoogle
{
	float: right;
	width: 120px;
	height: 1%;
}

#divTekst
{
	width: 650px;
	height: 1%;
	margin-left: 160px;
	padding: 10px 15px;
}

a:link {        text-decoration: none;
                 color: #blue; }
a:active {      text-decoration: none;
                color: #blue; }
a:visited {     text-decoration: none;
                color: #blue; }
a:hover {       text-decoration: underline;
                color: #blue; }