@import "reset.css";

/******************************
	BODY
******************************/

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: #ffffff;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	text-align: left;
	height:100%;
}

strong{
	color: #7bb5e2;
}

a:link, a:visited, a:active{
	color: #7bb5e2;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.barLink:link, .barLink:visited, .barLink:active{
	color: #fffffe;
	text-decoration: none;
}



div.error {
	color:red;
	border:1px solid #FAAC1B;
	background-color:#EEEEEE;
	padding:10px;
	margin-bottom:10px;
}

div.error a {
	color:red;
	text-decoration: underline;
}
div.error a: hover {
	text-decoration: none;	
}

input.error {
	border: 1px solid red;
}
.message {
	color:green;
	border:1px solid green;
	background-color:#EEEEEE;
	padding:10px;
	margin-bottom:10px;
}

.message a {
	color:green;
	text-decoration: underline;
}
.message a: hover {
	text-decoration: none;	
}

button {
	background:none repeat scroll 0 0 #3B3C40;
	color:#FAAC1B;
	font-weight:bold;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Arial;
	font-size: 1.1em;
	/*width:195px;*/
}
.nodisplay {
	display: none;
}

.barLink:hover{
	color: #7bb5e2;
}

h1, h4 span{
	display: none;
}

h2.banner_page_title {
	/*padding: 60px 43px 0 43px;*/
	/*margin: 0px;*/
	margin: 60px 43px 0 43px;
	/*margin: 0px;*/
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #323232;
	width: 800px;
}

h2 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #323232;
}

h3{
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #7bb5e2;
}

#frontlogin h4{
	margin: 0 0 0 12px;
	width: 161px;
	height: 23px;
	background: url("../images/title_memberlogin.gif") no-repeat;
}

h5{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #323232;
}


.imgTxt{
	border: 2px solid #b9b9b9;
	margin: 0 48px 0 0;
}
	
form div.fw_checkbox {
	clear: both;
}

form div {
	float: left;
}

ul {
	margin-left: 25px;
}
	
/******************************
	Formulieren peter
******************************/
table.form {
	width: 100%;
}
table.form td {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.form th {
	width: 150px;
	padding-left: 20px;
}
table.form td.alignright {
	text-align: right;
}

table.form input {
	margin-left: 0px;
}
select {
	width: 220px;
}
/******************************
	CONTAINERS
******************************/

#container{
	min-height:100%;
	position:relative;
}

#container_header_home{
	background: url(../images/bg_top_home.gif) repeat-x;
	height: 311px;
	overflow: hidden;
}

#container_header_page{
	background: url(../images/bg_top_page.gif) repeat-x;
	height: 222px;
	overflow: hidden;
}

#container_content{
	padding-bottom: 124px; /* zorgen dat footer niet over content kan schuiven */
}

#container_footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:124px;
	background: url(../images/bg_footer.gif) bottom repeat-x;
}

#header, #content, #footer{
	width: 980px;
	margin: 0 auto;
}

/******************************
	HEADER
******************************/

#logo_home{
	background: url(../images/logo.gif) no-repeat 0 0px;
	/*width: 243px;*/
	height: 99px;
}

#logo_page{
	background: url(../images/logo_page.gif) no-repeat 0 0px;
	width: 683px;
	height: 99px;
}

#banner_home{
	background: url(../images/banner_home.gif) no-repeat;
	height: 189px;
	width: 980px;
	margin: 0;
}

#banner_page{
	background: url(../images/banner_page.gif) no-repeat;
	display: block;
	height: 100px;
	width: 980px;
	padding: 1px 0 0 0;
}

#banner_home span, #banner_page span, #logo_home span, #logo_page span{
	display: none;
}

#headerinfo{
	color: #fffffe;
	position: absolute;
	top: 25px;
	margin: 0 0 0 650px;
	text-align: right;
	width: 320px;
}

/******************************
	FORMS
******************************/
p{
	margin: 0 0 5px 0;
	line-height: 18px;
	
}

form/*, form p*/{
	padding: 0;
	margin: 0;
}

div.block {
	clear: both;
}
	
div.info {
	clear: both;
	/*color: red;*/
	margin-top:10px;
	background-color:#fed588;
	padding:3px;
	float: left;
}

div.warning {
	clear: both;
	color: red;
}
	


/* -------- SEARCH ---------- */


