/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFCCFF;
	background-image: url(images/body_bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container {
	width: 100%;
}

#main {
	width: 950px;
	background-color: #666666;
	margin-left: auto;
	margin-right: auto;
}

#header {
	Width: 100%;
	height: 107px;
	margin-bottom: 12px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

#kolom1 {
	width: 306px;
	float: left;
	margin-left: 8px;
	overflow: hidden;
}

#kolom2 {
	width: 306px;
	float: left;
	margin-left: 8px;
	overflow: hidden;
}

#kolom3 {
	width: 306px;
	float: left;
	margin-left: 8px;
	overflow: hidden;
}

.box {
	width: 100%;
	margin-bottom: 8px;
	background-color: White;
}

.boxheader {
	width: 100%;
	height: 25px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url(images/boxheader_bg.gif);
	background-repeat:repeat-x;
	/*border-bottom: 1px Dotted #666666;*/
}

.boxheader h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
}

.boxcontent {
	width: 100%;
	padding: 5px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul li {
	list-style-type: none;
	margin-bottom: 2px;
}

#bottom {
	clear: both;
}

a {
	color: #000000;
}

a:hover {
	color: #FF0000;
}

p {
	margin-right: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}




