@charset "UTF-8";

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #564b47;  
	padding: 0px;
	margin: 0px;#

	-webkit-user-select:none;
	-webkit-text-size-adjust:none;
	/*	-webkit-box-sizing:border-box;*/
	/*	padding-bottom:45px;	/*	This prevents the scroller to lock if the user swipes down outside of the screen. */
}

img {
border: 0px solid #fff;
}

#kenneth {
	position: relative;
	overflow: hidden;
	height: 645px;
	padding-top: 5px;
}

#inhalt {  
	position: relative;
	/*height: 600px;*/
	width: 900px;
	text-align: left;
	padding:0px;
	border: 0px dotted #000000;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}


p, h1 {
margin: 0px; 
padding: 10px; 
padding-top: 0px;
}

h1 {
font-size: 11px;
text-transform: uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}

a { 
color: #282828;
background-color:transparent;
text-decoration: none; 
}

a:hover {
color: #c7c7c7 !important;
}

#welcomepage {	
	height: 200px; 
	margin-top: 200px;
	position: relative;	
}

#landingpage {	
	height: 600px; 
	margin-top: 0px;
	position: relative;	
}

#welcome a {
font-size: 37px;
font-weight: bold;
line-height: 33px;
}

#welcome {
position: absolute;
top: 0px;
right: 0px;
float: left; 
padding-left: 20px;
padding-top: 4px;
}


#menu a {
font-size: 29px;
font-weight: bold;
margin-left: 15px;
}

#menu {
position: absolute;
top: 0px;
right: 0px;
z-Index: 999;
white-space: nowrap;
}

#submenu a {
color: #787878;
font-size: 17px;
}

#videos {
position: relative;
width: 100%;
height: 490px;
border: 0px dotted red;
padding-left: 3px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}

#submenu {
padding-right: 3px;
}


#text {
font-size: 20px;
padding-top: 30px;
padding-left: 3px;
line-height: 1.4em;
padding-right: 0px;
}

#overview {
margin: auto;
overflow: auto;
border: 0px solid red;
padding-top: 22px;
}

.story {
float: left;
margin: 16.3px;
width: 145px;
height: 223px;
overflow: hidden;
border: 0px solid pink;
}

#main {
	position: relative;
	clear: both;
	padding-top: 60px;
}

.story a {
padding-top: 2px;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

.story a:hover {
}

.story img {
	padding-bottom: 3px;
}



#mainScroll {
	position: relative;
	display: block;
	
	width: 100%;
	
	border: 0px dotted red;
	padding-left: 3px;
	padding-top: 22px;

	overflow: hidden;	
	overflow-x: scroll;
	white-space: nowrap;
	height: 490px !important;
}

#mainScroll.mainScroll600 {
	height: 640px !important;
}

#kcaImages {
	position: absolute;
	left: 0px;
}

#mainScroll img {
	-webkit-transform:translate3d(0,0,0);
}

.kcaPic {	
	position: relative;

	padding-right: 10px;
	height: 450px;
	display: inline;
}

.kcaPicWrap {
	position: relative;
	display: inline-block;
	/*background-image:url('../images/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;*/
	/*border: 1px solid red;*/
}


#fixme {
	position: absolute;
	width: 900px;
	height: 100px;
	top: 0px;
}

