body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	background: #DEE3CF;
	text-align: center;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	background: #99CC99;
	padding: 2px 6px;
	width: 250px;
	margin: 2px;
	list-style: none;
	/* Das geht leider mit Win IE nicht... */
	/* list-style: url(bilder/navi_pfeil.gif) inside; */
}

li.leer {
	background: #DEE3CF;
	padding: 0px 6px;
	list-style: none;
	/* Das geht leider mit Win IE nicht... */
	/* list-style: url(bilder/spacer.gif) inside; */
}

#content {
	padding-top: 80px;
	margin: auto;
	width: 600px;
	text-align: left;
	padding-bottom: 25px;
	padding-right: 100px;
}

h1,h2,h3,h4,h5,h6  {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	text-align: left;
	margin: auto;
}

.hidden {
	visibility: hidden;
	position: absolute;
}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border: 0px none;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

img {
	border: 0px;
}

.metalinks {
	text-align: left;
	color: #666666;
	background: #99CC99;
	margin: 0px;
	border-bottom: 1px dotted #666666;
	width: 100%;
	aposition: fixed;
	height: 45px;
}

.metalinks p {
	display: inline;
}

.bildrahmen {
	border: 1px solid #666666;
}

input, textarea {
	width: 200px;
	border: 2px solid #666666;
}

.fehlermeldung {
	color: #FF0000;
}

.zeile {
	width: 400px;
	display: block;
	float: left;
}
.galerieBild {
	border: 1px solid #666666;
	float: left;
	margin: 0px 15px 10px 0px;
	clear: right;
}

.thumbnail {
	vertical-align: bottom;
	font-size: 10px;
	float: right;
}

#fontomat {
	right: 15px;
	top: 10px;
	position: absolute;
}

#fontomat form {
	display: inline;
}

#fontomat input {
	width: auto;
	border: 0px;
}

#googleblock {
	float: right;
	margin-right: 20px;
}
