/* Homepage CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 000;
}

body {
	margin: 0;
	padding: 7px 0;
	background-color: #CC1719;
	background-image: url(../i/bg_verloop_R.gif);
	background-repeat: repeat-x;
	text-align: center;
}

strong {
	font-weight: bold;
}

#header {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 180px;
	background-color: #FFF;
	background-image: url(../i/bg_content_up_R.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	color: #FFF;
}

#menu {
	display: block;
	margin: 0 auto;
	padding: 0;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	width: 750px;
	padding-top: 5px;
	background-color: #F2F2F2;
	text-align: left;
	overflow: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 150px;
}

#menu ul li {
	display: block;
	margin: 0;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #ADADAD;
	background: #E6E6E6;
	padding: 0 10px;
	width: 130px;
}

#menu ul li a {
	display: block;
	margin: 1px 0;
	width: 130px;
	overflow: auto;
}


#menu ul li.header {
	border-top: 5px solid #0050A5;
	border-bottom: 1px solid #ADADAD;
	background: #F2F2F2;
	font-weight: bold;
}

#menu ul li.header a {
	margin-top: 4px;
}

#menu ul li a,
#menu ul li a:visited {
	text-decoration: none;
	color: #000;
}

#menu ul li a:hover,
#menu ul li a:visited:hover {
	text-decoration: underline;
	color: #0050A5;
}

#content {
	display: block;
	margin: 0 auto;
	padding: 10px 5px 15px 5px;
	width: 750px;
	overflow: auto;
	background: #FFF no-repeat right bottom url(../i/bg_content_down_R.gif);
	text-align: left;
}

.contentblock {
	display: block;
	margin: 0;
	padding: 10px;
	width: 230px;
	float: left;
}

#cb1, #cb4 {
	clear: left;
}

.contentblock img.icon {
	display: block;
	margin: 0 5px 5px 0;
	padding: 0px;
	float: left;
	vertical-align: 0;
	border: 1px solid #000;
}

.contentblock h2 {
	font-size: 14px;
	color: #0050A5;
	line-height: 16px;
}

.contentblock p {
	clear: left;
}

.noline {
	text-decoration: none;
}


#styleswitch {
	display: block;
	margin: 5px auto;
	padding: 0;
	padding-right: 15px;
	width: 745px;
	height: 83px;
	overflow: auto;
	background: #660B0C no-repeat right top url(../i/bg_sel_rechts_R.gif);
	text-align: left;
}

#styleswitch img {
	float: right;
	border: 1px solid #FFF;
	margin: 15px 0 15px 5px;
}

#styleswitch a img,
#styleswitch a:visited img {
	border: 1px solid #CC1719;
}

#styleswitch a:hover img,
#styleswitch a:visited:hover img {
	border: 1px solid #FFF;
}

#styleswitch p {
	width: 340px;
	height: 53px;
	padding: 15px;
	color: #CC1719;
	background: #660B0C no-repeat left top url(../i/bg_sel_links_R.gif);
}

#styleswitch a,
#styleswitch a:visited {
	color: #CC1719;
	text-decoration: underline;
}

#styleswitch a:hover,
#styleswitch a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}

#credits {
	display: block;
	margin: 5px auto;
	padding: 0;
	width: 750px;
	overflow: auto;
	color: #660B0C;
	text-align: left;
}

#credits p {
	color: #660B0C;
}

#credits a,
#credits a:visited {
	color: #660B0C;
	text-decoration: underline;
}

#credits a:hover,
#credits a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}


