* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-size: 10px;
}
	
#line {
	position: absolute;
	left: 50%;
	top: 15%; /* (100% - 70%) / 2 */
	width: 2px;
	height: 70%;
	background-color: #1955af;
}
	#line #top {
		position: absolute;
		top: 0px;
		width: 2px;
		height: 241px;
		background-image: url(img/line_top.png);
	}
	#line #bottom {
		position: absolute;
		bottom: 0px;
		width: 2px;
		height: 241px;
		background-image: url(img/line_bottom.png);
	}


#name {
	position: absolute;
	top: 24%; /* (100% - 52%) / 2 */
	right: 51%;
	height: 52%;
	text-align: right;
}

h1, h2 {
	font-family: Georgia, "Times new roman", sans;
	font-weight: normal;
}
h1 { /* last name */
	font-size: 8.5em;
}
h2 {
	font-size: 7.2em;
}
  
h4 { /* imprint */
	margin-top: 6em;
}
h4, #name p {
	font-family: "Trebuchet MS", sans;
	font-size: 2em;
	font-weight: bold;
}
#name p {
	font-weight: normal;
}
#name p.copyright-notes {
   margin-top: 0.5em;
   font-size: 1.5em;
}


#projects {
	position: absolute;
	top: 24%; /* like #name */
	left: 51%;
	height: 35%;
}
#projects a {
	display: block;
	width: 320px;
	height: 50px;
	background-color: #c5d4eb;
	color: #1955af;
	padding: 10px;
	text-decoration: none;
	margin: 20px 0px;
}
#projects img {
	float: left;
	width: 50px;
	height: 50px;
	border: none;
	margin-right: 10px;
}
#projects strong {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 2.4em;
}
#projects em {
	display: block;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
}
#projects a:hover {
	background-color: #abc1e2;
}


#projects a.highlighted {
    border: 2px solid #1955AF;
    padding: 8px;
}
#projects a.not-highlighted {
    opacity: .3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