#searchform{
	margin: 5px 0 0 0;
	border: 1px solid #ffffff;
	overflow: hidden;
	width: 203px;
	float: right;
}


#search_field{
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	border: 1px solid #999999;	
	padding: 4px;
	height: 14px !important;
	width: 168px !important;
	cursor: pointer;
	float: left;
	margin: 0px;
}

#search_button{
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: #fffffe;
	background: #999999;
	border: 1px solid #999999;
	padding: 0 0 0 2px;
	height: 24px !important;
	width: 25px !important;
	cursor: pointer;
	float: left;
	text-align: left;
	margin: 0px;
}


/* -------- LOGIN ---------- */
/*
.field{
	border: 1px solid #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

.field input {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
	background: #ffffff;
	border: 1px solid #e5e5e5;	
	padding: 3px;
	height: 16px !important;
	width: 170px !important;
	cursor: pointer;
}*/
div#login {
	background-color: #eeeeee;
	width: 400px;
	height: 350px;
	margin: auto;
}
div#login div#logincontent {
	padding: 50px;
}
div#login h2 {
	height: 30px;
	padding-top: 10px;
	padding-left: 50px;
	background-image: url(../images/icon_login.png);
	background-repeat: no-repeat;
}
div#logincontent div {
	display: block;
	clear:both;
	padding-left: 10px;
	width: 277px;

}

div#login input#btnLogin {
	clear:both;
	margin: auto;
	width: 100px;
	height: 35px;
	background-color: white;
	background-image: none;
	float: right;
	padding: 0px;
	
}

div#login input {
	margin-left: 0px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/bg_input.png) repeat-x scroll 0 0;
	border:1px solid #A7A7A7;
	font-size:14px;
	height:22px;
	margin-bottom:15px;
	padding-left:4px;
	padding-top:6px;
	width:270px;
}
	

/* -------- REGISTER ELEMENTS ---------- */

input {
	border:1px solid #666666;
	width:220px;
	margin-left:10px;
	margin-bottom:5px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
}

.fw_checkbox input {
	border:0px;
	width:30px;
	height:12px;

}

.optional {
	width:175px;
	display:block;
}

.required {
	width:175px;
	display:block;
}

fieldset {
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:10px;
}

fieldset legend {
	color:#7bb5e2;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	font-variant:small-caps;
	font-size:14px;
	letter-spacing:2px;
}

dl dt {
	float:left;
} 

#gotoStep1Existing {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	margin:0px;
	float:left;
	width:130px;
	margin-left:180px;
}	

#gotoStep1New {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	margin:0px;
	float:left;
	width:130px;
	margin-left:180px;
}	

#backtoStep0 {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	margin:0px;
	float:left;
	width:195px;
}	

#backtoStep1 {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	margin:0px;
	float:left;
	width:195px;
}

#backtoStep2 {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	width:195px;
	float:left;
}

#gotoStep2 {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	width:195px;
}

#backtoStep3 {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	width:195px;
	float:left;
}

#gotoStep3 {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	width:195px;
}

#gotoStep4 {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	width:195px;
}

#gotoFinish {
	background:#3b3c40;
	color:#FAAC1B;
	font-weight:bold;
	width:195px;
}

.errors {
	color:red;
	padding-left:200px;
	margin-bottom:5px;
}

.description {
	color:#FAAC1B;
	padding-left:185px;
}

#country_id {
	width:225px;
	margin-left:10px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
}

#membertype_id {
	width:225px;
	margin-bottom:5px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
	margin-left:10px;
}

#duration {
	width:225px;
	margin-bottom:5px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
	margin-left:10px;
}

#fieldset-interestgroups label {
	width:500px;
}


#userInfo {
	margin-top:15px;
}

#userInfo td{
	width:150px;
	border-bottom:1px solid #EFEFEF;
	padding-top:2px;
	padding-bottom:2px;
}

#paymenttype_id {
	width:490px;
	margin-bottom:5px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
}

#remarks {
	border:1px solid #666666;
	height:75px;
	width:490px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #353432;
}

/******************************
	ORDER OVERVIEW
******************************/

.fw_datagrid {
	margin:0px;
	padding:0px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

.fw_datagrid thead tr th {
	color:#FAAC1B;
	font-weight:bold;
}


/******************************
	NAV
******************************/

#nav{
	width: 239px;
	background: url("../images/bg_nav.gif") repeat-y;
	float: left;
}

