@charset "UTF-8";

html,body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:11px;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

#logo span {
	width: 150px;
	height: 36px;
	display: block;
	overflow: hidden;
	background:transparent url(../img/kai-fischer-logo.png) 0 0 no-repeat;
	/*-webkit-transition: all .3s ease-in;*/

}

#logo:hover span {
	background-position:0 -36px;
	/*-webkit-transition: all .3s ease-in;*/
}

#page_wrapper {
	margin: 40px 0 0 40px;
	position: relative;
}

#left_site_wrapper {
	float: left;
	width: 200px;
	padding: 0 10px;
	height: 100%;
	position: fixed;
	z-index: 2;
	background-color: #FFF;
}

#right_site_wrapper {
	position: absolute;
	z-index: 1;
	left: 220px;
	top:83px;
}

#right_block {
	position: fixed;
	top:0;
	right: 0;
	height: 100%;
	width: 40px;
	background-color: #FFF;
	z-index: 2;
}

/* HEADER */

#header { }

#header h1 {
	font-size: 22px;
}

#header h1 a {
	color: #000;
}

/* NAVIGATION */

#nav {
	margin-top: 40px;
}

#nav li {
	padding: 1px 0;
	letter-spacing: 2px;
	text-transform: lowercase;
}

#nav li.active {
	font-weight: bold;
}

#nav li.seperator {
	padding-top: 15px;
}

#nav li a {
	color: #000;
}

#nav li a:hover:after, #nav li.active a:after {
	content: ' »'; /* → */
}

#nav .info {
	/* margin-top: 15px; */
}

/* ARTICLE */

#article { }

#article h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

#article .content { }

/* SLIDESHOW */

#slide {
	white-space:nowrap;
}

#slide img {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}

.desc {
	position: fixed;
	top:590px;
	width: 500px;
	letter-spacing: 2px;
}