body {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 100.1%;
	text-align: center;
}
a:link img, a:hover img, a:visited img, a:active img{
	border: none;
}
#container {
	font-size: 1em;
	width: 800px;
	height: 600px;
	position: relative;
	margin: 0 auto;
}
#header{
	width: 800px;
	height: 100px;
}
#line1{
	position: relative;
	margin-bottom: 20px;
}
#content{
	position: relative;
	width: 800px;
	height: 500px;
}
#line2{
	float: left;
	margin-bottom: 20px;
}
.line{
	height: 1px;
	width: 800px;
	background-color: #333333;
}

// HEADER DIV
#header{
	position: absolute;
	width: 800px;
	height: 200px;
	border: solid 0px black;
}
#mailLink, #headerTitel{
	position: absolute;
	top: 80px;
	font-size: 0.80em;
	color: #333333;
}
#mailLink{
	right: 0px;
}
#headerTitel{
	left: 0px;
}
#headercontent {
	position: absolute;
	width: 200px;
	background-color: red;
}
#logo{
}
#title {
	color: #333333;
}

#subtitle{
	color: #666666;
	text-align: right;
	border: solid 0px black;
}
#mailLogo{
	left: 230px;
	top: 5px;
	border: solid 0px black;
}

// CONTENT DIV
#itemWrapper{
	float: left;
}
.portfolioItem{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.portfolioLink {
	text-align: center;
	font-size: 0.60em;
}
a {
	color: #333333;
	text-decoration: none;
}
#formheader{
	text-align: left;
	font-weight: bold;
}
#emailform {
	text-align: right;
	position: relative;
	left: 250px;
	width: 300px;
	font-size: 0.80em;
}
#emailform .field{
	width: 295px;
}
#emailform textarea{
	width: 300px;
	height: 200px;
}
#comment{
 float: left
 margin-top: 70px;
 color: #333333;
 font-size: 0.80em;
 width: 800px;
}
#comment a{
	font-weight: bold;
}
// CAKE-PHP DIV
.cake-sql-log{
	position: absolute;
	top: 600px;
}
.clear {
	clear: both
}
