body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#A6C4BD;
}

p, td, div, span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

img {
	border:0;
}

.text {
	color: #333333;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border:1px solid #5C8172;
	padding:1px;
	margin: 1px;
	background-color:#FFFFFF;
	width: 250px;
}

.button {
	width:100px;
}

.button:hover {
	background-color:#C7DAD6;
	width:100px;
}
a, a:link, a:active, a:visited {
	text-decoration:underline;
	color: #0f3333;
}

a:hover {
	text-decoration:none;
}

cite {
	clear:both;
	display:block;
	text-align:right;
	margin-bottom:30px;
}

.imgbutton {
	padding-left:30px;
}

body#buch1 {
	background: #5384B5;
	color:#fff;
}
