/* Standaard */

html {
}

body {
	margin: 0px 0px 0px 0px;
	background: #bcd5e7 url(../images/background.gif) repeat-x;
}

body, td, h1, h2, h3, h4, p, a, b, i, u, input, select, textarea, option {
	font-family: Verdana;
	font-size: 10px;
	color: #585c5f;
}

h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

img {
	border: 0px;
	vertical-align: top;
}

embed {
	vertical-align: top;
}

form {
	margin: 0px 0px 0px 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Site template */

#siteContainer {
	margin: auto;
	width: 780px;
}

#siteContainer #headerBlock {
	clear: both;
}

#siteContainer #mainBlock {
	float: left;
	width: 780px;
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#siteContainer #mainBlock #navigationBlock {
	width: 220px;
	float: left;
}

#siteContainer #mainBlock #navigationBlock .navigationSeparator {
	background-color: #ffffff;
	clear: both;
}

#siteContainer #mainBlock #contentBlock {
	width: 560px;
	float: left;
}

#siteContainer #mainBlock #contentBlock .contentSeparator {
	background-color: #ffffff;
	clear: both;
}

#siteContainer #footerBlock {
	clear: both;
}


/* Print template */

#printContainer {
	width: 540px;
	margin: auto;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

#printContainer .logo {
	padding: 0px 0px 20px 20px;
}


/* Page module */

