@charset "utf-8";
/* CSS Document */

body {
	background-color: #120f05;
	margin: 0px;
	background-image: url(style_images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#header_balk {
	background-image: url(style_images/header_balk.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 151px;
}
#position {
	width: 697px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	height: 151px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
}
#menu li{
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8a896f;
	width: 110px;
	text-align: center;
	float: left;
}
#menu ul a:link {
	color: #FFF;
	text-decoration: none;
	clear: both;	
	display: block;
	width: 110px;
	height: 30px;
	padding-top: 100px;
}
#menu ul a:hover {
	color: #AFAF89;
	text-decoration: none;
	clear: both;
	display: block;
	width: 110px;
	height: 30px;
	padding-top: 100px;
	background-image: url(style_images/link_hover.png);
	background-repeat: repeat-x;
}
#menu ul a:visited {
	color: #FFF;
	text-decoration: none;
	clear: both;
	display: block;
	width: 110px;
	height: 30px;
	padding-top: 100px;
}
#menu ul a:active {
	color: #CBC5A8;
	text-decoration: none;
	clear: both;
	display: block;
	width: 110px;
	height: 30px;
	padding-top: 100px;
}
#logo a:link {
	color: #FFF;
	text-decoration: none;
	width: 244px;
	height: 126px;
	display: block;
	background-image: url(style_images/logo.png);
	float: left;
}
#logo a:visited {
	color: #FFF;
	text-decoration: none;
	width: 244px;
	height: 126px;
	display: block;
	background-image: url(style_images/logo.png);
	float: left;
}
#logo a:hover {
	color: #FFF;
	text-decoration: none;
	width: 244px;
	height: 126px;
	display: block;
	background-image: url(style_images/logo_hover.png);
	float: left;
}
#titel {
	height: 42px;
	margin-right: auto;
	margin-left: auto;
}
#titel_left {
	background-image: url(style_images/titel_left.png);
	height: 42px;
	width: 19px;
	float: left;
	margin-left: 10px;
}
#titel_kop {
	background-image: url(style_images/titel_bg.png);
	height: 32px;
	width: 610px;
	float: left;
	color: #C4C4A6;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
}
#titel_right {
	background-image: url(style_images/titel_right.png);
	height: 42px;
	width: 17px;
	float: left;
}
#main_frame {
	height: 400px;
}

#mainframe_top {
	background-image: url(style_images/mainframe_top.png);
	background-repeat: no-repeat;
	width: 697px;
	height: 42px;
	margin-top: -30px;
	float: left;
}
#mainframe_center {
	background-image: url(style_images/mainframe_center.png);
	background-repeat: repeat-y;
	width: 697px;
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainframe_bottom {
	background-image: url(style_images/mainframe_bottom.png);
	height: 42px;
	width: 697px;
	float: left;
}
#footer {
	color: #A6A774;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-right: 40px;
}
#footer a:link {
	color: #A6A774;
}
#footer a:hover {
	color: #E1E1D0;
	text-decoration: none;
}
#footer a:visited {
	color: #BFC09C;
}
#footer a:active {
	color: #BFC09C;
}




#content {
	width: 632px;
	padding-left: 30px;
	padding-right: 35px;
}
#min_hoogte {
	float: left;
	height: 400px;
	width: 1px;
}
#content ul li{
	list-style-type: square;
}
input , textarea,select{
	background-color: #B1B18A;
	border: 2px solid #342F1B;
}

#content a {
	color:#B0BB8C;
}
#content a:hover {
	color:#606A59;
}
#content a:visited {
	color:#B0BB8C;
}
#content a:active {
	color:#B0BB8C;
}
.dj_cat {
	width: 550px;
	margin-left: 30px;
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(style_images/dj_cat_bg.png);
}

#content .dj_cat .cat_naam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #AAAA80;
	border-right-color: #AAAA80;
	border-bottom-color: #AAAA80;
	border-left-color: #AAAA80;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .dj_cat .dj_tumb a:hover img{
	border: 4px solid #555F49;
	margin: 10px;
}
#content .dj_cat .dj_tumb a img {
	border: 4px solid #9C9C6B;
	margin: 10px;
}
