html {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}

body {
	background-image: url("Ressource/Montageservice-Lars-Kober-Hintergrundbild.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

	-webkit-transition: background 2s;
	-moz-transition: background 2s;
	-ms-transition: background 2s;
	-o-transition: background 2s;
	transition: background 2s;
}

.Stage {
	background-color: #f4f1e4;
	width: 1160px;
	height: 746px;
	margin: 75px auto;
}

.Wrapper {
	position: relative;
	width: 100%;
	height: auto;
	float: none;
	clear: both;
}

.Row {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

.Column {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

.Container {
	position: relative;
	padding: 0.2em;
	float: none;
	clear: both;
}

.Span-1 {
	width: 100%;
}

.Span-2 {
	width: 50%;
}

.Empty {
	width: 100%;
	height: 401px;
}

.Navigation {
	background-image: url("Ressource/Montageservice-Lars-Kober-Navigation.png");
	background-repeat: no-repeat;
	width: auto;
	height: 746px;
}

.Navi {
	display: table-cell;
	vert-align: bottom;
	width: auto;
}

.Navi ul {
	list-style-image: url("Ressource/Montageservice-Lars-Kober-Liste-grau.png");
	width: 250px;
	padding-left: 1.2em;
}

.Navi ul li:hover  {
	list-style-image: url("Ressource/Montageservice-Lars-Kober-Liste-beige.png");
}

.Navi ul li {
	line-height: 2em;
	font-size: 0.8em;
	padding: 0.5em;
	text-indent: 1em;
}

.Navi ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.Logo {
	background-image: url("Ressource/Montageservice-Lars-Kober-Logo.png");
	background-repeat: no-repeat;
	width: 222px;
	height: 134px;
}

.Header {
	width: 100%;
}

.Header h1 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #4c3387;
}

.Payload {
	width: 100%;
	height: 655px;
	font-size: 0.9em;
	overflow: auto;
}

.Footer {
	width: 100%;
	font-size: 0.7em;
	color: #ccbe82;
}

p {
	margin: 20px 50px 5px 0;
}
