html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

*
{
	font-family: verdana;
	font-size: 12px;
}

a
{
	color: #6B8498;
}

#container
{
	width: 828px;
	margin: 0 auto;
	min-height: 100%;
    background-image: url('../images/spaces_balk.gif');
	background-repeat: repeat-y;
}

#header
{
	width: 828px;
}

#logo
{
	width: 830px;
	height: 97px;
}

#headerImg
{
	width: 828px;
	height: 124px;
	background-image: url('../images/index_r3_c2.gif');
	background-repeat: repeat;
}

.balk
{
	background-color: #000000;
	height: 10px;
	width: 828px;
}

#menu
{
	background-color: #1C1C1C;
	width: 808px;
	height: 21px;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 2px;
	color: #6B8498;
}

#menu a
{
	color: #6B8498;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#body
{
	width: 828px;

}

#menuLeft
{
	width: 212px;
	min-height: 640px;
	background-color: #404040;
	float: left;
	position: relative;
}

.tekst
{
	margin-left: 10px;
	color: #f3f3f3;
	line-height: 2;
}

.tekst img
{
	margin-top: 10px;
}

.tekst a
{
	color: #f3f3f3;
	text-decoration: none;
}

.tekst a:hover
{
	text-decoration: underline;
}

.hr
{
	border: 0;
	border-bottom: 1px solid #f3f3f3;
	height: 0px;
}

#spacer
{
	background-image: url('../images/index_r6_c6.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #F3F3F3;
	height: 640px;
	width: 17px;
	float: left;
	position: relative;
}

#content div
{
    margin-right: 20px;
}

#content
{
	width: 599px;
	min-height: 620px;
	padding-top: 20px;
	position: relative;
	margin-left: 229px;
}

#footer
{
	clear: both;
}

#footerbar
{
	background-color: #C7C7C7;
	height: 11px;
	width: 828px;
	margin: 0 auto;
}

#footertxt
{
	font-size: 8px;
	text-align: center;
	color: #333333;
	margin: 3px;
}
#bullet{
	list-style-image:url('../images/bullet.gif');
	padding-bottom:5px;
	margin-left:5px;
	
}
.p3
{
    font-size:10px;
}
