body {
	margin: 0;
	background: url(../layout/ziegel.jpg);
	text-align: center;
	font-family: Verdana;
	font-size: 70%;
}

#page {
	text-align: left;
	background: #fdeee3 url(../layout/threecolumnsback.png);
	width: 890px;
	margin: 30px auto 20px auto;
}

#head {
	margin: 0 264px 0 326px;
}

#head h1 {
	color: #a84c3a;
	font-size: 140%;
	padding: 3px 0 4px 0;
	border-bottom: 2px solid #a84c3a;
	margin-bottom: 7px;
	text-transform: lowercase;
}

.navi {
	color: #007070;
	text-transform: lowercase;
}

.navi a {
	color: #800;
	text-decoration: none;
}

.navi a:hover {
	color: #007070;
}

.navi h2 {
	text-transform: uppercase;
	color: #800;
	font-size: 100%;
}
#navi1 {
	text-align: right;
	margin: 0;
}

#navi1 * {
	margin-left: 7px;
}

.side {
	width: 178px;
	padding: 11px;
}

.navi ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}

.navi li {
	margin: 6px 0;
}

#navi2 {
	float: left;
}

#navi3 {
	float: right;
}

#content {
	width: 460px;
	padding: 32px 12px 0 12px;
	margin-left: 200px;
}

#content img {
	display: block;
	margin: 10px 0 10px 25px;
}

#content #thumbs img {
	display: inline;
	border: 1px solid #b66858;
	padding: 1px;
	margin: 0;
}

#content #thumbs {
	width: 400px;
	margin-left: 20px;
}

#content img.top {
	margin: 10px 0;
}

#content p.caption {
	font-size: 80%;
	color: #a84c3a;
}

#bilder {
	float: right;
	text-align: right;
}
#daten {
	float: right;
	width: 150px;
	margin-left: 12px;
	padding-left: 12px;
	background: url(../layout/linie.png) no-repeat 0 25px;
	height: 450px;
}
.date {
	float: right;
	width: 100px;
	margin-left: 12px;
	padding-left: 12px;
}
.description {
	width: 320px;
}
#content .date h3 {
	margin-top: 0;
}
#content .description h3 {
	margin-top: 0;
}
hr {
	height: 1px;
	background: #a84c3a;
	border: 0;
}

#daten img {
	border: 1px solid #a84c3a;
	margin: 20px 0;
}

#content #daten h3 {
	margin-bottom: 3em;
}

#content h3 {
	color: #a84c3a;
	font-size: 100%;
	font-weight: bold;
	margin: 2em 0 1em 0;
}

#content h4 {
	color: #A84C3A;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
}

#content h3.green {
	background-color: #d8ead5;
}

#content h5 {
	color: #a84c3a;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
}

#content a {
	color: #800;
	text-decoration: none;
}
#content a:hover {
	color: #007070;
}

/* Link zu Intro */

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
}

#footer a {
	text-decoration: none;
	text-transform: lowercase;
	color: #d7d6d5;
	font-size: 90%;
}

#footer a:hover {
	color: #a84c3a;
}

#footer a:before {
	content: "[";
}

#footer a:after {
	content: "]";
}

