body {
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	width: 900px;
    margin: 0 auto;
    padding: 10px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	/*color:#DE0648;*/
	color:#999;
	font-family: 'Exo', serif;
	margin: 40px 0 0 0;
	padding-left: 30px;
	background-image:url(../images/ico-ta.png);
	background-repeat:no-repeat;
	background-position:left;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	color:#999;
	font-family: 'Exo', serif;
	margin: 40px 0 0 0;
		padding-left: 30px;
	background-image:url(../images/ico-ta.png);
	background-repeat:no-repeat;
	background-position:left;
}
h3 {
	font-size: 20px;
	line-height: 22px;
	color:#999;
	font-family: 'Exo', serif;
	margin: 0;
	padding: 0;
}
.red {
	color:#D61212;
}
.orange {
	color:#FF6600;
}
.yellow {
	color:#FBB007;
}
.green {
	color:#009C36;
}
.blue {
	color:#0089CD;
}
.violett {
	color:#5C30A0;
}
.maintext {
	font-size: 16px;
	line-height: 20px;
	color:#FFFFFF;
	font-family: 'Exo', sans-serif;
}
.maintext a{
	color:#FFFFFF;
	text-decoration:none;
}
.maintext a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
	
.logo {
	width:800px;
	height:80px;
	margin: 0 0 20px 0;
}
.kickstarter-wrapper {
	width:900px;
	height:140px;
	margin: 20px 0;
	background-image:url(../images/bg-kick.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.kick-monitor {
	width:240px;
	height:140px;
	float:left;
}
.kickstarter-button {
	display:block;
	float:left;
	margin:27px 0 0 40px;
	background-image:url(../images/button01.png);
	width:355px;
	height:85px;
}
.kickstarter-button:hover {
	background-image:url(../images/button01.png);
	background-position: 0 85px;
}
.products {
	width:900px;
	height:280px;
	margin: 40px 0;
}
.products-long {
	width:900px;
	height:auto;
	margin: 40px 0;
}

.products-ico {
	float:left;
	width:100px;
	margin:0 10px 0 0;
}
.products-text {
	float:left;
	width:190px;
	margin:0 20px 0 0;
}
.products-text-long {
	float:left;
	width:290px;
	margin:0 20px 0 0;
}
.products-pic-1 {
	float:left;
	width:280px;
}
.products-pic-2 {
	float:left;
	width:280px;
	margin-left:20px;
}
.products p {
	font-size: 16px;
	line-height: 20px;
	color:#FFFFFF;
	font-family: 'Exo', sans-serif;
	margin:10px 0 0 0;
	padding:0;
}
.products-long ol {
	font-size: 16px;
	line-height: 20px;
	color:#FFFFFF;
	font-family: 'Exo', sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
}
.products-long li {
	margin: 10px 0;
}
.products-long p {
	font-size: 16px;
	line-height: 20px;
	color:#FFFFFF;
	font-family: 'Exo', sans-serif;
	margin:10px 0 0 0;
	padding:0;
}
footer {
	background: #de0648;
	padding: 10px 0;
	margin-top: 20px;
	margin-bottom: -10px;
}
footer a {
	text-decoration: none;
	color: #e3e3e3;
	font-size: 16px;
	line-height: 20px;
	color:#FFFFFF;
	font-family: 'Exo', sans-serif;
}
.imprint-link {
	text-align: center;
	margin: 0 20px;
	color: white;
}
.imprint p, .imprint li {
	color: #e3e3e3;
	font-size: 16px;
	line-height: 20px;
	color:#FFFFFF;
	font-family: 'Exo', sans-serif;
}
.imprint a {
 color:	#de0648;
}
.language {
	position: absolute;
	width: 900px;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;

}
ul.language-select {
	margin: 45px 0 0 0 ;
	padding: 0;
	float: right;
	list-style-type: none;
	text-align: center;
}
ul.language-select li {
	display: inline;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
}
ul.language-select li a {
	color: #555555;
	text-decoration: none;
}
ul.language-select li.active a {
	color: #e3e3e3;
}
