body {
	background: #eee url(img/bg.png) top repeat-y;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
		sans-serif;
	color: #222;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

h1 {
	margin: 0;
}

h1 a {
	margin-top: 20px;
	display: block;
	text-decoration: none;
	height: 65px;
	background: transparent url(img/logo.jpg) top left no-repeat;
}

h1 a:hover {
	background: transparent url(img/hlogo.jpg) top left no-repeat;
}

h1 a span {
	visibility: hidden;
}
h2{
margin: 0;
padding: 0;
font-size: 1.4em;
margin-bottom: 1em;
}
#container {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

#header {
	/*background: transparent url(img/title.png) top left no-repeat;*/
	margin: 0 20px;
}

#content {
	padding: 0 20px;
}

#footer {
	text-align: right;
	font-size: 0.8em;
	clear: both;
	padding: 0 20px;
	padding-top: 1em;
}

a{
color: #08d;
}

/*ITEMS*/
.item {
	clear: both;
}

h3 {
	font-size: 1.2em;
	color: #d08;
	margin: 0;
}

.item .screenshot {
	float: left;
	margin-bottom: 1em;
	background-color: #eee;
}

.item .screenshot a {
	background-color: #eee;
	display: block;
	width: 540px;
}

.item .screenshot a:hover {
	background-color: #ddd;
}

.item .screenshot img {
	margin: 10px;
	border: none;
	padding: 0px;
}

.initem {
	width: 200px;
	float: left;
}

.item .description p {
	margin: 0;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

#frm_contact {
	margin: 0;
	padding: 0;
	width: 400px;
	float: right;
	color: #444;
	background-color: #eee;
	position: absolute;
	top: -1000px;
	z-index: 9999;
	margin-left: 340px;
	background: #eee;
	border: solid 1px #ccc;
	border-top: none;
}

#frm_contact .in {
	height: 300px;
	margin: 5px;
	padding: 5px;
	background-color: white;
}

#lnk_contact {
	display: block;
	float: right;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background-color: #08D;
	background: transparent url(img/knop.png) top left no-repeat;
	width: 126px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}

#lnk_contact :hover {
	background-color: #06C;
	background: transparent url(img/hknop.png) top left no-repeat;
}

#footer p {
	margin: 0;
}

/* Home */
#homecnt {
	margin-bottom: 1em;
	height: 200px;
}

#homepnls .panel {

	float: left;
	width: 240px;
}

#homepnls #contact {
	width: 490px;
	margin-left: 10px;
}

#homepnls .panel .in {
		-moz-border-radius: 4px;
-webkit-border-radius: 4px;
	
	margin: 0;
	padding: 2px 4px;
	border: solid 1px #ccc;
	margin-bottom: 1em;
}

#contactform {
	margin: 0;
	padding: 0;
}

#contactform p {
	clear: both;
	margin: 0;
}

#contactform label {
	display: block;
	float: left;
	width: 120px;
	margin-right: 10px;
}

#contactform input,#contactform textarea {
	width: 300px;
	margin-bottom: 0.5em;
}

#contactform textarea {
	height: 100px;
}

#contactform button {
	margin-left: 130px;
}
.mailerrors{
border: solid 1px #d80;
padding: 4px;
margin: 0.5em 0;
}
.mailerrors p{
	margin: 0;
font-weight: bold;
color: #d80;
}
.mailerrors em{
	font-weight: bold;
color: #d80;
font-style: normal;
}
.mailerrors span{
display: block;
height: 16px;
line-height: 16px;
padding-left: 20px;
}

.thankyou{
border: solid 1px #8d0;
padding: 4px;
margin: 0.5em 0;
}
.thankyou  p{
	margin: 0;
	font-weight: bold;
	color: #8d0;
}