body {
	background-image:url(../images/beige046.jpg);
	font-family: georgia, serif;
	margin: 20px 0;
	color: #333;
	text-align: center;
}
#container {
	width: 760px;
	background: #fff;
	border: 1px solid gainsboro;
	text-align: left;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#breadcrumbs {
	text-align: right;
	font-family: arial, helvetica, helv, sans-serif;
	font-size: 0.7em;
	color: #aaa;
}
#breadcrumbs a {
	color: #aaa;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: darkblue;
}
#content {
	line-height: 1.6em;
}
#footer {
	font-family: arial, helvetica, helv, sans-serif;
	font-size: 0.7em;
	color: #aaa;
	letter-spacing: 3px;
	text-align: center;
}
h1 {
	margin-bottom: 40px;
	font-weight: normal;
	font-variant: small-caps;
	color: saddlebrown;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}
h2 {
	font-weight: normal;
	color: saddlebrown;
}
blockquote {
	background-color: gainsboro;
	border: 1px solid silver;
	padding: 10px;
}
iframe {
	border: none;
}
/* Inhaltsverzeichnis */
#inhaltsverzeichnis {
	float: right;
	width: 275px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 3px;
	background-color: gainsboro;
	border-bottom: 4px solid silver;
	margin-left: 20px;
	line-height: 1.2em;
	font-size: 0.85em;
}
/* Links */
#content a {
	text-decoration: none;
	color: green;
}
#content a:visited {
	color: gray;
}
#content a:hover {
	color: red;
}
/* Bilder */
img {
	border: none;
}
div.thumb_re {
	background-color: #EFEFEF;
	border: 1px solid #CDCDCD;
	width: 250px;
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1em;
}
div.thumb_li {
	background-color: #EFEFEF;
	border: 1px solid #CDCDCD;
	width: 250px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1em;
}
div.bildlegende {
	font-family: arial,helv,helvetica,sans-serif,verdana;
	font-size: 0.75em;
}