/* ALLGEMEIN */

html {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 0.8em;
	margin: 0; padding: 0;
}

body {
	padding: 0;
	margin: 0;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #51c611;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

a img {
	border: none;
}

ul {
	padding-left: 22px;
}

ul li {
	margin-bottom: .8em;
}

/* CONTAINER */

#content {
	width: 600px;
	margin: 10em auto;
	padding-bottom: 4em;
}

#content h1 {
	font-size: 4em;
}

#content h3 {
	padding-bottom: 5px;
	border-bottom: 18px solid black;
	margin-bottom: 10px;
}

#content h3 a:hover {
	background-color: transparent;
}

#content h4 {
	font-size: 1em;
	margin-top: .5em;
}

#content .section {
	margin-top: 0em;
	margin-bottom: 4em;
}

#title h1 {
	height:  55px;
}

#navigation {
	height: 4em;
	font-weight: bold;
	margin-top: 2.6em;
	float: right;
	width:  35em;
	text-align: right;
}

#banner {
	height: 345px;
	margin-bottom: 10px;
	border-top: 18px solid black;
	border-bottom: 50px solid black;
	position: relative;
}

#banner img {
	position: absolute;
	z-index: 1;
}

#banner #logos {
	position: absolute;
	top: 325px;
	z-index: 3;
}

#banner * {
	margin-bottom: -3px;
}

#footer {
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	color: #aaa;
	font-size: .8em;
	background-color: black;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: black;
}

#news li p {
	margin: 0.25em 0 0.5em 0;
}

#news li {
	margin-bottom: 3em;
}

#news li .readmore {
	float: right;
}

/* SCREENSHOTS */

#standstill {
	overflow: hidden;
}

#standstill a {
	margin-right: 2px;
}

/* TO REMOVE */
#screenshots {
	overflow: hidden;
}
/* TO REMOVE */
#screenshots a {
	margin-right: 2px;
}
/* TO REMOVE */

/* VIDEO */

#motion {
}

#selectvideo {
	margin-top: .5em;
	/*border: 1px solid red;*/
}

/* NEWSLETTER */

#subscribe {
	color: white;
	padding: 30px;
	width: 450px;
	background-color: black;
}

#subscribe a {
	color: white;
}