input, textarea {
	border: 1px solid black;
	color: #000000;
	background-color: white;
}

textarea {
overflow: auto;
width: 250px;
height: 100px;
font-size: 11px; }
input {
width: 150px;
height: 20px;
 }

div.entry {
border-left: 1px solid black;
border-right: 1px solid black;
margin: 10px;
padding: 0px;
background-color: white; }

div.entry p.header {
margin: 0px;
padding: 5px;
background-color: #f0f0f0;
border-top: 1px solid black;
border-bottom: 1px solid black; }

div.entry p.main {
margin: 5px;
padding: 0px; }

input.button {
	color: black;
	background-color: #DCDCDC;
	border-left: 2px solid #F6F6F6;
	border-top: 2px solid #F6F6F6;
	border-bottom: 2px solid #8E8E8E;
	border-right: 2px solid #8E8E8E;
}

small {
display: block;
text-align: right;
font-size: 9px; }

strong {
display: block;
width: 50px;
position: relative;
top: -3px;
float: left;
font-weight: bold;
font-size: 20px;
color: #808080; }

a {
color: navy;
text-decoration: none; }

a:hover {
color: blue; }

hr {
color: black;
width: 100%;
height: 1px; }

.setCode {
color: black; }

		/* Inhaltsverzeichnis Anfang */


