html {
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ul,ol,li,table,th,td,form,fieldset,legend,input,textarea {
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}

a {
	color: #f48f1b;
	text-decoration: none;
}
input {
	padding: 6px;
	border: 1px solid #aaaaaa;
	letter-spacing: 0px;
}

textarea {
	padding: 6px;
	border: 1px solid #aaaaaa;
	letter-spacing: 0px;
}

input[type=submit]:HOVER {
	cursor: pointer;
	background-color: #f48f1b;
	color: #ffffff;
}

input[type=button]:HOVER {
	cursor: pointer;
	background-color: #f48f1b;
	color: #ffffff;
}

select {
	padding: 6px;
	border: 1px solid #aaaaaa;	
}

ul {
	margin-left: 18px;
	list-style: inside;
}

li {
	margin: 0px 0px 6px 0px;
}

a:hover {
	color: #bbbbbb;
	text-decoration: none;
}

div#wrapper {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	
	background: transparent url(../images/background_welder_blur.png) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background_welder_blur.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background_welder_blur.png', sizingMethod='scale')";
}

div#logo {
	position: absolute;
	left: 700px;
	top: 69px;
	z-index: 30;
}

div#main {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 620px;
	padding: 40px;
	margin: -340px 0px 0px -490px;
	
	background-color: #FFFFFF;
		
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}

div#topbar {
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 40;
	position: absolute;
}

div#topbar1 {
	height: 100%;
	width: 700px;
	background-color: #999999;
	float: left;
}

div#topbar2 {
	height: 100%;
	width: 200px;
	background-color: #f48f1b;
	float: left;
}

div#topbar3 {
	height: 100%;
	width: 80px;
	background-color: #999999;
	float: left;	
}

div#bottombar {
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	z-index: 40;
	position: absolute;
	background-color: blue;
}

div#bottombar1 {
	height: 100%;
	width: 700px;
	background-color: #999999;
	float: left;
}

div#bottombar2 {
	height: 100%;
	width: 200px;
	background-color: #f48f1b;
	float: left;
}

div#bottombar3 {
	height: 100%;
	width: 80px;
	background-color: #999999;
	float: left;	
}

div#title {
	position: absolute;
	z-index: 40;
	left: 40px;
	top: 96px;
	font-size: 50px;
	color: #000000;
}

div#service {
	position: absolute;
	z-index: 40;
	left: 42px;
	top: 170px;
	font-size: 21px;
	line-height: 26px;
	width: 600px; 
	border: none;
}

div#contact {
	position: absolute;
	z-index: 40;
	left: 42px;
	top: 170px;
	font-size: 18px;
	line-height: 26px;
	width: 600px; 
	border: none;	
}

div#imprint {
	/* position: absolute;
	z-index: 40;
	left: 42px;
	top: 155px;
	width:600px;
	line-height: 18px; */
	font-size: 14px;
	border: none;
	
	height: 300px;
	width: 650px;
	margin-top: 150px;
	overflow: scroll;
	overflow-x: hidden;
}

div#information {
	position: absolute;
	left: 0;
	bottom: 20px;
	background-color: #dddddd;
	color: #f48f1b;
	height: 130px;
	width: 100%;
	padding: 12px 12px 12px 42px;
	font-size: 18px;
	line-height: 24px;
}

div#image1 {
	width: 200px;
	height: 154px;
	position: absolute;
	bottom: 20px;
	right: 80px;
	z-index: 40;
	
	background: url("../images/work_examples/Zierobjekt.jpeg");
	background-size: 103%;
}

div#image2 {
	width: 200px;
	height: 192px;
	text-align: center;
	vertical-align: middle;
	background-color: #0000ff;
	color: #ffffff;
	position: absolute;
	bottom: 174px;
	right: 80px;
	z-index: 40;	
	
	background: url("../images/work_examples/Tor.jpeg") center center;
	background-size: 120%;
}

div#image3 {
	width: 200px;
	height: 192px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	color: #ffffff;
	position: absolute;
	bottom: 366px;
	right: 80px;
	z-index: 40;	
	
	background: url("../images/work_examples/Zaun.jpeg");
	background-size: 130%;
}

div#backButton {
	position: absolute;
	top: 114px;
	right: 340px;
	z-index: 50;
	font-size: 30px;
}

div#stamp {
	position: absolute;
	z-index: 40;
	right: 50px;
	top: 80px;
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);

	transform: rotate(20deg);
}

span#notification {
	font-size: 12px;
	letter-spacing: 0.5px;
}

.empty {
	border: 1px solid red;
	background-color: #f08080;
}

.Clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.Space2 {
	display: block;
	clear: both;
	font-size: 2px;
	line-height: 2px;
	height: 2px;
}

.Space5 {
	display: block;
	clear: both;
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

.Space10 {
	display: block;
	clear: both;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

.Space20 {
	display: block;
	clear: both;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}

.Space30 {
	display: block;
	clear: both;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}

.Space40 {
	display: block;
	clear: both;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
}