@charset "UTF-8";
/* CSS Document */
html, body, form, fieldset {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00619a;
	font-size: 11px;	
}
#bg {
	background-attachment: scroll;
	background-color: black;
	background-image: url(../dgn/bg.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 100%;
	height: 1000px;
	background-position: 50% 0%!important;
	background-position: 50% 0%;
}
#mil {
	position: relative;
	top: 5Opx;
	height:100px;
	width: 840px;
	margin: 0 auto;
	text-align:right;
	z-index:50;
}
#site {
	position: relative;
	top: 105px;
	width: 850px;
	background-color: #FFF;
	margin: 0 auto;	
}
#header {
	position:absolute;
	top: 102px;
	background: url(../dgn/header2.jpg);
	width: 850px;
	height: 90px;
}
#top {
	position:absolute;
	top: 0px;
	width: 850px;
	height: 75px;
	background-color: #FFF;
}
#position {
	position: relative;
	top: 192px;
	left: 0px;
	width: 840px;	
	padding-left: 10px;
	border-bottom: 1px solid #00619a;
	font-weight: normal;
	font-size: 16px;
	background-color: #FFF;
}
#page {
	position: relative;
	top: 192px;
	left: 0px;
	width: 850px;
	background-color: #FFF;
	color: #000;
}
/* MENU */
#menu {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 850px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 2px solid #CCC;
}
#menu li {
	list-style: none;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu a {
	color:#3A3A3A;
	display: block;
	float: left;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #CCC;
}
#menu a:hover {
	display: block;
	background-color: #00619a;
	color: 	#FFF;
}
/* LINKS */
#page a {
	text-decoration: none;
	color:  #00619a;
}
#page a:hover {
	text-decoration: underline;
	color: #000;
}
/* TYPES */
img {
	border: 0;
}
h1 {
	color:#00619a;
	font-size: 15px;
}
h2 {
	color:#000;
	font-size: 13px;
}
/*
li {
	list-style: none;
}
*/
/* TABLE */
.kolom1 {
	/*width: 675px;*/
	width: 630px;
	border-right: 1px dashed #00619a;
	text-align: left;
	padding: 10px;
}
.kolom2 {
	border-top: 1px solid #00619a;
	padding-left: 10px;
	height: 20px;
}