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

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #415a68;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #00aeef;
}

#wrapper {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #820052;
}

a:hover {
	text-decoration: none;
	color: #c55e9f;
}

h1 {
	color: #820052;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}

#overall_td {
	width: 841px;
	vertical-align: top;
	height: 536px;
	text-align: left;
}

#menu_div {
	display: block;
	width: 170px;
	font-size: 9px;
	line-height: 19px;
	position: absolute;
	margin-top: 165px;
	margin-left: 110px;
}

#geboortekadootjes_button {
	display: block;
	width: 172px;
	height: 27px;
	position: absolute;
	margin-top: 295px;
	margin-left: 78px;
}

#content_div {
	display: block;
	width: 330px;
	height: 255px;
	position: absolute;
	margin-top: 165px;
	margin-left: 405px;
	line-height: 15px;
	color: #00aeef;
	overflow: auto;
}

#content_div_album {
	display: block;
	width: 350px;
	height: 255px;
	position: absolute;
	margin-top: 155px;
	margin-left: 390px;
	line-height: 15px;
	color: #00aeef;
}

#foto {
	border: 8px solid #FFFFFF;
	margin-left: 28px;
}

img.arrow {
	position: absolute;
	margin-top: 110px;
}

img.arrow_r {
	position: absolute;
	margin-top: 110px;
}


#form_box {
	width: 100%;
	margin-top: 10px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
	width: 100%;
	height: 25px;
	display: table;
}

#form_box div input.veld {
	width: 390px;
	height: 16px;
	background: #faebf2;
	border: 1px solid #820052;
}

#form_box div input.veld2 {
	width: 200px;
	height: 16px;
	background: #faebf2;
	border: 1px solid #820052;
}

#form_box div input.button {
	background-color: #00aeef;
	border: 1px solid #820052;
	color: #FFFFFF;
}

#form_box div textarea.tekstveld {
	width: 392px;
	height: 100px;
	background: #00aeef;
	border: 1px solid #00aeef;
}
 
#form_box p {
	float: left;
	margin: 0px 0pt;
	width: 100px;
	font-weight: bold;
}

#verzenden {
	width: 80%;
	text-align: left;
}
 
 
#log {
	width: 80%;
}

#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

input, textarea, select, submit
{
	color: #000000;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #000000;
}
