/* ----- INTEGRATIE WEBFONTS ----- */
@import url(http://fonts.googleapis.com/css?family=Lato:300|Roboto+Slab:300);

/* ---- RESET INTEGREREN ---- */
@import url(reset.css);

/* ----- ALGEMENE OPMAAK ---- */
#container {
	margin: 0 auto;
}
p, a {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #1b1a1a;
  line-height: 200%;
}
h1 {
  font-family: 'Lato', serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #292d34;
  line-height: 200%;
  padding-top: 2em;
}
.cursive{
	font-style:italic;
}
.logo{
	padding-top: 150px;
}
.first-text{
	padding-top: 2em;
}


/* ----- OPMAAK FORMULIEREN ----- */

#container #main form{
	margin-left: 40px;
}

label {
	width: 130px;
	float: left;
	display: block;
}

#container #main label{
  font-family: 'Lato', serif;
	font-size: 14px;
}

.label_rechts {
	float: none;
	display: inline;
}

input , select, textarea{
	margin: 0 0 0.5em 0px;
	font-size: 15px;
  font-family: 'Lato', serif;
	font-size: 14px;
}

input[type=text], input[type=password] {
    display: block;
	width: 300px;
	height: 25px;
    margin: 2em auto 1em auto;
    border: none;
    padding: 5px;
}
input[type=button] {
    display: block;
    margin: 2em auto 1em auto;
    border: none;
    padding: 10px 20px;
	font-family: 'Lato', serif;
	background-color: #585b66;
	color: #fff8df;
}

/* ----- OPMAAK button ----- */
button {
    display: block;
    margin: 2em auto 1em auto;
    border: none;
    padding: 10px 20px;
  	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	background-color: #585b66;
	color: #fdfdf2;
}