@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);

/** algemeen **/

body {
	font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #333;
}

.divider {
	border-top:solid 1px #eee;
	margin: 10px 0 18px 0;
}
 
.button, .button:hover {
	background:#cd0000;
	border:none;
	border-radius:3px;
}

.button:hover {
	background:#6b0000;	
}

h1 {
	font-size:2.25em;
	margin-top:20px;
	margin-bottom:0px;
	font-weight:300;
}

h2, h3, h4, h5 {
	color: #90949c;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
	font-family: "Open Sans";
} 

h4 {	
	font-size: 1em;
	text-transform: uppercase;
}
  
a {
	color:#cd0000;
}
 
a:hover {
	color: #6b0000;
}

p {
	font-weight: 300;
	font-size: 0.875em;
	line-height: 1.7;
	color: #555;
	margin-bottom: 20px;
}

label {
	font-weight: 300;
	font-size: 0.875em;
	line-height: 1.7;
	color: #555;
}

p.intro {
	font-weight: normal;
	line-height: 1.7;
	color: #333;
}

.has-tip:hover {
	color: #cd0000;
}

header {
	height: 20px;
	border-top: 2px solid #cd0000;
}

#header {
	height: 95px;
	border-top: 2px solid #cd0000;
}

/** domeinen **/  
  
#domeinen {
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
  
#domeinen .panel {
	margin-bottom:0px;
	background:#f5f5f5;
	background: #e5e5e5;
	border:none;
	border-radius:5px;
	padding:2em;
}
  
#domeinen h2 {
	text-align:center;
	font-size:22px;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
}
  
.domeinregistratie h3 {
	margin: 15px 0 0px 0;
	font-size: 0.9em;
	color: #333333;
	font-weight: 400;
	text-transform: uppercase;
}
  
#domeinen p.promotion {
	font-size: 1em;
	font-weight:300;
	margin: 10px 0px 5px 0px;
}

#domeinen p.small.promotion {
	font-size: 0.7em;
}
  
#domeinen p.information {
	font-size: 1em;
	font-weight:300;
	margin: 10px 0px 5px 0px;
	text-align:center;
}
 
#domeinen .more {
	font-size:1em;
	font-weight: 300;
}

#domeinen h5 {
	font-weight:300;
	margin-top:0px;
	margin-bottom:30px;
	color:#90949c;
}

#domeinen .button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
} 


ul li {
	font-weight: 300;
	font-size: 0.875em;
	color: 555;
	margin: 0 0 0 1.25em; 
}
