/* Lay-out */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fdf9f9 url(../img/background-website.png) no-repeat top center;
}

#container {
	width: 960px;
	margin: 20px auto;
}

#abd_logo {
	text-align: center;
	margin-bottom: 20px;
}

/* Design */

#gegevens, #dagindeling, #fotograafgegevens, #djgegevens, #aanvullendeinformatie, #emailadreswetranfer, #infobruidspaar {
	padding: 30px;
	background-image: url(../img/backgroundgreen.png);
	background-repeat: repeat;
}

.linebullets {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 0;
	border-top: 2px dashed #e3c9cc;
}

/* Form */

label {
	display: block;
	float: left;
	width: 250px;
	line-height: 2em;
}

input {
	padding: 5px;
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
}

.long {
	width: 620px;
}

.medium {
	width: 296px;
}

.tel {
	width: 150px;
}

.twee {
	width: 20px;
}

.vier {
	width: 50px;
}

.tijd {
	width: 40px;
}

.adres {
	width: 250px;
}

.plaats {
	width: 150px;
}

.space {
	margin-bottom: 10px;	
}

.textarea {
	padding: 5px;
	width: 875px;
	height: 150px;	
}

.label {
	margin-left: 15px;
	margin-right: 10px;	
	display: inline-block;
}

.postcodeklein {
	width: 35px;
	text-transform: uppercase;
}

.postcodegroot {
	width: 40px;
}

#controleren input[type='text'] {
	border: none;
	background-color: transparent;
	margin: 1px;
}

.button {
	border: none;
	background: #4070B7;
	padding: 5px;
	font-size: 1em;
	color: white;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.button:hover {
	background: #184991;	
}

.clear {
	clear: both;
}

/* Font */

body {
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #7FA083;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}

#factuur {
	font-size: 1.2em;
	color: #000;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: 700;
}

p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

ul li {
	line-height: 1.5em;
}

.error {
	color: red;	
	margin-left: 250px;
	margin-bottom: 10px;
}

/* Hyperlinks */
a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

/* Tooltip */

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}