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

html {
	background: #A09F35 url(../img/noiseschwein.jpg) 0 0 repeat fixed;
}

body {
	padding: 0;
	width: 800px;
	padding: 25px;
	margin: 0px auto;
	background: #fff;
	font-family: times;
	font-size: 16px;
	color: #000;
	border-left: solid 5px #ddd;
	border-right: solid 5px #ddd;
}

h1, h2, h3, p {
	margin-bottom: 1em;
}

h2, h3 {
	margin-top: 2em;
}

img {
	border: none;
	margin: 20px;
}

a img {
	border: solid 2px #ccc;
}

a:hover img {
	border: solid 2px #f00;
}

p {
	line-height: 1.5;
}

p.backlink {
	border-bottom: solid 1px #ccc;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

p a {
	color: #000;
}

p a:hover {
	background-color: #000;
	color: #fff;
}

fieldset {
	border: none;
}

fieldset label {
	font-size: 1em;
	display: block;
	float: left;
	width: 150px;
	padding: 5px 0px;
}

fieldset label.required {
	background: transparent url(../img/icon_required.gif) 125px center no-repeat;
}

fieldset input,
fieldset textarea {
	width: 350px;
	margin-bottom: 10px;
	border-width: 1px;
	font-family: arial;
	background-color: #fff;
	padding: 5px;
}

fieldset textarea {
	height: 150px;
	font-size: 1em;
}

fieldset input.button {
	background-color: #D4D0C8;
}

.gbentry {
	margin-bottom: 1.5em;
	border-bottom: solid 1px #B4C3CD;
}

.gbentry h3 {
	margin-bottom: 1em;
}

.gbentry p {
	margin-bottom: 1em;
}

.gbentry p.info {
	border-top: dotted 1px #B4C3CD;
	padding-top: 1em;
}

.gbentry p a {
	color: #fff;
}

.gbentry p a:hover {
	text-decoration: none;
}

