/* CSS Document */
html,body{
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	height:100%;
}

#container {
	height: auto; 
	min-height: 100%;}
	
#page { padding-bottom: 3em; }

#header{
	width:100%;
	height:40px;
	background-color: #002D63;}
	
#flag_section {
	height:32px;
	margin-top:4px;
	margin-right:4px;
	float:right;
	}
	
#logobalk {
	width:90%;
	height:230px;
	background-color: #FFF;
	margin:0 auto;
	margin-top:25px;
	border-color: #00A6C9;
	border-style:solid;
	border-width:2px;
	border-radius:5px;
	}
	
#logobalk_logo {
	width:447px;
	height:209px;
	background: url(../img/Logo.png) no-repeat;
	margin-top:10px;
	margin-left:5px;
	float:left;}
	
	
#navigatiebalk_countour {
	width:90%;
	height:50px;
	background: url(../img/navbalk_bg.png) repeat-x;
	margin:0 auto;
	margin-top:25px;
	border-color: #999;
	border-style:solid;
	border-width:2px;
	border-radius:5px;
}

#navigatiebalk_line {
	height:100%;
	width:2px;
	background-color:#999;
	float:left;
	}

#navigatiebalk_topic20 {
	height:100%;
	width:15%;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
	float:left;
	}
	
#navigatiebalk_topic20 a {
	text-decoration:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	}

#login_frame {
	width:400px;
	height:auto;
	background-color: #FFF;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
	border-color: #00A6C9;
	border-style:solid;
	border-width:2px;
	border-radius:5px;
	}
	
#login_frame p {
	text-align:center;
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
#content_text_100 {
	width:90%;
	margin:0 auto;
	height:auto;
	margin-top:25px;
	}
	
#content_text_50 {
	width:50%;
	margin:0 auto;
	height:auto;
	margin-top:25px;
	float:left;
	}	
	
#content_text_100 p {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;

	}
	
#No_customer_button {
	height:45px;
	width:48%;
	vertical-align:middle;
	text-align:center;
	margin-bottom:15px;
	}
	
#Customer_button {
	background: url(../img/navbalk_bg.png) repeat-x;
	height:45px;
	width:48%;
	border-color:#666;
	border-radius:5px;
	border-style:solid;
	border-width:2px;
	line-height:45px;
	vertical-align:middle;
	text-align:center;
	margin-bottom:15px;
	}
	
#Customer_button a {
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;}

#footer {
	min-height:200px;
 height:auto;
 width:100%;
 margin-top: 25px;
 background-color:#002D63;
}

#footer_contact_section {
	height:auto;
	margin-right:25px;
	margin-top:10px;
	float:right;		
}

#footer_contact_section p {
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:12px;
	text-align:center;
}

#footer_link_section {
	height: auto;
	width:auto;
	margin-left:35px;
	margin-top:10px;
	float:left;}
	
#footer_link_section p {
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:12px;}
	
#footer_link_section a {
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	margin-left:10px;
}

#footer_link_section a:hover {
	color:#00A6C9;}	
	
.login {
	height:35px;
	width:80%;
	border-radius:10px;
	border-color:#00A6C9;
	padding-left:50px;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	background: url(../img/icon_login_32.png) left no-repeat;
	background-position:10px;
	}
	
.pass {
	height:35px;
	width:80%;
	border-radius:10px;
	border-color:#00A6C9;
	padding-left:50px;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	background: url(../img/icon_pass_32.png) left no-repeat;
	background-position:10px;
	}
	
.button {
	height:35px;
	border-radius:10px;
	border-color:#00A6C9;
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:35px;
	vertical-align:middle;
	background: none;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	}
	
.calltext {
	height:35px;
	width:50%;
	border-radius:10px;
	border-color:#00A6C9;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
.calloption {
	height:35px;
	border-radius:10px;
	border-color:#00A6C9;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right:10px;
	vertical-align:middle;
	}
	
.callarea {
	height:135px;
	width:100%;
	border-radius:10px;
	border-color:#00A6C9;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	}
