/*
  Productiehuis Godschalk
  Copyright (C) 2010 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Am Lavenstein 3
  52064 Aachen
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/



* {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body {
	font: normal 16px/20px Helvetica, Arial;
}

h1,
h2,
#submenu {
	font-weight: bold;
}

h1,
#submenu {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 39px;
}

h2 {
	font-size: 1em;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: none;
}

a {
	color: #BEBEBE;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

#container,
#logo,
#menu,
#menu ul li,
#submenu {
	position: absolute;
}

#container {
	width: 979px;
	top: 22px;
}

#menu {
	background: url(/elements/menu.gif) no-repeat;
	height: 130px;
	left: 303px;
	top: 9px;
	width: 677px;
}

#menu ul li {
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

#menu ul li a {
	display: block;
}

#menu-new:hover,
#menu-new.here {
	background-image: url(/elements/menu_new.gif);
}

#menu-new {
	left: 1px;
	width: 149px;
}

#menu-new,
#menu-new a {
	height: 32px;
}

#menu-projects:hover,
#menu-projects.here {
	background-image: url(/elements/menu_projects.gif);
}

#menu-projects {
	left: 0;
	top: 47px;
	width: 215px;
}

#menu-projects,
#menu-projects a {
	height: 35px;
}

#menu-clients:hover,
#menu-clients.here {
	background-image: url(/elements/menu_clients.gif);
}

#menu-clients {
	left: 0;
	top: 93px;
	width: 333px;
}

#menu-clients,
#menu-clients a {
	height: 37px;
}

#menu-about:hover,
#menu-about.here {
	background-image: url(/elements/menu_about.gif);
}

#menu-about {
	left: 383px;
	top: 0;
	width: 294px;
}

#menu-about,
#menu-about a {
	height: 83px;
}

#menu-contact:hover,
#menu-contact.here {
	background-image: url(/elements/menu_contact.gif);
}

#menu-contact {
	left: 383px;
	top: 95px;
	width: 181px;
}

#menu-contact,
#menu-contact a {
	height: 31px;
}

#submenu {
	left: 303px;
	margin-top: -44px;
}

#submenu li {
	margin-right: 30px;
}

#content {
	margin-top: 260px;
}

#copyright,
.item {
	background: url(/elements/line.gif) no-repeat;
	clear: left;
}

.item {
	padding: 26px 0 35px;
	width: 979px;
}

.images,
.item,
.text,
.thumbnails,
.thumbnails .image,
#copyright div,
#submenu,
#submenu li {
	float: left;
}

.text,
#copyright div {
	margin-right: 30px;
	width: 273px;
}

.images {
	overflow: hidden;
	padding-top: 10px;
	width: 676px;
}

.new h1,
.new a:hover,
.new .here a {
	color: #E64826;
}

.projects h1,
.projects a:hover,
.projects .here a {
	color: #009235;
}

.clients h1,
.clients a:hover,
.clients .here a {
	color: #2D93AD;
}

.about h1,
.about a:hover,
.about .here a {
	color: #00AAD9;
}

.contact h1,
.contact a:hover,
.contact .here a {
	color: #000000;
}

#copyright {
	font-size: 12px;
	padding: 18px 0 35px;
}

.small {
	cursor: pointer;
	height: 100px;
	width: 160px;
}

.large {
	width: 676px;
	height: 425px;
}

.small,
.thumbnails .large {
	display: none;
}

.thumbnails {
	margin-top: 24px;
	width: 676px;
}

.thumbnails .small {
	display: block;
}

.thumbnails .image {
	margin-left: 12px;
}

.thumbnails .image:first-child {
	margin-left: 0;
}

#logo a,
#menu a {
	outline: none;
}

