* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font: 16px "helvetica neue", arial, sans-serif;
	background: #fff;
}

#screen {
	margin: 50px 0;
	background: #fff url(blue-strip.png) repeat-x center center;
}

#content {
	width: 800px;
	margin: 0 auto;
}

#phone {
	width: 219px;
	height: 419px;
	background: transparent url(phone.png) no-repeat;
	padding: 51px 0 0 23px;
	float: left;
}

/*
#content,
#phone,
#right-content,
#slide-view,
#navigation-container,
.slide {
	background: rgba(255, 0, 0, 0.2);
}
*/

#right-content {
	margin-left: 20px;
	float: left;
}

#right-content,
#slide-view,
.slide,
#masthead {
	width: 538px;
}

#slide-view {
	overflow: hidden;
	height: 380px;
}

#slides {
	position: relative;
}

.slide {
	height: 380px;
	float: left;
}

#masthead {
	height: 110px;
	margin-top: 50px;
	float: left;
}

#index #masthead h1 {
	width: 291px;
	height: 72px;
}

#masthead h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent url(qwerted.png) no-repeat;
}

#masthead h1,
#twitter {
	float: left;
}

#twitter {
	margin-left: 50px;
}

#footer {
	font-size: 12px;
	padding: 20px 0 0;
	clear: left;
}

#footer,
#footer a {
	color: #999;
}

#text {
	color: #fff;
	clear: left;
	width: 500px;
	padding: 10px 0;
	font-size: 22px;
}

#text p {
	margin-bottom: 1em;
}

ul#navigation {
	list-style: none;
}

#navigation a {
	display: block;
	width: 10px;
	height: 10px;

	text-decoration: none;
	text-indent: -9999px;

	background: transparent url(nav-inactive.png) no-repeat 0 0;
}

#navigation li {
	float: left;
}

#navigation a.active {
	background-image: url(nav-active.png);
}

#navigation li+li {
	margin-left: 5px;
}

#impressum #text {
	font-size: 16px;
}

#text a {
	color: #fff;
}

#footer a.active {
	color: #39B0E1;
}

#navigation-container {
	float: left;
	position: relative;
	left: 50%;
}

#navigation {
	position: relative;
	left: -50%;
}

#masthead {
	color: #39B0E1;
}

#features #masthead p {
	clear: left;
	font-size: 120%;
}

#author p,
#features dl {
	color: #fff;
	margin-bottom: 1em;
}

#author h3,
#features dt {
	color: #fff;

	font-weight: bold;
	font-size: 100%;

	margin-bottom: 1em;
}

#author a,
#features a {
	color: #fff;
}

#author #masthead,
#features #masthead {
	margin-bottom: 10px;
}
