/*
	CSS document http://www.wends.nl
*/

body {
	background: #242424;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	width: 780px;
	min-height: 580px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border: solid #FFF 2px;
}

#header_index {
	width: 780px;
	height: 243px;
	background: url(img/headerindex.jpg) no-repeat;
}

#header_about {
	width: 780px;
	height: 243px;
	background: url(img/headerabout.jpg) no-repeat;
}

#header_projects {
	width: 780px;
	height: 243px;
	background: url(img/headerprojects.jpg) no-repeat;
}

#header_contact {
	width: 780px;
	height: 243px;
	background: url(img/headercontact.jpg) no-repeat;
}

#menu {
	height: 25px;
	margin-left: 11px;
	margin-right: auto;
	margin-top: -60px;
	background: url(img/menubg.png) no-repeat;
	text-align: center;
	padding: 0.8em;
	font-size: 18px;
	color: #FFF;
}

#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

}

#content_projects {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

}

#footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.wendy {
	width: 203px;
	height: 255px;
}

.about {
	width: 450px;
	margin-left: 280px;
	margin-top: -250px;
}

p.error {
	color: #ff00cc;
}

input#send {
	background: #ff00cc;
}

input#sent, input#naam, input#email, textarea#bericht {
	background: #ffa1d6;
	font-family: Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff00cc;
	text-decoration: none;
}

a.content {
	color: #ff00cc;
	text-decoration: none;
}

a.content:hover, a.content:active {
	color: #ff00cc;
	text-decoration: none;
}

a.visit, a.content_visit {
	color: #ff00cc;
	text-decoration: none;
}

h2, h3 {
	color: #ff00cc;
}