/* default styles */

body,
html {
}

body {
	margin: 0px;
	padding:0px;
	background: #95DA91;
	/* background: #A5C7D7; */
	min-width: 960px;
	font-family: Verdana;
	font-size: 12px;
	color: #163C14;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;	
}

#top {
	height: 10px;
}

#wrap {
	background: #FFF9E2;
	margin: 0px auto;
	width: 960px;
	/* border: 3px solid #E00000; */
	margin-bottom: 20px;
	border-left: 1px solid #E00000;
	border-right: 1px solid #E00000;
	padding: 0px;
	
}


#header {
	/* background:#ddd; 
	background: #E29648;*/
	height: 358px;
	/* background: #DD5E2C url(/images/header_960.jpg) no-repeat scroll right; */
	background: #DD5E2C url(/images/header_erf_geel.jpg) no-repeat scroll right;
	vertical-align: bottom;
}

#headerspacer {
	height: 302px;
}
#topbar {
	/* position: relative;
	top: 331px; */ 
	height: 26px;
	vertical-align: bottom;
	
}

/* hack: only show border for non-IE browsers */

html>body #topbar {
	border-bottom: 1px solid #E00000;
	
}

#slogan {
	background: transparent url(/images/slogan.png) no-repeat scroll center 99%;
	background-position: top right;
	width: 100%;
	height: 25px;
	text-align: right;	
	vertical-align: bottom;
	text-align: right;
	display: block;
	margin-bottom: 5px;

}

#title {
	/* background: transparent url(/images/title.png) no-repeat; */
	position: absolute;
	width: 164px;
	height: 42px;
	top: 4px;
	left: 270px;
	text-align: left;
	display: none;	
}

#main {
	/* background:#9c9; */
	float:left;
	width:490px;
	margin-bottom: 50px;
	clear: left;
	
}


#footer {
	/* background:#cc9; */
	clear:both;
	height: 25px;
	/* background: #cf8114; */
	/* background: #ffc730; */
	background: url(/images/background_yellow.jpg);
	border-top: 1px solid #E00000;
	border-bottom: 1px solid #E00000;

}
    
#nav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#nav li{
	display:block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 22px;
	margin-left: 0px;
}

#nav li.active {
	float:left;
	background: #FFF9E2;
	border-top: 1px solid #E00000;
	border-left: 1px solid #E00000;
	border-right: 1px solid #E00000;
	height: 22px;

}


#nav {
	padding: 4px;

	/* background:#c99; */
	/* background: #EE924B;
	background: #cf8114; 
	border-top: 3px solid #E00000;
	border-bottom: 1px solid #E00000;
	height: 16px;*/
	font-weight: bold;
}

#languages {
	float: right;
	padding: 0px;
	margin: 0px;
}

#languages ul {
	list-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;

}

#languages li {
	display: inline;	

}


h1.header {
	display: inline;
	position: relative;
	top:165px;
	left: 200px;
	display: none;
}

h2 {
	
}

a {
	text-decoration: underline;
	/*color: #494BB8; */
	color: #660000;
	/* border-bottom: 1px solid #E00000; */
}

a:hover {
	color: #AA0000;

}

#content {
	padding:0 15px;
}


    
#sidebar {
	/* background:#99c; */
	float:right;
	width: 430px;
	/* background: #F5DAAA; */
	background: #ffdf88;	
	border: 1px solid #E00000;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}

/* for IE browsers only */
* html #sidebar {
	margin: 10px 5px 10px 5px;
}

/* for non IE browsers */
html>body #sidebar {
	margin: 10px;
}

#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}


table td {
	vertical-align: top;
	padding-bottom: 6px;
}


table.costsoverviewTable {
	width: 85%;
	margin: auto;
}
table.costsoverviewTable td.description {
	whitespace: nowrap;
	text-align: left;
}
table.costsoverviewTable td.amount {
	whitespace: nowrap;
	text-align: right;
}


table.sidebarTable td {
	vertical-align: top;
}


.blockHeader {
	background: url(/images/background_yellow.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #E00000;
	border-right: 1px solid #E00000;
	margin-bottom: 4px;
	margin-top: 0px;
	font-weight: bold;
	color: #660000;
}

.textButton {
	padding: 3px;
	border: 3px double black; 
	margin: 4px;
}

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

input {
	background-color: #ffffff !important;
}

input.dateField {
	width: 100px;
}

input.textField {
	width: 220px;
}

input.textFieldShort {
	width: 80px;
}

input.textFieldLong {
	width: 420px;
}


textarea {
	width: 220px;
	height: 60px;
}

textarea.wysiwyg {
	width: 100%;
	height: 360px;	
}

.calendarPopup {
	display: none;
	position: absolute;
}

.calendarIcon {
	vertical-align: middle; 
	cursor: pointer;
}

.incomplete {
	background-color: #FF989A !important;
}


img {
	border: 0;	
}

#photo {
	margin-top: 6px;	
}

.thumbnail {
	margin: 10px;
	vertical-align: middle;
		
}

