/* standaard settings voor elk relevant element */
body {
	background-color: #f4f2f1;
	font-family: helvetica, Tahoma, sans-serif;
	background-image: url(../images/fond_gen.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: helvetica, Tahoma, sans-serif;
}

a {
	/*border-bottom: 1px dotted white;*/
	/*border-bottom: 1px dotted #3E342B;*/
	text-decoration: none;
}

a:hover {
	/*border-bottom: 2px solid white;*/
	/*border-bottom: 2px solid #3E342B;*/
}

#body a {
	background: url('../images/arrow_red_big.png') left no-repeat;
	padding-left: 15px;
}


p {
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
}

hr {
	background-color: #999;
	border: none;
	clear: both;
	height: 1px;
}

ul {
	list-style-position: outside;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0;
}

ul li a {
	text-decoration: none;
}

ul li a:hover {
	text-decoration: none;
}

h1 {
	font-size: 2.1em;
	margin: 0 0 35px 0;
	font-family: helvetica, Tahoma, sans-serif;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 15px 0;
}

h2.georgia {
	color: #3e342b;
	font-family: helvetica, Tahoma, sans-serif;
	font-size: 1em;
}

h3 {
	font-size: 1.3em;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

/* header */
#header {
	background-color: #3e342b;
	float: left;
	padding: 10px 0 0 0;
	width: 100%;
}

#header img {
	display: block;
	float: left;
}

/* navigation */
#navigation ul, #languages ul {
	float: left;
	margin: 70px 0 0 20px;
	padding: 0 0 5px 0;
}

#navigation ul li {
	float: left;
	padding: 5px 15px;
}

#navigation ul li a {
	border-bottom: none;
	color: #faefe3;
	font-size: 1.1em;
	text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	border-bottom: 1px solid rgb(239, 64, 53);
	color: rgb(239, 64, 53);
}

#languages ul {
	float: right;
	margin: 75px 0 0 0;
}

#languages ul li {
	border-right: 1px solid #70655b;
	float: left;
	padding: 0 5px;
}

#languages ul li.borderless {
	border: none;
}

#languages ul li.last {
	margin-right: 30px;
}

#languages ul li a {
	border-bottom: none;
	font-size: 0.8em;
	text-transform: uppercase;
}

#languages ul li a:hover {
	color: rgb(239, 64, 53);
}

#search {
	position: absolute;
	right: 0;
	top: 0;
}

#search input {
	background: none;
	border: 1px solid #62574d;
	color: white;
	float: left;
	font-size: 0.9em;
	width: 150px;
}

#search a {
	background-color: #877b70;
	border: none;
	display: block;
	float: left;
	font-size: 0.8em;
	height: 14px;
	padding: 4px 10px 0 10px;
	text-transform: uppercase;
}

/* content */
#banner {
	padding: 20px 0 50px 0;
	clear: left;
}

.infoBox {
	background-color: rgb(218, 213, 208);
	padding: 25px 20px;
}

.infoBox h2 {
	color: #3e342b;
	font-size: 1.4em;
}

.infoBox em {
	color: red;
	font-size: 18px;
	font-style: normal;
}

.infoBox ul li {
	background: url(../images/list-square-red.gif) 0 5px no-repeat;
	color: black;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 0 14px;
	position: relative;
}


/* footer */
#footer {
	border-top:1px solid #3E342B;
	clear: left;
	float: left;
	margin: 50px 0 10px 0;
	padding: 2px 0 0 0;
	width: 100%;
}

#footer ul li {
	border-right:1px solid #3E342B;
	float: right;
	font-size: 0.9em;
	padding: 2px 4px;
}

#footer ul li a {
	font-size: 1.1em;
}

#footer ul li.first, #footer ul li.last {
	border-right: none;
}

/* forms */
label {
	cursor: pointer;
}

.input-text, .input-textarea {
	border: 1px solid #777;
	font-family: helvetica, Tahoma, sans-serif;
	font-size: 0.9em;
	margin: 0 0 5px 0;
	padding: 2px;
	width: 100%;
}

.input-text-error, .input-textarea-error {
	border: 1px solid red;
	color: red;
}

.bottom-right {
	bottom: 0;
	position: absolute;
	right: 0;
}

/* columns */
.col {
	display: inline;
	float: left;
	position: relative;
	margin-right: -1px;
}

.col .marker {
	background-color: white;
	font-size: 0;
	height: 1px;
	left: -10px;
	position: absolute;
	top: -25px;
	width: 22px;
}

.column-1 {	width: 35%; }
.column-2 { width: 65%; }
.w16 { width: 16%; }
.w25 { width: 25%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w75 { width: 75%; }
.pb20 {	padding-bottom: 20px; }
.pr20 { padding-right: 20px; }
.ml20 {	margin-left: 30px; }

/* dirty stuff */
#loading {
	margin: 60px 0 0 0;
	text-align: center;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.relative { position: relative; }
.absolute { position: absolute; }
.borderless { border-right: none; }

#body strong {
	font-weight: bold;
}

dl.columnized .input-text,
dl.columnized .input-address {
	width: 25%
}

.success {
	color: red;
	font-weight: bold;
}
dl {width:50%;}
dl dl {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 5px;
}

dl dl dt {
	margin-bottom: 5px;
}
dl dl dd {
	padding-left: 20px;
}

.paddingleft {padding-left:20px;}
dd.paddingleft {
	float: left;
	width: 42%;
}

select {width:100%;}
