@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	font-family: "Source Sans Pro", sans-serif;
	font-weight:400;
	background-color: #FFFFFF;
	font-size:1em;
}
#sky {
	height: 300px;
	width: 100%;
	position: fixed;
	z-index: -1000;
	top: 0px;
	background-color: #032E4F;
	background-image: url(../images/kunds-glow-schleiftechnik.png);
	background-position: center;
	background-repeat: no-repeat;
}
#crowner {
	width: 970px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 20px auto 0 auto;
	height: 105px;
	font-weight: regular;
	font-size: 14px;
	text-align: right;
}
#crowner img {
	top:15px;
	left:0px;
	position: relative;
	float: left;
}
#navi {
	right:0px;
	top:70px;
	text-transform: uppercase;
	position:relative;
}
#navi a {
	font-size: 16px;
	color: #fff;
	text-align: right;
	margin-left: 20px;
}
#navi a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #067EE7;
}
#navi a.active {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
#stage {
	margin: 25px auto auto auto;
	width: 970px;
	padding: 25px;
	z-index: 1000;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 1em #000;
	-webkit-box-shadow: 0 0 1em #000;
	box-shadow: 0 0 1em #000;
	height: auto;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#118AD7;
}

a:hover {
	color: #062A5B;
}
#header {
	background-color: #FFF;
	padding: 0;
	height: 260px;
	width: 970px;
	z-index: 1000000;
}
h2 {
	font-size: 19px;
	font-weight: bold;
}
.header h1 {
	color: #BBB;
	font-size: 34px;
	font-weight: bold;
	padding: 13px 0 0;
}
#content {
	color: #666;
	background-color: #FFF;
	padding: 0;
	width: 970px;
	height: auto;
}
#content h1{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: left;
	margin-left: 15px;
	text-shadow: 0px 0px 2px #666;
	-moz-text-shadow: 0px 0px 2px #666;
	-webkit-text-shadow: 0px 0px 2px #666;
}
.col1 {
	width: 310px;
	float:left;
	background-color: #FFF;
	margin-right: 20px;
}
.col1-2er {
	width: 475px;
	float:left;
	background-color: #FFF;
	margin-right: 20px;
}
.col2 {
	width: 310px;
	float:right;
	background-color: #FFF;
}
.col2-2er {
	width: 475px;
	float:right;
	background-color: #FFF;
}
.col3 {
	width: 475px;
	float:left;
	background-color: #FFF;
	margin-right: 20px;
}
.col4 {
	width: 475px;
	float:right;
	background-color: #FFF;
}
.colheader {
	width: 295px;
	height: 60px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 15px;
}
.colheader-2er {
	width: 460px;
	height: 40px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 15px;
}
.colheader2 {
	width: 460px;
	height: 60px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 15px;
}
#footer {
	background-color: #032E4F;
	height: 25px;
	width: 940px;
	padding: 8px 15px 0px 15px;
	z-index: 100000;
	margin-top: 50px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#0672D0;
}
#footer h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
.clearfloat {
	clear: both;
}
