/* Import fonts*/
@font-face {
    font-family: 'BitstreamVeraSansRoman';
    src: url('fonts/Vera-webfont.eot');
    src: url('fonts/Vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vera-webfont.woff') format('woff'),
         url('fonts/Vera-webfont.ttf') format('truetype'),
         url('fonts/Vera-webfont.svg#BitstreamVeraSansRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
***************************
* =general
***************************
*/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html {
	height: 100%;
}

body {
	background: #b3b3b3;
	background: -webkit-linear-gradient(top, #f3f3f3, #b3b3b3);
	background: -moz-linear-gradient(top, #f3f3f3, #b3b3b3);
	background: -o-linear-gradient(top, #f3f3f3, #b3b3b3);
	background: -ms-linear-gradient(top, #f3f3f3, #b3b3b3);
	background: linear-gradient(top, #f3f3f3, #b3b3b3);
	background-attachment: fixed; 
	height: 100%;
	font-family: sans-serif;
	min-height: 100%;
	height: 100%;
}

.floater {
	background: #2991e1;
	width: 1010px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -325px;
	margin-left: -505px;
	z-index: 0;
}

.container {
	height: 650px;
	width: 1010px;
	position: relative;
}

/*
***************************
* =Header
***************************
*/

header {
	overflow: hidden;
}

header h1#logo {
	float: left;
	text-indent: -9999px;
	text-align: center;
	position: absolute;
	left: 305px;
	top: -10px;
}

header h1#logo a {
	float: left;
	background: url('img/logo.png') no-repeat;
	height: 120px;
	width: 600px;
}

.email {
	position: absolute;
	right: 20px;
	top: 110px;
}

.email a {
	font-family: 'BitstreamVeraSansRoman', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
/*
***************************
* =Menu
***************************
*/

.main {
	position: absolute;
	left: 0;
	top: 104px;
	width: 200px;
}

.main ul li {
	background: #bebebe;
	color: #fdfdfd;
}

.main ul li {
	font-family: 'BitstreamVeraSansRoman', sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fdfdfd;
	border-right: 1px solid #bebebe;
}

.main ul li a {
	display: block;
	padding-left: 30px;
	text-decoration: none;
	color: #fdfdfd;
}

.menu {
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 1;
}

.menu ul, .main ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	width: 200px;
	height: 30px;
	background: white;
	font-family: 'BitstreamVeraSansRoman', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

.menu ul li.huidig, .menu ul li.huidig:hover {
	background: #cfcfcf;
}

.menu ul li.huidig a {
	color: black;
}

.menu ul li:hover {
	background: #dfdfdf;
}

.menu ul li a {
	display: block;
	padding-left: 30px;
	color: #666;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

.menu ul li a:hover {
	color: black;
}

/*
***************************
* =Content
***************************
*/

.content-bg {
	background: #f3f3f3;
	background: -webkit-linear-gradient(left, #a6a6a6, #f3f3f3);
	background: -moz-linear-gradient(left, #a6a6a6, #f3f3f3);
	background: -o-linear-gradient(left, #a6a6a6, #f3f3f3);
	background: -ms-linear-gradient(left, #a6a6a6, #f3f3f3);
	background: linear-gradient(left, #a6a6a6, #f3f3f3);
	height: 515px;
	width: 1010px;
	position: absolute;
	top: 135px;
	z-index: 0;
}

.overlay {
	background: rgba(0,0,0, 0.5);
	position: absolute;
	top: 0;
	height: 515px;
	width: 1010px;
	z-index: 10;
}

.content-text, .content-models {
	background: rgba(255, 255, 255, 0.75);
	width: 645px;
	max-height: 440px;
	position: absolute;
	left: 365px;
	top: 150px;
	margin-top: 1em;
	padding: 25px;
	overflow: auto;
}

/* Firefox min-height border-box fix */
@-moz-document url-prefix() { 
  .content-text {
     height: 440px;
  }
}

/*
***************************
* =Gallery
***************************
*/

/*.gallery {
	visibility: hidden;
}*/

.gallery {
	font-family: 'BitstreamVeraSansRoman', sans-serif;
	position: absolute;
	bottom: 13px;
	padding-left: 30px;
	padding-top: 5px;
	z-index: 0;
	width: 200px;
	border-top: 2px solid white;
}

.gallery p {
	font-size: 10px;
	color: white;
	font-weight: bold;
	word-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.gallery p:hover {
	cursor: pointer;
}

/*
***************************
* =Footer
***************************
*/

.footer {
/*	background: rgba(0, 0, 0, 0.5);*/
	position: absolute;
	bottom: 13px;
	right: 0;
	z-index: 0;
	width: 645px;
	padding-top: 5px;
	margin-bottom: 2px;
	border-top: 2px solid white;
}

.footer p {
	font-family: 'BitstreamVeraSansRoman', sans-serif;
	font-size: 10px;
	padding-left: 30px;
	margin: 0;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

/*
***************************
* =Misc.
***************************
*/

/*
***************************
* =Typography
***************************
*/

.content-text h3 {
	font-family: 'BitstreamVeraSansRoman', sans-serif;
	font-size: 16px;
	margin-top: 13px;
	margin-bottom: 13px;
	color: #0e0e0e;
}

.content-text h4 {
	font-size: 15px;
}

p {
	font-size: 13px;
	color: #1a1a1a;
}

ul {
	font-size: 13px;
}

/*
***************************
* =Projects
***************************
*/

.projects {
	background: url('img/projects/bg.jpg') no-repeat;
	height: 515px;
	width: 1010px;
	z-index: 0;
}

.projects a {
	font-family: 'BitstreamVeraSansRoman', sans-serif;
	font-size: 18px;
	background: rgba(0,0,0,.3);
	border-radius: 5px;
	color: #f3f3f3;
	padding: 4px 10px;
	letter-spacing: 1px;
	min-width: 100px;
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.1s, background 0.3s;
	-moz-transition: -moz-transform 0.1s, background 0.3s;
	-o-transition: -o-transform 0.1s, background 0.3s;
	-ms-transition: -ms-transform 0.1s, background 0.3s;
	transition: transform 0.1s, background 0.3s;
}

.projects a.icon {
	background: none;
}

.projects a.icon img {
	width: 100px;
}

.projects .project:hover a.link {
	background: rgba(0,0,0,.8);
	text-shadow: 0 1px 0 #3e3e3e;
}

/* Positioning different projects*/

.project {
	margin: 0 auto;
}

.project a.icon img {
	margin: 0 auto 8px;	
}

.project1 {
	position: absolute;
	top: 155px;
	left: 50px;
	width: 107px;
}

.project1 a.link {
	position: absolute;
	left:5px;
}

.project2 {
	position: absolute;
	top: 235px;
	left: 180px;
	width: 118px;
}

.project3 {
	position: absolute;
	top: 155px;
	left: 310px;
	width: 124px;
}

.project4 {
	position: absolute;
	top: 235px;
	left: 440px;
	width: 154px;
}

.project4 a.link {
	position: absolute;
	top: 108px;
	right: 17px;
}

.project5 {
	position: absolute;
	top: 155px;
	left: 570px;
	width: 118px;
}

.project6 {
	position: absolute;
	top: 235px;
	left: 700px;
	width: 117px;
}

.project7 {
	position: absolute;
	top: 155px;
	left: 830px;
	width: 131px;
}

.project7 a.link {
	position: absolute;
	top: 108px;
	right: 4px;
}

/* Positioning software icons */

.projects ul {
	padding-left: 60px;
	position: absolute;
	top: 405px;
}

.projects ul li {
	display: inline;
	padding-right: 20px;
}

.projects ul li a,
.projects ul li a:hover {
	background: none;
}

.projects ul img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.1s;
	-moz-transition: -moz-transform 0.1s;
	-o-transition: -o-transform 0.1s;
	-ms-transition: -ms-transform 0.1s;
	transition: transform 0.1s;
}

.projects ul img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*

/*
***************************
* =Software
***************************
*/

.program:first-child {
	margin-top: 0;
}

.program {
	margin-bottom: 30px;
}

img.program {
	float: left;
	margin-right: 60px;
}

p.program {
	float:right;
	width: 338px;
}

p.program.img180 {
	margin-top: 80px;
}

.clear {
	clear: both;
}