#body {
	margin: 0px;
	line-height: 28px;
	font-size: 12pt;
	font-family: "proxima_nova_semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: white;
}

.textbig {
	font-size: 40pt;
}

.textbigfat {
	font-size: 40pt;
	font-weight: bold;
}

.textfat {
	font-size: 30pt;
	font-weight: bold;
}

#header0 {
	height: 20px;
	width:  1000px;
	margin: 0 auto;
	color:  red;
	font-size: 12px;
	text-align: right;
	background-color: white;
}

#header {
	height: 70px;
	width: 100%;
	position: fixed;
	margin: 0 auto;
	background-color: white;
	z-index: 100;
}

#header1 {
	height: 70px;
	width:  1000px;
	margin: 0 auto;
	background-color: white;
}

#header2 {
	height: 10px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: white;
}

#logo {
	float:  left;
	margin-top: 10px;
	height: 60px;
	width: 250px;
	background-color: white;
}

.logo a:link, a:visited, a:hover, a:focus, a:active {color: #000000;}

#logotxt {
	float:  left;
	height: 35px;
	width: 200px;
	padding-top: 10px;
	background-color: white;
}

#menubar {
	float:  right;
	height: 60px;
	margin-top: 10px;
	background-color: lightbwhitelue;
}

.menu {
	float: left;
	height: 20px;
	margin-top: 30px;
	margin-left: 20px;
	padding-top: 0px;
	border-top: 4px solid white;
	color: #929292 ;
	background-color: white;
}

.menu a:link, .menu a:visited {color: #929292;}
.menu a:hover {	color: #000000;
				border-top: 4px solid #cccccc;}
.menu a:focus {color: #000000;}
.menu a:active {color: #000000;}

#main {
	min-height: 700px;
	width:  1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	color: #929292;
	z-index: 20;
}

#stage_1 {
	padding: 0px;
	margin-left: 110px;
}

#robust {
	height: 200px;
	width:  600px;
	margin-top: -230px;
	margin-left: 390px;
	text-align: center;
}

#stage_2 {
	margin-top: -295px;
	margin-left: 20px;
}

#business {
	height: 200px;
	width:  600px;
	margin-top: -60px;
	margin-left: 0px;
	text-align: center;
}

#stage_3 {
	margin-top: -445px;
	margin-left: 165px;
}

#app1 {
	width:  1000px;
	height : 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	color: gray;
	background-color: yellow;
}

#app {
	width:  1000px;
	height : 300px;
	margin-left: auto;
	margin-right: auto;
	color: gray;
	background-color: yellow;
}

#appleft {
	width:  460px;
	height : 280px;
	float: left;
	padding-top: 20px;
	padding-left: 40px;
	color: gray;
	background-color: green;
}

#appright {
	width:  420px;
	height : 220px;
	float: left;
	padding: 40px;
	color: gray;
	background-color: blue;
}

#wave {
	height: 25px;
	width:  100%;
	background-color: #cccccc;
	background-image: url('images/footer_wave.png'); 
}

* {
	
}

#footer1 {
	height: 175px;
	width:  100%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	font-size: 18pt;
	color:  white;
	background-color: #cccccc;
	z-index: 1;
}

#footer2 {
	height: 100px;
	width:  100%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	font-size: 10pt;
	color: white;
	background-color: #999999;
}

#maps {
  width:  100%;
  height:  300px;
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

#contacttxt {
  width:  400px;
  padding: 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size:  32px;
  color: #424242;
  background-color: white;
}

#contactform {
  width:  60%;
  height: 520px;
  float:  left;
   padding: 10px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

#adres {
  width:  270px;
  height: 500px;
  float:  right;
  padding: 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   box-shadow: 0 1px 2px rgba(0,0,0,.05);
   text-align: center;
}