.pageImage {
	clear: both;
	width: 780px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.pageImage img {
	margin: 0px 0px 0px 388px;
}


/* Menu module */

.menuLinks {
	clear: both;
	float: left;
	margin: 20px 0px 20px 10px;
}

.menuLinks ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuLinks ul li {
	display: inline;
	color: #ffffff;
	font-weight: bold;
}

.menuLinks ul li a {
	color: #ffffff;
	font-weight: bold;
}


.menuHeader {
	clear: both;
	width: 780px;
	overflow: hidden;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.menuHeader ul {
	background-image: url(../images/menu/background[header].gif);
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 880px;
	height: 30px;
}

.menuHeader ul li {
	height: 30px;
	float: left;
	border-right: 1px solid #ffffff;
}

.menuHeader ul li a {
	color: #ffffff;
	display: block;
	padding: 9px 17px 9px 17px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.menuHeader ul li.active a, .menuHeader ul li a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}


.menuFooter {
	padding: 5px 0px 25px 0px;
	text-align: center;
}

.menuFooter ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuFooter ul li {
	display: inline;
	margin: 0px 30px 0px 30px;	
}

.menuFooter ul li a:hover {
	color: #ffffff;
}

.menuFooter ul li a.active {
	color: #ffffff;
}


/* Arrangement module */

.arrangement {
	float: left;
}

.arrangement .prefix .title {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11px;
	background-color: #e4239d;
	color: #ffffff;
}

.arrangement .prefix .text {
	margin: 8px 8px 8px 8px;
}

.arrangement .content {
	float: left;
}

.arrangement .content .item {
	width: 540px;
	float: left;
	border: 1px solid #d6d6d7;
}

.arrangement .content .item:hover {
	border: 1px solid #e4239d;
	cursor: pointer;
}

.arrangement .content .item .column1 {
	float: left;
	width: 88px;
}

.arrangement .content .item .column2 {
	width: 452px;
	float: left;
}

.arrangement .content .item .title {
	margin: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	background-color: #4c4c4c;
}

.arrangement .content .item .title a {
	color: #ffffff;
	text-decoration: none;
}

.arrangement .content .item .abstract {
	margin: 4px 8px 4px 8px;
	text-align: justify;
}

.arrangement .content .item .price {
	background-color: #f2f2f2;
	margin: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
}

.arrangement .content .item .price span {
	color: #e4239d;
}

.arrangement .content .item .persons {
	float: left;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
}

.arrangement .content .item .persons span {
	color: #e4239d;
}

.arrangement .content .item .more {
	margin: 4px 0px 4px 0px;
	padding: 0px 8px 0px 0px;
	display: block;
	float: right;
	text-decoration: underline;
	color: #e4239d;
	font-weight: bold;
}

.arrangement .content .item .image {
	margin: 4px 0px 0px 4px;
}

.arrangement .content .separator {
	clear: both;
	height: 16px;
}

.arrangement .suffix {
}


.arrangementDetail {
	width: 540px;
}

.arrangementDetail .title {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background-color: #e4239d;
	color: #ffffff;
}

.arrangementDetail .text {
	margin: 8px 8px 8px 8px;
}

.arrangementDetail .keyword {
	border-bottom: 1px dotted #585c5f;
}

.arrangementDetail .image {
	float: right;
	padding: 0px 0px 0px 10px;
}

.arrangementDetail .extra {
	margin: 16px 0px 8px 0px;
	border-top: 1px solid #e0e0e0;
	background-color: #f4f4f4;
}

.arrangementDetail .extra div {
	padding: 4px 8px 4px 8px;
	color: #e4239d;
	font-weight: bold;
}

.arrangementDetail .button {
	margin: 16px 0px 8px 48px;
}

.arrangementDetail .button span {
	display: block;
	float: left;
	height: 22px;
	width: 107px;
	background: #ffffff url(../images/arrangement/default/button.gif) no-repeat;
	margin: 0px 4px 0px 0px;
	text-align: center;
}

.arrangementDetail .button span:hover {
	background: #ffffff url(../images/arrangement/default/button[active].gif) no-repeat;
}

.arrangementDetail .button span a {
	display: block;
	line-height: 22px;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


.arrangementHome {
	float: left;
}

.arrangementHome .item {
	width: 125px;
	float: left;
	border: 1px solid #0355ab;
}

.arrangementHome .item .title {
	height: 30px;
	background: #ffffff url(../images/arrangement/home/background.gif) repeat-x;
}

.arrangementHome .item .title a {
	display: block;
	color: #ffffff;
	padding: 3px 4px 0px 4px;
	font-weight: bold;
}

.arrangementHome .item .image {
}

.arrangementHome .item .price {
	display: none;
}

.arrangementHome .item .price .background {
	width: 125px;
	height: 23px;
	position: absolute;
	z-index: 1;
	margin: -23px 0px 0px 0px;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #ffffff;
}

.arrangementHome .item .price .overlay {
	width: 125px;
	z-index: 2;
	position: absolute;
	margin: -23px 0px 0px 0px;
}

.arrangementHome .item .price .overlay a {
	display: block;
	margin: 4px 4px 4px 4px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #e4239d;
}

.arrangementHome .separator {
	width: 11px;
	float: left;
}


.arrangementTop {
	margin: 0px 16px 0px 8px;
	background: #646364 url(../images/arrangement/top/background.gif) repeat-x;
}

.arrangementTop .prefix {
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	color: #ffffff;
}

.arrangementTop .content {
	padding: 0px 8px 8px 8px;
}

.arrangementTop .content .item {
	color: #ffffff;
	margin: 4px 0px 0px 0px;
}

.arrangementTop .content .item a {
	color: #ffffff;
}

.arrangementTop .suffix {
	display: none;
}


.arrangementNew {
	margin: 0px 16px 0px 8px;
	background: #646364 url(../images/arrangement/new/background.gif) repeat-x;
}

.arrangementNew .prefix {
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	color: #ffffff;
}

.arrangementNew .content {
	padding: 0px 8px 8px 8px;
}

.arrangementNew .content .item {
	color: #ffffff;
	margin: 4px 0px 0px 0px;
}

.arrangementNew .content .item a {
	color: #ffffff;
}

.arrangementNew .suffix {
	display: none;
}


.arrangementCollection {
	margin: 0px 16px 0px 8px;
	background: #646364 url(../images/arrangement/collection/background.gif) repeat-x;
}

.arrangementCollection .prefix {
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	color: #ffffff;
}

.arrangementCollection .content {
	padding: 0px 8px 8px 8px;
}

.arrangementCollection .content .item {
	color: #ffffff;
	margin: 4px 0px 0px 0px;
}

.arrangementCollection .content .item a {
	color: #ffffff;
}

.arrangementCollection .suffix {
	display: none;
}


/* Text module */

.text {
	width: 540px;
}

.text .title {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11px;
	background-color: #e4239d;
	color: #ffffff;
}

.text .text {
	margin: 8px 8px 8px 8px;
}


.textCategory {
	width: 540px;
}

.textCategory .title {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11px;
	background-color: #e4239d;
	color: #ffffff;
}

.textCategory .text {
	margin: 8px 8px 0px 8px;
}


.textLink {
	width: 540px;
}

.textLink .title {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11px;
	background-color: #e4239d;
	color: #ffffff;
}


.textHome {
	width: 540px;
}

.textHome .title {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11px;
	background-color: #e4239d;
	color: #ffffff;
}

.textHome .text {
	margin: 8px 8px 0px 8px;
}


/* Image module */

.imageCall {
	margin: 0px 16px 0px 8px;
}


/* Form module */

.form {
	width: 540px;
}

.form .header {
}

.form .header .title {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11px;
	background-color: #e4239d;
	color: #ffffff;
}

.form .header .text {
	margin: 8px 8px 8px 8px;
}

.form .content .form {
	float: left;
}

.form .content .form .error {
	padding: 8px 0px 0px 8px;
}

.form .content .form .error .verbose {
	color: #ff0000;
}

.form .content .form .error ul {
}

.form .content .form .error ul li {
	color: #ff0000;
}

.form .content .form .item {
	width: 540px;
	float: left;
	clear: both;
}

.form .content .form .item .verbose {
	width: 217px;
	float: left;
	margin: 0px 0px 0px 8px;
	padding: 4px 0px 4px 0px;
}

.form .content .form .itemError .verbose {
	color: #ff0000;
}

.form .content .form .item .element {
	width: 315px;
	float: left;
	padding: 4px 0px 4px 0px;
}

.form .content .form .item .element .elementText,
.form .content .form .item .element .elementTextarea {
	border: 1px solid #adadad;
}

.form .content .form .item .element .elementPriceMajor {
	text-align: right;
}

.form .content .form .item .separator {
	margin: 4px 0px 4px 0px;
	padding: 4px 8px 4px 8px;
	background-color: #4c4c4c;
	font-weight: bold;
	color: #ffffff;
}

.form .content .form .item .submit {
	margin: 0px 0px 0px 225px;
}

.form .footer {
	margin: 8px 8px 8px 8px;
}


/* Keyword Module */

.keywordTop {
	margin: 0px 16px 0px 8px;
	background: #5b8bd3 url(../images/keyword/top/background.gif) repeat-x;
}

.keywordTop .prefix {
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	color: #ffffff;
}

.keywordTop .content {
	padding: 0px 8px 8px 8px;
}

.keywordTop .content .item {
	color: #ffffff;
	margin: 4px 0px 0px 0px;
}

.keywordTop .content .item a {
	color: #ffffff;
}

.keywordTop .suffix {
	display: none;
}


.keywordHome {
	float: left;
	width: 540px;
}

.keywordHome div {
	margin: 0px 8px 0px 8px;
	font-weight: bold;
}

.keywordHome ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}

.keywordHome ul li {
	width: 130px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}

.keywordHome ul li a {
	color: #e4239d;
}