body {
	font-size: 80%;
	font-family: 'Arial', Arial, Helvetica, Sans-Serif;
	text-align: center;
}
#wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	float: left;
	width: 780px;
	height: 100px;
	text-align: right;
	border-top: 1px solid #999;
	margin-top: 10px;
}
#navigation {
	text-align: center;
	float: left;
	width: 780px;
	height: 40px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 1px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline;
}
#content {
	float: left;
	height: 460px; /*Bereich fuer Inhalt*/
	width: 579px;
	border-right: 1px solid #999;
}
#content1 {
	float: left;
	height: 110px; /*in content - Bereich fuer Bild*/
	width: 130px;
}
#content2 {
	float: left;
	height: 110px; /*in content - Bereich fuer Text zum Bild*/
	width: 440px;
}
#content3 {
	float: left;
	height: 170px; /*in content - Bereich fuer Inhalt unten*/
	width: 578px;
}
#content4 {
	float: left;
	height: 301px; /*Bereich fuer grosses Bild*/
	width: 301px;
}
#content5 {
	float: left;
	height: 350px; /*Bereich fuer Text zum grossen Bild*/
	width: 250px;
}
#sidebar {
	float: left;
	height: 460px; /*Bereich fuer Projekte*/
	width: 200px;
	top: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px;
}
p {
	margin: 10px;
}
p.rahmentext {
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
}
a {
	color: #750517;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
}
a:visited, {
	color: #000000;
	text-decoration: none;
}
	