/* @group general */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.8;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	font-weight: normal;
	line-height: 1;
	color: #000;
	margin-bottom: 1em;
}
h1 {
	font-family: "Times New Roman", serif;
	font-size: 19px;
	margin-bottom: 27px;
}
h1.small {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 27px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0 0 1.8em 0;
}

a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
}
a:focus {
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
	a img {
		border: none;
	}

ul, ol, dl {
	margin: 1.8em 0;
	padding: 0;
}
dd {
	margin: 0 1.8em;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
}
/* @end */

/* @group layout */
#wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
	background: url('../img/header.png') no-repeat center 130px;
}

#start {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 260px;
	margin: -150px 0 0 -300px;
	background: url('../img/start.png') no-repeat;
}
	#start #branding {
		position: absolute;
		top: 205px;
		left: 217px;
		font-family: "Times New Roman", serif;
		font-size: 24px;
		line-height: 1;
	}
		#start #branding a:hover {
			text-decoration: none;
			color: rgb(198,196,173);
			border-width: 0;
		}

#navigation {
	position: fixed;
	z-index: 100;
	margin: 0;
	padding: 60px 0 50px 0;
	list-style: none;
	top: 0;
	background-color: #fff;
	text-transform: lowercase;
	font-family: "Times New Roman", serif;
	font-size: 19px;
	line-height: 1;
}
	#navigation li {
		margin: 0 96px 0 0;
		padding: 0;
		display: inline;
	}
	#navigation li#home {
		margin: 0;
		float: left;
		width: 120px;
	}
		#navigation li a {
			color: #000;
		}
		#navigation li.active a {
			color: rgb(198,196,173);
		}
		#navigation li a:hover {
			color: rgb(198,196,173);
			border-bottom: 1px solid rgb(198,196,173);
			text-decoration: none;
		}
		#navigation li.admin a {
			color: #ccc;
			border-color: #ccc;
		}

#nav_projects {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: -48px;
}
	#nav_projects li {
		margin: 0;
		padding: 0;
	}

#content {
	margin: 0 0 0 95px;
	padding: 32px 0 16px 24px;
	border-left: 1px solid rgb(198,196,173);
	position: relative;
	top: 268px;
}

.entry { 
	clear: both;
	margin-bottom: 64px;
}

.pagination {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
	.pagination li {
		display: inline;
	}
	.pagination li.prev {
	}
	.pagination li.next {
	}
		.pagination li a {
			padding: 0 4px;
			display: inline-block;
		}
		.pagination li.selected a {
			text-decoration: underline;
			cursor: default;
		}
		.pagination li.disabled a {
			color: #999;
			cursor: default;
			text-decoration: none;
		}

#language-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: fixed;
	bottom: 32px;
	font-family: "Times New Roman", serif;
	font-size: 19px;
	line-height: 1;
}
	#language-menu span {
		color: rgb(198,196,173);
	}

/* @end */

/* @group content */
.entry {
	
}
	.entry h2 {
	}
		.entry h2 a {
			color: #444;
		}
	.entry .date {
		color: rgb(198,199,200);
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 16px;
	}
	.entry .body {
		width: 650px;
		margin-bottom: 3.6em;
	}
	.entry .assets {
		margin-bottom: 3.6em;
	}
	.entry .images {
		margin-bottom: 0;
	}
	.entry ul {
		list-style: none;
	}
		.entry ul li {
			padding-left: 16px;
		}
		.assets ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.assets ul li {
				margin: 0;
				padding: 0;
			}
		.documents ul {
			overflow: hidden;
			list-style: none;
		}
			.documents ul li {
				float: left;
				margin: 0 16px 16px 0;
			}
				.documents ul li a {
					padding: 0 2px;
					display: block;
					color: #fff;
					background-color: rgb(198,196,173);
				}
				.documents ul li a:hover {
					color: #000;
					text-decoration: none;
				}
		.images ul {
			overflow: hidden;
			list-style: none;
		}
			.images ul li {
				background-image: none;
				float: left;
				margin: 0 40px 40px 0;
			}
			.images ul li.last {
				margin-right: 0;
			}
				.images ul li a {
					display: block;
				}
					.images ul li a img {
						display: block;
					}
		.audios ul {
			list-style: none;
		}
			.audios ul li {
				background-image: none;
			}
				.audios ul li a {
					display: block;
				}
				.audios ul li .body, .audios .body {
					margin-bottom: 0;
				}
		.videos ul {
			list-style: none;
		}
			.videos ul li {
				background-image: none;
				margin-bottom: 1em;
			}
				.videos ul li a {
					display: block;
				}
				.videos ul li .body {
					margin-bottom: 0;
				}

