body {
	padding: 0;
	height: 100%;
	font: 15px/1.6em "Helvetica Neue", Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 20px;
	background-color: #f9f9f9;
	-webkit-text-size-adjust: none;
}

/* --- typography --- */

.logo:hover {
	border-bottom: none;
}

p {
	color: #888;
	margin-bottom: 10px;
}

h3
 {
	color: #666;
	margin-bottom: 10px;
	}

h3.year
 {
	color: #ccc;
	margin-bottom: 30px;
	clear: both;
	border-top: 1px dotted #e0e0e0;
/*	padding-top: 12px;*/
	font-weight: normal;
	text-align: left;
	display: block;
	position: relative;
	top: 17px;
	font-size: 12px;
}

h3.year span {
	background-color: #f9f9f9;
	position: relative;
	top: -13px;
	padding-right: 8px;
}

a {
	color: #aaa; text-decoration: none;
	}

a:hover {
	border-bottom: 1px solid #68C9EE;
	}

hr {
	border-top: 1px solid #ccc;
	border-bottom-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left-style: none;
	border-right-style: none;
	}

ul {
	color: #888;
	}

li.active a {
	color: #68C9EE;
	}

span.date {
	color: #719399;
	width: 120px;
	display: block;
	float: left;
	margin-right: 20px;
	}

dl {
	color: #888;
	}

dt {
	width: 410px;
	margin-right: 10px;
	float: left;
	}

dd {
	padding-left: 420px;
	margin-bottom: 10px;
	}

div.column.grid_10.space.cv ul {
	list-style-type: square;
	list-style-position: inside;
	color: #aaa;
	margin-bottom: 10px;
}

div.column.grid_10.space.cv p {
	margin-bottom: 0;
}

ul.pub p {
	padding-left: 140px;
	margin-bottom: 0;
}

ul.pub li.even p {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.pub li.even span.date {
	padding-top: 10px;
}

ul.news p {
	padding-left: 140px;
	margin-bottom: 0;
}

ul.news li.even p {
	padding-top: 0px;
	padding-bottom: 10px;
}

ul.werkliste a {
	border-bottom: 1px solid #68C9EE;
	color: #888;
	-webkit-transition: color, 0.3s linear;
	-moz-transition: color, 0.3s linear;
}

ul.werkliste a:hover {
	border-bottom: 1px solid #68C9EE;
	color: #68C9EE;
}

/* --- layout --- */

div.row.nav {
	display: block;
	margin-bottom: 20px;
}

#navbar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 11px;
	padding-bottom: 10px;
	margin-top: 30px;
	float: left;
	display: block;
	position: static;
}

#navbar ul {
    display: block;
	float: left;
}

#navbar ul li {
    float: left;
	width: 130px;
	display: block;
	margin-right: 10px;
	}

#navbar ul li.last {
	margin-right: 0;
	}

li.odd {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f4f4f4;
	border-top: 1px solid #e8e8e8;
	}

li.even {
	padding-top: 10PX;
	padding-bottom: 10PX;
	border-top: 1px solid #e8e8e8;
	}

#gallery li {
	float: left;
	margin-right: 10px;
	font-size: 15px;
	margin-bottom: 17px;
	position: relative;
	height: 130px;
}

#gallery li a {
	display: block;
}

ul#gallery {
	padding-top: 10px;
	float: left;
}

#gallery li a img {
/*	opacity: 0.5;*/
	-webkit-transition: opacity, 0.3s linear;
	-moz-transition: opacity, 0.3s linear;
}

#gallery:hover > li a img {
  opacity: .5;
}

#gallery:hover > li a:hover img {
  opacity: 1;
}


#gallery li a:hover img {
/*	opacity: 1;*/
	}

.gallery_title {
	}

.code {
	margin-right: 10px;
	}

.outline {
	border: 1px solid #efefef;
	}

.location {
	font-weight: normal;
	font-style: normal;
	color: #aaa;
	margin-left: 10px;
	}

#footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 10px;
	position: relative;
}

#footer p {
	display: block;
}

#credit {
	display: inline;
	position: absolute;
	right: 0;
	float: right;
	white-space: nowrap;
}

.img_aktuell {
	margin-right: 6px;
	}

/* --- werkliste --- */

.list1 {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.list2 {
	width: 410px;
	float: left;
	margin-right: 10px;
}

.list3 {
	width: 270px;
	display: inline-block;
	float: left;
}

.project_code {
	font-weight: bold;
}

.project_name {
	font-weight: bold;
}

.light {
	color: #aaa;
}

li.werk_odd {
	background-color: #f4f4f4;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e8e8e8;
	width: 830px;
}

li.werk_even {
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e8e8e8;
	width: 830px;
}

/* --- profile --- */

ul.cv li {
	list-style-type: square;
	list-style-position: inside;
	color: #aaa;
	}

ul.cv {
	margin-bottom: 10px;
	}

p.cv {
	margin-bottom: 0;
	}

div.column.grid_10.space.cv p {
	margin-bottom: 10px;
}

div.column.grid_10.space.cv ul {
	margin-top: -10px;
}

div.column.grid_10.space.cv li {
	padding-left: 15px;
	text-indent: -15px;
}

.space {
	margin-bottom: 50px;
	}

.space_big {
	margin-bottom: 150px;
	}

a.edit-1 img {
	float: right;
	border-bottom-style: none;
}

a.edit-2 img {
	float: right;
	margin-top: -22px;
	border-bottom-style: none;
}

/* --- topup --- */

#top_up img {
	border: 10px solid white;
}

#top_up {
	margin-left: -12px;
}

a.te_close_link {
	position: absolute;
	left: -5px;
}

div.splash {
  position: absolute;
  background-color: #F9F9F9;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

div.splash.hide {
  display: none;
}

img.shuffle {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
  width: 830px;
  height: 830px;
  max-width: 80%;
  max-height: 80%;
}

/*div.row:first-child {
  z-index: 2;
  display: block;
  position: relative;
}*/
