body, div {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fcfcfc;
	min-height: 100%;
}
div {
	position: relative;
}
body, div, p, table, a, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #4A484E;
}



/* GENERAL CLASSES */

.grey {
	color: #999999;
}
.darkgrey {
	color: #4A484E;
}
.green {
	color: #b2db09;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
}
h1 {
	margin-bottom: 10px;
	font-size: 48px;
	color: #b2db09;
}
h2 {
	margin-bottom: 20px;
	font-size: 30px;
	border-bottom: dotted 1px #4A484E;
}
h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #999999;
}
h4 {
	margin-bottom: -15px;
	font-size: 20px;
}
a {
	color: #b1db07;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type=text], textarea {
	width: 100%;
	border: dotted 1px #4A484E;
}
textarea {
	height: 250px;
}
table {
	width: 100%;
	border-collapse: collapse; 
}
table td {
	padding: 3px;
}
.hidden {
	display: none;
}


/* MAIN AREAS */

div.area {
	
}
div.inlay {
	left: 50%;
	margin-left: -540px;
	width: 1080px;
}
div.area.hea {
	
}
div.area.hea div.inlay {
	height: 340px;
	background-image: URL('../img/layout/header.png');
	background-repeat: no-repeat;
	background-position: top;
}
div.area.slo {
	background-color: #4A484E;
	background-image: URL('../img/layout/slogan_background.jpg');
	background-repeat: repeat-x;
}
div.area.slo div.inlay {
	text-align: center;
	font-size: 24px;
	line-height: 55px;
	color: #ffffff;
}
div.area.nav {
	margin-top: 10px;
	background-image: URL('../img/layout/shadow_line.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
div.area.nav div.inlay {
	height: 120px;
}
div.area.con {
	margin-top: 30px;
}
div.area.con div.inlay {
	
}
div.area.foo {
	margin-top: 30px;
	background-image: URL('../img/layout/shadow_line.png');
	background-repeat: repeat-x;
	background-position: top;
}
div.area.foo div.inlay {
	padding-top: 29px;
	line-height: 40px;
	font-size: 11px;
	text-align: center;
	color: #999999;
}



/* Special Divs */

div.navigation {
	
}
div.navigation div.navigation_item {
	height: 120px;
	cursor: pointer;
}
div.navigation div.navigation_item div.h {
	margin-top: 25px;
	line-height: normal;
	font-size: 28px;
}
div.navigation div.navigation_item:hover div.h, div.navigation div.navigation_item.active div.h {
	color: #B1DB07;
}
div.navigation div.navigation_item div.p {
	margin-top: 5px;
	line-height: normal;
	color: #999999;
}

div.project  {
	margin-bottom: 50px;
}
div.project div.images {
	text-align: center;
}
div.project div.images a.galleryImage img {
	margin-left: 3px;
	margin-right: 3px;
}
div.project div.images a.galleryImage img {
	padding: 3px;
	border: solid 1px #999999;
}
div.project div.images a:hover img {
	border-color: #b2db09;
}
div.project div.links {
	padding: 5px 0px;
	border-top: dotted 1px #4A484E;
	border-bottom: dotted 1px #4A484E;
}
div.project div.links a.box {
	margin: 0px 4px;
	padding: 4px 7px;
	line-height: 38px;
	text-decoration: none;
	color: #ffffff;
	background-color: #4A484E;
}
div.project div.links a.box.first {
	margin-left: 0px;
}
div.project div.links a.box:hover {
	background-color: #b2db09;
}

div.person {
	clear: both;
}
div.person img {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	padding: 3px;
	border: solid 1px #999999;
}


div#content_home {
	background-image: URL('../img/content/home.png');
	height: 100px;
}