html, body {
	font-family: Verdana, Arial, Sans-serif;
	background-color: #fff;
	color: #000;
	height: 100%;
	margin: 0;
	}

#hauptbox {
	width: 760px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: #fff url("../gfx/inhalt_bg.jpg") 0px 230px no-repeat;
	}

* html #hauptbox { /* Für IE */
	height: 100%;
	}

#titelbild {
	width: 760px;
	height: 200px;
	background: url("../gfx/titelbild_1.jpg");
	}

#menu {
	width: 760px;
	height: 30px;
	background-color: #FDB813;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 30px;
	background-color: #FFCC52;
	}

#menu ul li {
	float: left;
	}

#menu ul li a {
	padding-top: 5px;
	display: block;
	width: 108px;
	height: 25px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	}

#menu ul li a:hover {
	background-color: #FDB813;
	}

#inhalt {
	width: 760px;
	}

#inhalt h1 {
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: 2px;
	}

#inhalt .text {
	width: 720px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	}

#fussleiste
	{
	width: 760px;
	height: 30px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDB813;
	font-size: 12px;
	text-align: center;
	}
#fussleiste a {
	text-decoration: none;
	color: #000;
	}

#fussleiste span {
	position: relative;
	display: block;
	top: 6px;
	}

.bildergalerie {
	width: 595px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

.bildergalerie .foto {
	float: left;
	background-color: #FBD7A7;
	border: 1px solid #FFCC52;
	margin: 10px;
	padding: 10px;
	width: 152px;
	}

.bildergalerie .foto img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFCC52;
	}

.antifloat {
	clear: both;
	font-size: 1px;
	}

.kursiv {
	font-style: italic;
	}
.fett {
	font-weight: bold;
	}


a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

img {
	border: 1px solid #333;
	}
input, select, textarea {
	background-color: #FFFCF4;
	border: 1px solid #BB8400;
	width: 95%;
	}
