html, 
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

body,
input,
textarea,
select,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}

input,
textarea,
select,
button {
	color: #888a8a;
}

select {
	height: 15px;
}

img,
table {
    border: none;
}

p {
    padding: 0;
    margin: 0;
}

a {
	letter-spacing: 2px;
    color: #ffffff;
	text-decoration: none;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style:none;
}

#container {
	position: relative;
	height: 100%;
	min-width: 1000px;
	min-height: 650px;
}

#content {
	width: 100%;
	height: 100%;
}

#page {
	width: 921px;
	height: 592px;
	padding-top: 9px;
	text-align: left;
}

#background-turqoise {
	width: 921px;
	height: 592px;
	background-image: url(../images/background-turqoise.png);
	background-repeat: no-repeat;
}

#background-red {
	width: 921px;
	height: 592px;
	background-image: url(../images/background-red.png);
	background-repeat: no-repeat;
}

#background-purple {
	width: 921px;;
	height: 592px;
	background-image: url(../images/background-purple.png);
	background-repeat: no-repeat;
}

#submenu-htmlcss {
	position: absolute;
	margin: 91px 0 0 611px;
}

#submenu-phpmysql {
	position: absolute;
	margin: 125px 0 0 645px;
}

#submenu-flash {
	position: absolute;
	margin: 159px 0 0 673px;
}

#submenu-maatwerk {
	position: absolute;
	margin: 193px 0 0 693px;
}

#submenu-nieuwsbrief {
	position: absolute;
	margin: 229px 0 0 708px;
}

#submenu-cms {
	position: absolute;
	margin: 265px 0 0 717px;
}

#menu-webbuilding {
	position: absolute;
	margin: -593px 0 0 515px;
}

#menu-webdesign {
	position: absolute;
	margin: -575px 0 0 676px;
}

#menu-webhosting {
	position: absolute;
	margin: -532px 0 0 801px;
}

#menu-over {
	position: absolute;
	margin: -129px 0 0 722px;
}

#menu-partners {
	position: absolute;
	margin: -82px 0 0 664px;
}

#menu-contact {
	position: absolute;
	margin: -41px 0 0 587px;
}

#left-top {
	position: absolute;
	top: 15px;
	left: 20px;
}

#left-bottom {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#right-top {
	position: absolute;
	top: 15px;
	right: 15px;
}

#right-bottom {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#preload {
	display: none;
}

#form-number {
	width: 145px; 
	height: 33px; 
	margin: 25px 0 0 40px; 
	padding: 8px 0 0 9px; 
	background-image: url(../images/contact-field-number.png); 
	background-repeat: no-repeat;
}

#field-number {
	width: 120px; 
	text-align: center; 
	border: 0px solid #ffffff; 
	font-style: italic;
}

#submit-number {
	float: right; 
	padding-right: 32px;
}

#form-name {
	width: 411px; 
	height: 33px;  
	margin: 45px 0 0 30px;
	padding: 8px 0 0 13px;
	background-image: url(../images/contact-field-info.png); 
	background-repeat: no-repeat;
}

#field-name {
	width: 380px; 
	text-align: center; 
	border: 0px solid #ffffff; 
	font-style: italic;
}

#form-email {
	width: 411px; 
	height: 33px;  
	margin: 5px 0 0 30px;
	padding: 8px 0 0 13px;
	background-image: url(../images/contact-field-info.png); 
	background-repeat: no-repeat;
}

#field-email {
	width: 380px; 
	text-align: center; 
	border: 0px solid #ffffff; 
	font-style: italic;
}

#form-email {
	width: 411px; 
	height: 33px;  
	margin: 5px 0 0 30px;
	padding: 8px 0 0 13px;
	background-image: url(../images/contact-field-info.png); 
	background-repeat: no-repeat;
}

#field-email {
	width: 380px; 
	text-align: center; 
	border: 0px solid #ffffff; 
	font-style: italic;
}

#form-message {
	width: 411px; 
	height: 156px;  
	margin: 5px 0 0 30px;
	padding: 8px 0 0 13px;
	background-image: url(../images/contact-field-message.png); 
	background-repeat: no-repeat;
}

#field-message {
	width: 380px; 
	height: 135px;
	overflow: auto;
	text-align: center; 
	border: 0px solid #ffffff; 
	font-style: italic;
}

#submit-verstuur {
	padding: 15px 0 0 170px;
}
