/********/
/* html */
/********/
body {
	background:#fff;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana;
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
    font-family:Verdana;
	font-size:18px;
	color:#868688;
	margin:0 0 30px 0;
	padding:0;
}

h2 {
	font-family:Verdana;
	font-size:16px;
	color:#868688;
}

h3 {
	font-family:Verdana;
	font-size:14px;
	color:#868688;
}

h4 {
	font-family:Verdana;
	font-size:20px;
	color:#868688;
}

h5 {
	font-family:Verdana;
	font-size:22px;
	color:#db002f;
}

h6 {
	font-family:Verdana;
	font-size:24px;
	color:#db002f;
}

p {
	margin:0 0 18px 0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
}

a {
	text-decoration:underline;
	color:#000;
	font-family:Verdana;
}

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:900px;
	min-height:594px;
	position:relative;
	margin:0px auto 0 auto;
	background:#fff;
}

#pic_bottom {
	position:absolute;
	bottom:0;
	z-index:250;
	left:-10px;
	height:50px;
}

#pic_top {
	position:absolute;
	top:0;
	left:0;
}

/* header */
#header {
	width:880px;
	height:157px;
	margin-left:10px;
}

#logo {
	width:274px;
	height:106px;
	margin:51px 0 0 0;
	float:left;
	
}

#logo img {
	
}

#fader {
	width:588px;
	height:157px;
	float:left;
	position:relative;
	margin-left:18px;
}

#fader p,
#fader img {
	width:588px;
	height:157px;
	left:0;
	position:absolute;
	top:0;
}

#fader img {
	display:none;
}

/* menu */
#menu {
	height:22px;
	width:880px;
	background:#aaaaab;
	margin:14px 0 0 9px;
	font-size:12px;
	position:relative;
	z-index:900;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

#menu li {
	float:left;
	background: url(../img/bg/streep.gif) right center no-repeat;
	padding:0 2px 0 0px;
	position:relative;
}

#menu li a {
	text-decoration:none;
	color:#000;
	height:22px;
	float:left;
	font-family:Verdana;
	font-weight:bold;
	color:#fff;
	line-height:22px;
	padding:0 13px 0 13px;
}

#menu li a.active,
#menu a:hover{
	background:#db002f;
}

/* submenu items */
#menu ul ul {
	background: #fff url(../img/bg/submenu.gif) repeat-x;
	display:none;
	padding:0;
	position:absolute;
	left:0px;
	top:22px;
	width:127px;
	z-index:1000;
}

#menu ul li:hover ul,
#menu ul li.cs_hover ul {
	display:block;
}

#menu li li {
	background:none;
    height:16px;
	line-height:14px;
	padding:0;
	width:127px;
	white-space:nowrap;
}

#menu li li a {
	background:none;
	color:#000;
	float:left;
	height:14px;
	line-height:14px;
	left:0;
	width:127px;
	font-family:Verdana;
	font-size:9px;

}

#menu li li a {
	font-weight:normal;

}

#menu li li a:hover,
#menu li li a.active {
	font-weight:bold;
	background:none;
}


/* search */
#search{
	height:16px;
	width:142px;
	background:#fff;
	border:1px solid #878789;
	position:absolute;
	left:733px;
	top:2px;
	
}

#cs_search_pages_form{
	margin:0;
}

#cs_search_pages_input{
	width:125px;
	height:16px;
	float:left;
}

#cs_search_pages_input input{
	width:125px;
	height:16px;
	background:#fff;
	border:0;
	padding:0;
	margin:0;
	float:left;
}

#cs_search_pages_button a{
	width:14px;
	height:14px;
	background: url(../img/bg/search_button.gif) no-repeat;
	margin:1px 0 0 1px;
	float:left;

}

#cs_search_pages_button a:hover{
	background: url(../img/bg/search_button.gif) no-repeat;
}

#cs_search_pages_button span{
	display:none;
}


/* content */
#content {
	width:880px;
	min-height:374px;
	margin:27px 0 0 10px;	
	float:left;
	position:relative;
	padding-bottom:2px
}

#picture {
	width:274px;
	height:374px;
	margin:0;
	float:left;
}

#text {
	width:400px;
	min-height:335px;
	margin:0 0 0 18px;
	float:left;
	z-index:150;
	padding-bottom:38px;
	overflow:hidden;
}

#submenu_content {
	width:147px;
	min-height:374px;
	float:right;
	position:relative;
	padding-right:2px;
}

#submenu_content ul {
	color:#db002f;
	list-style:square;
	margin-top:6px;
}

#submenu_content li {
	padding:0 0 10px 0;
	margin:0 0 0 6px;
}

#submenu_content li a {
	text-decoration:none;
	font-size:11px;
	font-family:verdana;
	color:#000;	
}


#submenu_content li a:hover,
#submenu_content li a.active {
	color:#d13c31;	
	background:none;
}

#merk {
	position:absolute;
	bottom:50px;
	right:0px;
}

#folder {

	width:190px;
	height:243px;
	position:absolute;
	left:650px;
	top:340px;
	z-index:100;
}

/*scrollbar */
.scrollbar_y {
	background: url(../img/bg/scrollbar_y.gif) no-repeat;
	display:none;
	position:absolute;
	height:312px;
	left:719px;
	top:220px;
	display:none;
	
}

.scrollbar_handler_y {
	background:url(../img/bg/scrollbar_handler_y.gif) no-repeat;
	height:25px;
	width:24px;
	display:none;
}

/* footer */
#footer {
	width:900px;
	height:31px;
	background:#fff;
}

#footer p {
	color:#868688;
	font-size:12px;
	font-family:Tahoma;
}

#footer a {
	color:#868688;
	font-size:12px;
	font-family:Tahoma;
	text-decoration:underline;
}

#footer_left {
	width:569px;
	height:20px;
	float:left;
	padding:11px 0 0 11px;
	background:#fff;
}

#footer_left p {
	margin:0;
}

#footer_right {
	width:289px;
	height:20px;
	float:right;
	padding:11px 11px 0 0;
	text-align:right;
	background:#fff;
}

#footer_right p {
	margin:0
}

/*********/
/* pages */
/*********/


/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

/* forms */
.cs_form_wrapper .cs_form_label label {
	font-family:Verdana;
	font-size:12px;
	color:#000;	
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_button {
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	background-color:#db002f;
	margin:10px 38px 0 0;
	color:#fff;
	font-family:Verdana;
	line-height:16px;
	padding-top:0;
	width:94px;
}
