@import url("reset.css");
#body {
	text-align: center;
	color: rgb(0,0,0);
	font-size: 11px;
	font-family: Arial, verdana;
	line-height:1;
}
h1, .h1 {
	font-size: 20px;
	font-weight: bold;
	color:#231F20;
	margin-bottom:10px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #d8180e;
	padding: 12px 0px 6px 0px;
	text-transform:uppercase;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 12px 0px 6px 0px;
	text-transform:uppercase;
}
strong {
	font-weight: bold;
}
p, li {
	padding: 0 0 8px 0;
}
table {
	border-spacing: 0px;
    border-collapse: separate;
}
.orange {
	color: #b41203;
}
.red {
	color:#d12231;
}
.black {
	color:#000000;
}
.indent {
	display:block;
	margin-top:10px;
}
a {
	color: #d50603;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.bigger {
	font-size:16px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatend {
	clear:both;
}
.floatleft {
	float: left;
}
.floatend {
	clear: both;
}
.content {
	margin: auto;
	width: 60%;
	min-width: 200px;
	max-width: 800px;
}
.content td {
	padding: 0px 10px 5px 0px;
}
#header {
	position: relative;
	float: left;
	height: auto;
	min-height: 30px;
	width: 100%;
	color: rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#BD171D;
	/*background: rgb(102,102,102);
	background: -moz-linear-gradient(top, rgb(102,102,102) 0%, rgb(0,0,0) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(102,102,102)), color-stop(100%, rgb(0,0,0))); 
	background: -webkit-linear-gradient(top, rgb(102,102,102) 0%, rgb(0,0,0) 100%); 
	background: -o-linear-gradient(top, rgb(102,102,102) 0%, rgb(0,0,0) 100%); 
	background: -ms-linear-gradient(top, rgb(102,102,102) 0%, rgb(0,0,0) 100%); 
	background: linear-gradient(to bottom, rgb(102,102,102) 0%, rgb(0,0,0) 100%); 
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); */
}
#header .content span {
	float: right;
	color: #FFF;
	line-height: 30px;
}
#header a {
	color: #FFF;
}
#header .content img {
	float: right;
	margin-right: 3px;
	margin-top: 10px;
}
#header .content img {
	margin-left: 10px;
}
#logo {
	float:left;
	margin-top:50px;
}
#main {
	position: relative;
	float: left;
	height: auto;
	min-height: 200px;
	width: 100%;
 	background: #e2121a ; 
	background: -moz-linear-gradient(top, #e2121a 70%, #BD171D 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #e2121a), color-stop(100%, #BD171D)); 
	background: -webkit-linear-gradient(top, #e2121a 70%, #BD171D 100%); 
	background: -o-linear-gradient(top, #e2121a 70%, #BD171D 100%); 
	background: -ms-linear-gradient(top, #e2121a 70%, #BD171D 100%); 
	background: linear-gradient(to bottom, #e2121a 70%, #BD171D 100%); 
 	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44564a', endColorstr='#15281b', GradientType=0 ); */
}
#main #company_name {
	position: relative;
	float: right;
	min-height: 55px;
	width: auto;
	padding: 0 20px;
	background-color: #122418;
	color: white;
	font-size: 1.5em;
	white-space: nowrap !important;
	margin-right: 200px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#company_name p {
	font-size: 20px;
	font-weight: bold;
	color: rgb(255,255,255);
	line-height: 45px;
}
#company_name p span {
	font-size: 11px;
}
#infopanel .h1 {
	display: inline-block;
	padding-bottom: 20px;
}
#main img {
	position: relative;
	float: left;
}
#main .logo {
	float: left;
	margin-top: -30px;
	margin-right: 0%;
	margin-bottom: 25px;
}
#main #company_desc {
	text-align: right;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	width: 400px;
	color: #FFFFFF;
	font-size: 16px;
}
.word1 {
	font-size: 28px;
}
.word2 {
	font-size: 42px;
}
.word3 {
	font-size: 60px;
}
#menu {
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px;
	margin-top:20px;
	text-align: left;
	background-color: #231f20;
    -webkit-box-shadow: inset 0 25px 25px -5px #565454;
    box-shadow: inset 0 25px 25px -5px #565454;
	/*background: #af2615;
	background: -moz-linear-gradient(top, #b80300 0%, #e0352a 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b80300), color-stop(100%, #e0352a)); 
	background: -webkit-linear-gradient(top, #b80300 0%, #e0352a 100%); 
	background: -o-linear-gradient(top, #b80300 0%, #e0352a 100%); 
	background: -ms-linear-gradient(top, #b80300 0%, #e0352a 100%); 
	background: linear-gradient(to bottom, #b80300 0%, #e0352a 100%); 
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80300', endColorstr='#e0352a', GradientType=0 ); */
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topeft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top:#565454 1px solid;
}
#menu li {
	font-size: 16px;
	display: inline;
	line-height: 45px;
	padding:0 !important; 
	float: left;
}
#menu li a {
	display: inline-block;
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 0px 20px;
	height: 45px;
	border-right: 1px solid #4F4C4D;
}
#menu li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#menu li a:hover, #menu li.active a {
	background-color:#FFFFFF;
	color:#BD171D;
}
#text {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); 
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); 
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6e6 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f66 100%); 
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );*/ /* IE6-9 */
}
#text .content {
	text-align: justify;
	padding: 20px 0px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: rgb(71,71,71);
}
#infopanel {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #BD171D; 
	background: -moz-linear-gradient(top, #BD171D 0%, #e2121a 40%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BD171D), color-stop(40%, #e2121a)); 
	background: -webkit-linear-gradient(top, #BD171D 0%, #e2121a 40%);
	background: -o-linear-gradient(top, #BD171D 0%, #e2121a 40%); 
	background: -ms-linear-gradient(top, #BD171D 0%, #e2121a 40%); 
	background: linear-gradient(to bottom, #BD171D 0%, #e2121a 40%);
 	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44564a', endColorstr='#15281b', GradientType=0 );*/ /* IE6-9 */
}
#columns {
	position: relative;
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 40px 0;
}
#columns .h1 {
	color:#FFFFFF !important;
}
#columns a {
	color: #FFFFFF;
	text-decoration: none;
}
#column1 {
	padding-left:20px !important;
}
	
