﻿	body {
		background-color: #777777;
		background: url('../images/Background.jpg') center center no-repeat fixed;
		background-size: cover;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		}

	#topmenue {
		width: 100%;
		height: 130px;
		margin: 0 auto;
		background-color: #90A43C;
		position: fixed;
		}	
	
	#wrapper {
		width: 950px;
		height: 800px;
		margin: 0 auto;
		background-color: rgba(255,255,255, .9);
		}

	#topline {
		height: 180px;
		width: 950px;
		}

	#left {
		width: 80px;
		float: left;
		}
		
	#right {
		width: 80px;
		float: right;
		}
			
	#content {
		margin-right: 80px;
		margin-left: 80px;
		width: 790px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 150%;
		}
		
	.menue {
		width: 950px;
		margin: 0 auto;
		padding-top: 60px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 2px;
		}
		
	#photospace {
		position: absolute;
		width: 500px;
		height: 383px;
		margin-top: 350px;
		margin-left: 50px;
		}
				
	.center {text-align: center;}
	.left {text-align: left;}
	.right {text-align: right;}
	.justify {text-align: justify;}
		
	.titel {text-align: justify; font-size: 20px; color: #666666;}
	.start {text-align: center; font-size: 24px; line-height: 150%; color: #666666;}
	.contact {text-align: left; font-size: 18px; line-height: 200%; margin-top: 50px;}
		
	.dis {padding-left:17px; padding-right:10px;}
				
	.img0 {border: 0px;}
	.img1 {border: solid 1px #555555; float: left; margin-right: 40px; margin-bottom: 80px; padding: 5px;}

	a:link {color: #FFFFFF; text-decoration: none; cursor: pointer;}
	a:visited {color: #FFFFFF; text-decoration: none; cursor: pointer;}
	a:link:hover {color: #555555; text-decoration: none; cursor: pointer;}
	a:visited:hover {color: #555555; text-decoration: none; cursor: pointer;}
	
	a:link.info {color: #333333; text-decoration: none; cursor: pointer;}
	a:visited.info {color: #333333; text-decoration: none; cursor: pointer;}
	a:link:hover.info {color: #555555; text-decoration: none; cursor: pointer;}
	a:visited:hover.info {color: #555555; text-decoration: none; cursor: pointer;}
	