﻿@charset "utf-8";
/* CSS Document Stahlbau Scholübbers*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);
#container {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-size: 22px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}
a {
	color: #007d55;
	text-decoration: none;
}

h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #007d55;
	text-decoration: none;
}

.imp {
	font-size: 16px;
	line-height: 120%;
}
.thumb {
	margin-right: 30px;
}