@charset "UTF-8";
/* CSS Document */

BODY {
	margin: 0px;
	color: #000;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}


TD{
	border-bottom: solid 1px #EFEFEF;
}
TH{
	border-bottom: solid 3px #CCC;
	border-left: solid 1px #CCC;
}

H1.main{
	font-size: 24px;
	float: left;
	margin-top: 62px;
	height: 58px;
	color: #3d2b21;
	font-stretch: condensed;
}

H2{
	font-size: 21px;
	color: #817e7e;
}

H3{
	font-size: 16px;
	color: #6582a9;
	border-top: solid 1px #abbed3;
	background: url(images/layout/h3Back.gif) top left no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}

A:link,A:visited{
	color: #C30;
}

.required, #error{
	color: #C30;
}

#succes{
	color:#009933;
	font-weight: bold;
}

label{
	color: #666;
	margin-right: 20px;
}

INPUT{
	width: 250px;
	border: solid 1px #999;
}

TEXTAREA{
	width: 250px;
	height: 150px;
	border: solid 1px #999;
}

SELECT, OPTION{
	background:  #eee;
}

.submit{
	background: #C30;
	color: #fff;
	width: 125px;
	border: solid 0px #fff;
}


/* positioning */



#header {
	background: #fff url(images/layout/headerBack.gif) top repeat-x;
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 100;
}
#menubarContainer {
	background: #fff url(images/layout/menubarBack.gif) bottom no-repeat;
	overflow: visible;
	position: absolute;
	height: 45px;
	width: 750px;
	top: 15px;
	right: 50px;
}
#banner {
	background: #fff ;
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: static;
	z-index: 80;
}
#banner #logo{
	margin: 0px 150px 0px 50px;
	float: left;
}
#banner #illustration{
	margin-right: 50px;
	float: right;
}

#contentContainer{
	background: url(images/layout/contentBack.gif) repeat-x left top;
	position: static;
	z-index: 60;
}

#contentContainerIcon{
	background: url(images/layout/iconBack.gif) no-repeat bottom right;
	padding-top: 20px;
	padding-bottom: 30px;
}

#contentLeft{
	float: left;
	width: 400px;
}

#contentLeft .content{
	margin-left: 70px;
	padding-bottom: 30px;
	line-height: 26px;
	text-align: justify;
	padding-top: 10px;


}

#contentRight{
	margin-left: 450px;
}

#contentRight .content{
	margin-right: 50px;
	padding-bottom: 30px;
	text-align: justify;
	padding-top: 10px;

}

#contentEnd{
	clear: both;
}

#footerContainer{
	width: 100%;
	font-size: 12px;
	color: #999;
}

#footerBorder{
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 20px;
	border-top: solid 3px #ccc;
	padding-top: 5px;
}

#footerLeft{
	float: left;
}
#footerLeft a:link, #footerLeft a:visited{
	color: #777;
	text-decoration: none;
}
#footerLeft a:hover{
	color: #C30;
	text-decoration: none;
}
#footerRight{
	float: right;
}
#footerRight a:link, a:visited{
	color: #c03;
	text-decoration: none;
}
#footerRight a:hover{
	color: #c03;
	text-decoration: underline;
}
