html {
	height: 100%;
	width: 100%;
	
}
body {
	min-height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #333333;
	overflow: visible !important;
	overflow-x: hidden !important;
}
img {
	border-width: 0px;
}
a {	
	color: #6ed4ff;
	text-decoration: none;	
}
a:hover {	
	color: #ffffff;
}



/* ---------- START ---------- */
.projects {
	position: relative;
	padding: 15px;
}
.projectsProject {
	position: relative;
	float: left;
	width: 160px;
	height: 240px;
	margin: 1px;
	border-width: 4px;
	border-style: solid;
	border-color: #555555;
	z-index: 1;
}
.projectsProjectImage {
	position: relative;
	z-index: 1;
}
.projectsProjectTitle {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	font-size: 22px;
	line-height: 18px;
	letter-spacing: -1px;
	z-index: 2;
}
a .projectsProjectTitle {	
	color: #ffffff;
	font-style: normal !important;
}
a:hover .projectsProjectTitle {	
	color: #ffffff;
}
.projectsProjectRollover {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 240px;
}
a:hover .projectsProjectRollover {
	background: url(pix/black15.png);
}
.flashMessage {
	padding: 25px;
	font-size: 12px;
	color: #666666;
}
.mail {
	position: relative;
	top: 30px;
	width: 100%;
	height: 150px;
	clear: both;
	margin: 20px;
}



/* ---------- PROJECT ---------- */
.project {
	position: relative;
	z-index: 11;
	margin: auto;
	padding: 25px;
	min-height: 100%;
	max-width: 1263px;
	text-align: center;	
}
.projectHeadlines {
	text-align: left;
	width: 420px;
	margin-bottom: -5px;
	margin-right: 1px;
	display: inline-block;
}
.projectImages {
	display: inline-block;
	line-height: 0px;
}
.projectImages img {
	margin-bottom: 1px;
	margin-right: 1px;	
}
.projectDescription {
	text-align: left;
	width: 420px;
	margin-top: 10px;
	margin-right: 1px;
	display: inline-block; 
}
.projectSpacer {
	margin-bottom: 1px !important;
	margin-right: 1px !important;
}
.projectClose {
	text-align: left;
	font-size: 14px !important;
	margin-bottom: 2px;
	margin-top: 5px;
	margin-right: 1px;
	width: 420px;
	display: inline-block;
}
.projectClose img {
	padding-right: 10px;
	float: left;
	margin-top: -5px;
	margin-left: -1px;
}
.projectClose a .txt {
	color: #ffffff;
	line-height: 14px;	
}
.projectClose a:hover .txt {
	color: #cccccc;
}




/* ---------- VITA ---------- */
.vita {
	position: relative;	
	z-index: 11;
	margin: auto;
	padding: 25px;
	width: 420px;
	min-height: 100%;
	color: #ffffff;	
}
.vitaClose {
	position: relative;
	z-index: 20;
	font-size: 14px !important;
	left: 0px;
	margin-bottom: 40px;
	margin-top: 5px;
	width: 420px;
}
.vitaClose img {
	padding-right: 10px;
	float: left;
	margin-top: -5px;
	margin-left: -1px;
}
.vitaClose a .txt {
	color: #ffffff;
	line-height: 14px;	
}
.vitaClose a:hover .txt {
	color: #cccccc;
}




/* ---------- BACK ---------- */
.projectsInTheBack {
	position: fixed;
	width: 100%;
}
.black {
	background: url(pix/black70.png);
	position: absolute;
	z-index: 10;
	top: 0px;
	left:0px;
	min-height: 100%;
	width: 100%;	
}




/* ---------- FONT STYLES ---------- */
.normalText {
	font-size: 14px;
	line-height: 14px;	
}
/* CV */
.headline {
	font-size: 24px;
	line-height: 20px;
	letter-spacing: -1px;	
}
.date {
	font-size: 12px;
	line-height: 14px;	
}
.big {
	font-size: 36px;
	line-height: 26px;
	letter-spacing: -2px;		
}
.star {
	font-size: 72px;
	font-weight: bold;
	padding-top: 35px;	
	margin-bottom: -20px;	
}
.name {
	font-size: 24px;
	line-height: 20px;
	letter-spacing: -1px;	
}
/* projects */
h1 {
	font-size: 48px;
	line-height: 40px;	
	letter-spacing: -3px;
	font-weight: normal;
}
h2 {
	font-size: 40px;
	line-height: 34px;	
	letter-spacing: -2px;
	margin-top: -32px;
	font-weight: normal;
}
h3 {
	font-size: 32px;
	line-height: 28px;	
	letter-spacing: -2px;
	margin-top: -34px;
	font-weight: normal;
}

h4 {
	font-size: 24px;
	line-height: 21px;	
	letter-spacing: -1px;
	margin-top: -34px;
	font-weight: normal;
}
.credits {
	font-size: 12px;
	line-height: 12px;
}
	
	







