body {
	background:#333332;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:9pt;
}
* {
	margin:0;
	padding:0;
}
a {
	color:#bbbdc0;
	text-decoration:none;
}
a:hover {color:#fff;}
a img {border:0;}
div.clear {
	display:block;
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

#container {
	width:850px;
	padding:18px 40px;
	margin:20px auto;
	border:1px solid #c0c1c2;
}

#top {
	width:850px;
	overflow:hidden;
}
#top li {
	float:left;
	display:block;
	padding:0 70px 0 0;
	line-height:27px;
	font-size:10pt;
}
#top li a {
	float:left;
	display:block;
	background:url(images/top_li.gif) no-repeat left;
	padding:0 0 0 12px;
}
#top li.right {
	float:right;
	padding:0;
}

#menu, #menu ul {
	min-height:0;
	z-index:1000;
}
#menu a {
	display:block;
	position:relative;
	font-weight: bold;
}
#menu li {
	float:left;
	display:block;
	position:relative;
	z-index:5;
	behavior:url("hover.htc");
	padding:5px 20px 5px 12px;
}
#menu li:hover {
	z-index:10000;
	white-space:normal;
}
#menu li li {float:none;
	background-color: transparent;
	width: 200px;
}
#menu li li:hover>ul {
	top:5px;
	left:90%;
}
#menu ul {
	position:absolute;
	left:0;
	top:0;	
	z-index:10;
	visibility:hidden;
}
#menu ul li {
	padding:0px 0px 0px 12px;
	overflow:hidden;
	display: block;
}
#menu ul li a {
	display:block;
	height:21px;
	line-height:21px;
	cursor:pointer;
	background-image: url('images/menubg.gif');
}

#menu ul li a:hover {
        overflow:hidden;
}

#menu li:hover ul, #menu li.hover ul {
	top:100%;
	visibility:visible;
}
#menu:after, #menu ul:after {
	display:block;
	height:0;
	content:".";
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
/* Fix for IE5/Mac \*//*/
#menu a {
	float:left;
}
/* End Fix */

#header, #header2 {
/*	width:850px;
	height:150px;*/
}
#header2 {background:url(images/logo2.gif) no-repeat 660px 90px #008fc5;}

#body {
	width:848px;
	line-height:150%;
	margin:15px 0 0 0;
	border:1px solid #c0c1c2;
}
#content {
	float:right;
	width:320px;
	padding:15px 200px 15px 10px;
}
.kolom {
	float:left;
	background:url(images/top_li.gif) no-repeat 196px 8px;
	width:192px;
	padding:14px 10px 14px 10px;
}
.kolom span {
	color:#008fc5;
	text-transform:uppercase;
	font-weight:bold;
}
.kolom li {
	float:left;
	width:96px;
	list-style:none;
}

#footer {
	background:url(images/footer_logo.gif) no-repeat right 13px;
	width:850px;
	height:25px;
}

div.padding {
    padding: 10px;
}

input.contact {
    width: 350px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}

.field {
    visibility: hidden;
}

input.contactbutton {
    width: 100px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}

textarea.contact {
    width: 350px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}

h1 {
    font-size: 14px;
}

