* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
}

p, li {
	font: 1.3em/1.8em Arial, Helvetica, Verdana, Sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 3.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 2.5em Arial, Helvetica, Verdana, Sans-serif;
	color: #f26c4f;
	margin-bottom: 10px;
}

ul {
	font-size: 1.4em;
	margin-left: 25px;
}

a {
	color: #cc3300;
}

a:hover {
	color:#ff9900;
}

img {
	border: none;
}

#page-wrap {
	background: #252525;
	min-width: 900px;
	margin: 0px auto;
	width: auto;
	color: #ffebe7;
}	
#main-content {
	width: 900px;
	margin: auto;
}
#left-content {
	float: left;
	width: 450px;
}
#right-content {
	float: left;
	width: 450px;
}	
#header {
	background: #f6f6f6 url(../images/headerbg.gif) repeat-x;
	height: 112px;
	border-top: 2px solid #027fff;
	text-align: center;
}
#introduction {
	background: #1f8dfc url(../images/introduction_bg.gif) repeat-x;
	text-align: center;
	height: 208px;
}
#footer {
	background: #181818;
	border-top: 1px #353535 solid;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
#mailform{
	background: #252525;
	color: #ffebe7;
	height: 400px;
}
.error{
	color: #f26c4f;
}
/* repeated code per header */
#logo, #logo span {
	width: 228px; 
	height: 112px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#logo span { margin-bottom: -112px; }
#diensten, #diensten span {
	width: 150px; 
	height: 36px;
	background-image: url(../images/diensten.gif);
	background-repeat: no-repeat;
}
#diensten span { margin-bottom: -36px; }
#contact, #contact span {
	width: 135px; 
	height: 36px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
}
#contact span { margin-bottom: -36px; }
#portfolio, #portfolio span {
	width: 150px; 
	height: 36px;
	background-image: url(../images/portfolio.gif);
	background-repeat: no-repeat;
}
#portfolio span { margin-bottom: -36px; }
/* non-repeated code */
h1, h2 span {
	display: block;
	position: relative;
	z-index: 1;
}
/* IE5 Mac Hack \*/
h1, h2 { overflow: hidden; }

h1, h2 { text-indent: -100em; }
/* End Hack */

input, textarea {
	background: #353535;
	border: 1px solid #000000;
	color: #ffcc99;
	padding: 2px;
}
.inputfield{
	width: 250px;
}