#nav_fadein{
	background: url("../images/bg_nav_fadein.gif") no-repeat;
	width: 232px;
	height: 22px;
}

#nav_fadeout{
	background: url("../images/bg_nav_fadeout.gif") no-repeat;
	width: 232px;
	height: 22px;
}

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

#nav ul li{
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 0 43px;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	background: url("../images/bg_nav_arrow.gif") top;
}

#nav ul li a:hover, #nav ul li a.active{
	color: #ffffff;
	background-position: bottom right;
}

/* -------- SUBNAV ---------- */

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

#nav ul ul li{
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav ul ul li a{
	display: block;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 10px 5px 53px;
	font-size: 11px;
	line-height: 12px;
	height: auto !important;
	background: none;
}

#nav ul ul li a:hover, #nav ul ul li a.active{
	color: #FAAC1B;
	font-weight: normal;
	background: none;
}

/* -------- SUB-SUBNAV ---------- */

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

#nav ul ul ul li{
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav ul ul ul li a{
	display: block;
	color: #646464;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	padding: 3px 0px 5px 60px;
	font-size: 11px;
	line-height: 12px;
	height: auto !important;
	background: none;
}

#nav ul ul ul li a:hover, #nav ul ul ul li a.active{
	color: #FAAC1B;
	font-weight: normal;
	background: none;
}

/******************************
	CONTENT
******************************/

#text{
	width: 700px;
	margin: 0 0 0 25px;
	line-height: 18px;
	float: left;
}



.newsitem{
	display: block;
	width: 270px;
	height: 75px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	padding: 0 0 0 60px;
	float: left;
	background: url("../images/icon_news.gif") 5px 5px no-repeat;
}

.newsitem p{
	display: inline;
}

#quicklogin{
	margin: 20px 0 0 0;
	height: 82px;
	background: url("../images/bg_login.gif") top right no-repeat;
}

.column{
	float: left;
	margin: 12px 30px 0 0;
}

#login a{
	color: #353432;
}

/******************************
	FOOTER
******************************/

#footer{
	color: #fffffe;
	height: 124px;
}

#label{
	display: block;
	width: 152px;
	height: 124px;
	background: url("../images/label.gif") no-repeat;
	float: left;
	margin: 0;
}

#label span{
	display: none;
}

#footernav{
	float: left;
	margin: 75px 0 0 101px;
	width: 300px;
}

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

#footernav ul li{
	float: left;
	margin: 0 16px 0 0;
	padding: 0;
	height: 14px !important;
	overflow: hidden;
}

#footernav ul li a {
	color: #fffffe;
	text-decoration: none;
	padding: 0 0 0 16px;
	margin: 0;
}

#footernav ul li a.icon-home {
	background: url("../images/icon_home.gif") no-repeat;
}

#footernav ul li a.icon-site {
	background: url("../images/icon_site.gif") no-repeat;
}

#footernav ul li a.icon-mail {
	background: url("../images/icon_mail.gif") no-repeat;
}

#footernav ul li a:hover{
	color: #FAAC1B;
	background-position: left -13px;
}

#footerinfo{
	float: right;
	//margin: 71px 40px 0 0;
	margin: 60px 40px 0 0;
}

/******************************
	COMMON USED
******************************/

.clear{
	clear: both;
	height: 0px;
	overflow:hidden;
	display: block;
}

.titel123 { color: #b20605; font-weight:bold; font-size:18px;}

/******************************
	FIX Inge
******************************/
div.fw_checkbox {
/*	float:left;
	clear:both;*/
	clear:both;
}

.fw_checkbox input {
	clear:both;
	width: 15px;
	/*background-color:red;
	float:left;*/
	/*width:20px;*/
	/*clear: both;*/
	/*display:block;*/
}

div label.optional b {
	/*background-color:yellow;*/
	/*float:left;*/
	/*border:1px solid red;*/
	/*float:right;*/
	/*width:200px;*/
	/*clear: both;*/
	/*display: block;*/
}


form fieldset dl .fw_checkbox {
	/*background-color:green;*/
	/*float:left;*/
	/*display: block;*/
	/*border:1px solid green;*/
	height:15px;
	width:35px;
}


label optional {
	background-color:green;
}

div.electioninfo {
	clear: both;
	/*color: red;*/
	margin-top:10px;
	background-color:#fed588;
	padding:3px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
