﻿@charset "utf-8";
/* CSS Definitionen */
/* Projekt: Wehrstedt - Wartungsarbeiten Placeholder */
/* (c) 2017 M. Wehrstedt */


body {
	padding: 0;
	margin:0;
	height: 100%;
	min-width: 1250px;
	color: #404040;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(78, 85, 68, 0.29) 250px) no-repeat, linear-gradient(to bottom, #7C876C 0, #D4E6B7 250px) no-repeat;
	background-color: #ADBC96;
}

.xr-main {
	background:url("servicemen.jpg") no-repeat;
	background-position:center center;
	background-attachment: scroll;
	height:750px; 
	width:100%;
	padding-top:200px;
}

.logo {
	position:absolute;
	padding-top: 20px;
	padding-left: 10px;
	top:30px;
	left:0px;
}

.xr-contentText {
	margin:15px auto;
	width:600px;
	font-family:Tahoma, Arial, Sans-Serif;
}

.xr-contentText p {
	font-size:14px;
}

.xr-contentText h1 {
	font-size:28px;
	line-height:34px;
	font-weight:bold;
}

.xr-contentCopy {
	padding-top:470px;
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:10px;
	text-align:center;
	color:#609060;
}

.xr-buttonline {
	margin:42px 0 12px -1px;
}

.xr-buttonline button {
	min-width:100px;
	padding:3px 20px 3px 20px;
	font-size:13px;
	font-weight:bold;
}

