/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body{
	font-family: 'Open Sans', sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 12px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
#container {
	position: relative;
	margin: 0 auto; /*   */
	border: 0;
	text-align: center; /*  */
	margin-right: auto;
	margin-left: auto;
	background-image: none;
  }

#header {
	position: relative;
	height: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}


h1 {
	font-size: 200%;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-align: left;
	padding-left: 30px;
}

h1 a {
	color: #FF0000;
}


h2 {
	font-size: 150%;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-align: left;
	padding-left: 30px;
}

h2 a {
	color:#8B96A6;
}
h3 {
	font-size: 150%;
	letter-spacing: 0.2em;
	color: #F8F8F8;
	padding-left: 30px;	
}

h3 a {
	color: #F0F0F0;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0;
	width: 295px;
	height: 80px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/kaizen.png);
	background-repeat: no-repeat;
}

#logo a {
  display: block;
  height: 100%;
  background:transparent;
}

#logo a:hover {
  background: transparent;
}


#topnavi {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 60px;
	list-style-type: none;
	line-height: 16px;
	font-weight: normal;
	font-size: 14px;
}

#topnavi li {
	position: relative;
	float: left;
	list-style-type: none;
	color: #FFF;
}

#topnavi li.link-top-main {
	width: 85px;
	list-style-type: none;
}


#topnavi a {
	position: relative;
	display: block;
	height: 60px;
	border-right: 1px solid #bbb;
	max-width: 100px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	list-style-type: none;
}

#topnavi a:hover {
	color: #fff;
	margin-left: -1px;
	background-color: #5D7DBD;
	background: -moz-linear-gradient(-45deg, rgba(30,87,153,1) 0%, rgba(89,148,202,1) 62%, rgba(124,184,231,0.7) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(62%,rgba(89,148,202,1)), color-stop(99%,rgba(124,184,231,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	list-style-type: none;
	}

#topnavi li.selected a {
	color: #fff;
	margin-left: -1px;
	background-color: #5D7DBD;
	background: -moz-linear-gradient(-45deg, rgba(30,87,153,1) 0%, rgba(89,148,202,1) 62%, rgba(124,184,231,0.7) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(62%,rgba(89,148,202,1)), color-stop(99%,rgba(124,184,231,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(30,87,153,1) 0%,rgba(89,148,202,1) 62%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	list-style-type: none;
}


a img {
  border: 0;
}

.hidden {
  display: none;
}

.clear {
	clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}



#feature{background:transparent}

#nav{
	list-style: none;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: auto;
	margin-top: -1px;
}

#nav li{
	background: #111;
	background: -moz-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(0,0,0,.8)),color-stop(40%,rgba(0,0,0,.8)),color-stop(100%,rgba(50,50,50,.8)));
	background: -webkit-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: -o-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: -ms-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: linear-gradient(135deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);


filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0000',endColorstr='#cc323232',GradientType=1 );border: 1px solid rgba(255,255,255,.15);
	border-width: 1px 0 0 1px;
	float: left;
	height: 250px;
	min-width: 134px;
	position: relative;
	width: 20%;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0;
}

#nav #intro{
		background: #111;
	background: -moz-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(0,0,0,.8)),color-stop(40%,rgba(0,0,0,.8)),color-stop(100%,rgba(50,50,50,.8)));
	background: -webkit-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: -o-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: -ms-linear-gradient(-45deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);
	background: linear-gradient(135deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 40%,rgba(50,50,50,.8) 100%);


filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0000',endColorstr='#cc323232',GradientType=1 );border: 1px solid rgba(255,255,255,.15);	border: none;
	color: #FFF;
	font-size: 0.9em;
	position: relative;
	width: 26%
}

.block-content{display:block}
.block-content p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 2px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0.1em;
	text-align: left;
}
#nav h2{white-space:nowrap}
#intro .view-all span{
	color: #fff;
	display: none;
	font-size: .8em;
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-align: right;
}


.tick{
	display: block;
	height: 75px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 77px;
	-ms-filter: "alpha(opacity=0)";
	background-color: transparent;
	background-image: url(../bilder/icons-nav.png);
	background-repeat: no-repeat;
	background-position: 0 -49px;
	}
	#intro .block-footer-wrapper{display:none}
.view{display:none;zoom:1}#view-home{
	display: block;
	height: 900px;
}

.block-content p{display:block;margin:.5em 27px 0 27px}#intro p{
	bottom: 10px
}

.reveal{
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-ms-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out
}a.block-content:hover .reveal,a.block-content:focus .reveal,a.block-content:hover .tick,a.block-content:focus .tick{
	opacity:1;
-ms-filter:"alpha(opacity=100)";
}


/* Media Queries */
@media screen and (max-width: 767px) {
}
/* footer */


#footer	{
	position: relative;
	margin-top: -130px; /* negative value of footer height */
	height: 150px;
	clear: both;
	background: transparent;
}

.footerContent {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 920px;
	color: #666;
}

.footerContent h3 {
	font-size: 18px;
	color: #6C7A8E;
	font-weight: bold;
}

.footerContent a {
	color: #5D7DBD;
	text-decoration: none;
}

.footerContent a:hover {
	text-decoration: underline;
}

.footerLinks {
	float: left;
	width: 300px;
	color: #6C7A8E;
}
