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

@font-face {
  font-family: Montserat;
  src: url(montserrat-regular-webfont.ttf);
} 

a.whitelink:link {text-decoration: none; color: white;} 
a.whitelink:visited {text-decoration: none; color: white;} 
a.whitelink:active {text-decoration: none; color: white;} 
a.whitelink:hover {text-decoration: none; color: white;}

a.lostpass:link {text-decoration: underline; color: #333; font-size: 8px;} 
a.lostpass:visited {text-decoration: underline; color: #333; font-size: 8px;} 
a.lostpass:active {text-decoration: underline; color: #333; font-size: 8px;} 
a.lostpass:hover {text-decoration: none; color: #333; font-size: 8px;}

body {
background-image: url(background.jpg);
background: #000;
background-repeat:no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover;
background-size: cover;
}

#container {
	margin:0 auto;
	background: none;
	width: 800px;
	min-height: 200px;
}

#top {
	margin-top: 100px;
	background: none;
	//border: solid 1px;
	//border-color: #999;
	font-family:"Montserat";
	font-size:12px;
	color: white;
	padding-left: 0px;
	padding-right: 0px;
	width: 800px;
	height: 50px;
}

#inlogcontainer {
	background: white;
	min-height: 250px;
	width: 800px;
	border-radius:10px;
}

#pagetitle {
	margin-top: 75px;
	background: none;
	min-height: 50px;
	width: 800px;
	//border: solid 1px #999; 
}

#footer {
	margin-top: 0px;
	background: none;
	min-height: 28px;
	width: 800px;
	font-family:"Montserat";
	color: white;
	font-size: 10px;
}

.title {
	font-family: "Montserat";
	font-size: 28pt;
	padding-left: 10px;
	color: #09F;
}

.login-title {
	font-family: "Montserat";
	font-size: 18pt;
	padding-left: 10px;
	color: #333;
}

.undertitle {
	font-family: "Montserat";
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: black;
	font-size: 12px;
}

#login-left {
	
	float: left;
	margin-top: 10px;
	background: none;
	min-height: 70px;
	width: 350px;
	//border: solid 1px #999;
}

#login-right {
	float: right;
	margin-top: 10px;
	background: none;
	min-height: 70px;
	width: 350px;
	//border: solid 1px #999;
}

.textbox {
	background-image:url(images/textbox.png);
	width: 178px;
	height: 23px;
	color: white;
	border: 1px solid #F00;
	padding-left: 5px;
	padding-right: 5px;
}

.textboxlogin {
	background: white;
	width: 178px;
	height: 23px;
	color: black;
	border: 1px solid #F00;
	padding-left: 5px;
	padding-right: 5px;
}

.inloggen {
	background-image:url(images/login.png);	
	width: 126px;
	height: 27px;
	font-size: 0pt;
	border: 1px;
	border-color: white;
}

.inloggenlogin {
	background: white;	
	width: 90px;
	height: 27px;
	font-size: 10pt;
	border: 1px solid #F00;
	color: black;
	float: right;
	}

.small-text {
	font-size: 9px;
	font-family:"Montserat";
	color: grey;
}

#page_end {
	width:100%;
	height: 40px;	
	background: none;
}