.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/* MISC */

#headerCenterBox,
#contentCenterBox,
#footerCenterBox {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}



a.content, a.content:link, a.content:hover, a.content:visited {
	color: #069;
	text-decoration: none;
	border-bottom: 1px #069 dashed;
}

a.content:hover {
	color: #fff;
	border-bottom: 1px #fff dashed;
	background-color: none;
}

h2 {
	width: 78px;
	height: 49px;
	margin: -18px 0 25px -10px;
	text-indent: 78px;
	overflow: hidden;
	white-space: nowrap;
}

h2.about {
	background: url("../images/headlineAbout.png") no-repeat;
}

h2.skills {
	margin-left: -12px;
	background: url("../images/headlineSkills.png") no-repeat;
}

h2.work {
	margin-left: -13px;
	background: url("../images/headlineWork.png") no-repeat;
}





/* HEADER */

#headerCenterBox {
	width: 960px;
	margin-left: -480px;
	height: 310px;
}

#header {
	position: relative;
	background: url("../images/backgroundTop.png") repeat-x;
}

#header .logo {
	position: absolute;
	width: 528px;
	height: 63px;
	text-indent: 528px;
	overflow: hidden;
	white-space: nowrap;
	top: 100px;
	left: 49px;
	background: url("../images/headlineNameBlue.png") no-repeat;
}

#header .profilePicture {
	position: absolute;
	width: 117px;
	height: 128px;
	top: 187px;
	right: 289px;
	background: url("../images/profilePic.png") no-repeat;
}

#header .headlineText {
	position: absolute;
	width: 455px;
	height: 70px;
	top: 208px;
	left: 50px;
	color: #666;
	line-height: 1.5em;
}

#header #ichatButton {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 64px;
	white-space: nowrap;
	top: 90px;
	right: 2px;
	width: 252px;
	height: 58px;
	background: url("../images/ichatButton.png") no-repeat;
}

#header .creatures {
	position: absolute;
	width: 138px;
	height: 170px;
	bottom: 0;
	right: 110px;
	background: url("../images/creatures.png") no-repeat;
}

/* CONTENT */

#contentCenterBox {
	width: 960px;
	margin-left: -480px;
	height: 335px;
	background-color: #6cf;
}

#content {
	position: relative;
	overflow: hidden;
}

#content .threeColumns .column {
	width: 239px;
	height: 258px;
	float: left;
	margin: 0 0 0 45px;
	padding-top: 50px;
	line-height: 1.4em;
	color: #fff;
	background: url("../images/dottedArrow.png") no-repeat 100% 28px;
}

#content .threeColumns .columnFirst {
	margin-left: 50px;
}

* html #content .threeColumns .columnFirst {
	margin-left: 25px;
}

#content .threeColumns .columnLast {
	width: 292px;
	margin-right: 50px;
	background: none;
}

#content #galleryButtonPrev {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 43px;
	white-space: nowrap;
	top: 15px;
	right: 100px;
	width: 133px;
	height: 96px;
	background: url("../images/buttonPrev.png") no-repeat;
}

#content #galleryButtonNext {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 39px;
	white-space: nowrap;
	top: 34px;
	right: 50px;
	width: 39px;
	height: 43px;
	background: url("../images/buttonNext.png") no-repeat;
}

/* FOOTER */

#footerCenterBox {
	width: 960px;
	margin-left: -480px;
	height: 12px;
}

#footerCenterBox a {
	text-decoration: none;
}

#footer {
	position: relative;
}

#footer .copyright {
	position: absolute;
	margin: 50px 0 0 0;
	width: 99px;
	height: 12px;
	text-indent: 99px;
	overflow: hidden;
	white-space: nowrap;
	top: 0;
	left: 50px;
	background: url("../images/copyright2008.png") no-repeat;
}

#gallery {
	position: relative;
}

#gallery .galleryCollection {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 322px;
	height: 258px;
	overflow: hidden;
}
#gallery .galleryCollection img {
	float: left;
	margin: 5px 20px 10px 0px;
}

#imprintHeadline {
	width: 78px;
	height: 49px;
	margin-bottom: 20px;
	text-indent: 78px;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/headlineImprint.png") no-repeat;
}

.hiddenBox {
	width: 460px;
	height: 439px;
	position: absolute;
	top: -463px;
	left: 50px;
	background: #fff;
	display: none;
	padding: 110px 0 0 60px;
	z-index: 100;
	color: #333;
	line-height: 15px;
	overflow: visible;
	background: url("../images/imprintBox.png") no-repeat;
}

a:hover .hiddenBox,
a:focus .hiddenBox {
	display: block;
	text-decoration: none;
}