#column1, #column2, #column3 {
	position: relative;
	box-sizing:border-box;
	float: left;
	width: 33%;
	min-width: 150px;
	padding-left: 8%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#homepage li {
	list-style-type: disc;
	list-style-position: inside;
}
#homepage ul {
	margin-left:15px;
}
.telefon {
	display: inline-block;
	padding-bottom: 5px;
}
#galerie {
	position: relative;
	float: left;
	width: 100%;
	text-align:center;
	margin:15px 0;
}
#galerie.margin img {
	margin:5px;
}
#galerie img {
	border:#565454 4px solid;
}
#galerie a:hover img {
	border:#a51102 4px solid;
}
/*#galerie {
	position: relative;
	float: left;
	width: 100%;
}
#galerie a {
	position: relative;
	float: left;
	width: 133px;
	height: 133px;
}
#galerie a img {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 2px;
	right: 0px;
}*/
#footer {
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px;
	background-color: rgba(255,255,255,1.00);
	border-top:#6A9F37 1px solid;
	color: #acacac;
}
#footer a {
	text-decoration: none;
}
#footer span {
	line-height: 40px;
}
#kontakt div.obal {
	padding: 0 20px;
	border-right: #F00 1px solid;
	min-height: 180px;
	margin: 0px 25px 20px 0;
}
#kontakt div.noborder {
	border: none;
}
#kontakt table, #kontakt p {
	margin-top: 5px;
}
.mapa {
	margin:5px 0 20px 0;
}
