﻿html {
	font-family: "Times New Roman", Times, serif;
}

#seite {
/*	background-color: aqua ; */
	min-height: 800px;
	height: 800px;
	text-align: center ;
}
#wrapper {
	width: 1024px;
	margin:auto ;
	}
	
#content {
	width: 100%;
	min-height: 500px;

}


.text {
	font-weight: normal;
	margin-top: 5px;
	font-size: 16px;
	}

.pictures {
	float: left ;
	}