ul.projects {
	margin-left: 24px;
	padding-left: 24px;
	border-left: 1px solid rgb(198,196,173);
}
	ul.projects li {
		padding-left: 0;
		line-height: 1;
		margin-bottom: 8px;
	}

#page_cv .entry .body {
	width: 600px;
	margin-left: 24px;
	padding-left: 24px;
	border-left: 1px solid rgb(198,196,173);
}

#page_aktuelles #content {
	padding-top: 0;
}

#page_audio h1 {
	margin-bottom: 0;
}

.news {
	margin-bottom: 32px;
	padding-bottom: 64px;
	background: url('../img/separator.png') repeat-x left bottom;
}
	p.teaser {
		margin: 0;
	}
		p.teaser img {
			display: block;
		}

.category {
	margin-bottom: 32px;
	padding-bottom: 64px;
	background: url('../img/separator.png') repeat-x left bottom;
}
	.category .categories {
		overflow: hidden;
	}
		.category .categories li {
			padding: 0;
			float: left;
			width: 400px;
			margin-right: 15px;
		}
			.category .categories li a:hover {
				text-decoration: none;
				color: #fff;
				background-color: rgb(198,196,173);
			}

#page_kontakt {
	background: #fff url('../img/kontakt.png') no-repeat center bottom;
}

.js .body hr {
	display: none;
}
.body .toggle {
	text-decoration: none;
	padding: 2px;
	color: #fff;
	background-color: rgb(198,196,173);
}
/* @end */

/* @group audio player */
#control-template {
	display: none;
}
.entry .button {
	position: relative;
	padding: 0;
	background: url('../img/player.png') repeat-x center left;
}
	.button .sm2_link {
		display: block;
		padding: 0 7em 0 48px;
		min-height: 36px;
		text-decoration: none;
		background: url('../img/icons/play.png') no-repeat -24px center;
		text-indent: -999em;
		overflow: hidden;
	}
	.button.sm2_playing .sm2_link {
		background-image: url('../img/icons/pause.png');
	}
		.player {
			height: 32px;
			position: absolute;
			width: 782px;
			right: 0;
			bottom: -2px;
		}
			.player .statusbar {
				height: 32px;
				position: absolute;
				width: 100%;
				left: 0;
				bottom: 0;
				display: none;
				cursor:ew-resize;
				cursor:-moz-grab;
				cursor:grab;
			}
				.player .statusbar div {
					position: absolute;
					height: 32px;
				}
				.player .statusbar .loading {
					
				}
				.player .statusbar .position {
					background: url('../img/position.png') no-repeat right top;
				}
			.sm2_playing .player .statusbar, .sm2_paused .player .statusbar {
				display: block;
			}
				.sm2_playing .player .statusbar .loading {
				}
				.sm2_playing .player .statusbar .position {
				}
			.player .timing {
				position: absolute;
				right: 0;
				bottom: -4px;
				color: rgb(198,196,173);
				display: none;
			}
			.sm2_playing .player .timing, .sm2_paused .player .timing {
				display: block;
			}
				.sm2_paused .player .timing .sm2_position {
					text-decoration: blink;
				}
/* @end */


