body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	background-image: url(../img/hg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

h1 {
	font-size: 1.1em;
	border-bottom: 1px solid #A1A1A1;
	color: #A1A1A1;
}

img {
	border: 0;
}

#Blatt {
	width: 801px;
	margin-right:auto;
	margin-left:auto;
}

#Kopf {
	color: #FFFFFF;
}

.Kopf a {
	color: #FFFFFF;
	text-decoration: none;
}

#Navi {
	background-color: #A1A1A1;
	height: 196px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-top: 30px;
}

#Inhalt {
	padding: 50px 10px 10px 10px;
}

/* Bildkasten ***********************************/

#BildKasten {
	background-color: #EEEEEE;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	padding: 2px;
	margin: 10px;
}

#BildKasten img {
	border: 1px solid #00443B;
}

#BildKasten.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#BildKasten.right {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}

#Pager {
margin-top: 15px;
margin-bottom: 15px;
}
