@charset "utf-8";
/* CSS Document */

body {
	xbackground-image: url(../images/bg_light01.jpg);
	background-size: 1920px 1080px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #73161e;
	background-repeat: no-repeat;
	background-position: top center;
}

a {
	color: #037F8C;
	text-decoration: none;
	font-weight: bold;
}

a:focus {
       outline: 0px;
}

a:hover {
	color: #bf0f30;
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
	width: 100%;
	height: 100%;

}

#header {
	width: 100%;
	height: 120px;
	xbackground-image: url(../images/bg_delft05c.jpg);
	padding-top: 30px;
	background-color: #0A2140;
	background-repeat: no-repeat;
	background-position: center -60px;
}

#title {
	width: 940px;
	margin: 0 auto;
	padding 0 10px;
	color:#fff;
	font-size: 44px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 4px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	text-align: right;
}

.red {
	color: #bf0f30;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#nav {
	position: absolute;
	z-index: 30;
	width: 400px;
	height: 120px;
	left: 30px;
	top: -90px;
	/*background-image: url(images/iconset3.png);
	background-repeat: no-repeat;
	background-position: 16px top;*/
}

#content {
	position: relative;
	z-index: 1;
	padding: 0px;
	float: left;
	width: 960px;
	background: #bfb093;
}

#left {
	position: relative;
	float: left;
	width: 240px;
	text-align: justify;
	padding: 40px 30px 20px;
	height: 720px;
}

#right {
	position: relative;
	float: left;
	width: 630px;
	margin-left: 0px;
	padding: 60px 30px 20px 0;
	line-height: 18px;
	text-align: justify;
}

/*
#klik {
	position: absolute;
	height: 30px;
	top: 412px;
	left: 300px;
	z-index: 50;
}
*/

#klik {
	height: 30px;
	margin-top: 20px;
}

#klik img {
	border: 0;
}

#content ul {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	margin-top: 5px;
  	margin-left: 5px;
}

#content ul li {
  	background-image: url(../images/bullet.png);
  	background-repeat: no-repeat;
  	background-position: 0px 8px;
  	padding-left: 20px;
  	line-height: 24px;
  	position: relative
}
	
.footer {
	color: #000;
	font-size: 9px;
	margin-top: 74px;
	text-align: center;
	letter-spacing: normal;
}

.footer img {
	vertical-align: top;
	margin-right: 2px;
}

.footer a {
	font-weight: normal;
	color: #000;
}
