.eintrag {
	width: 450px;
	padding-bottom: 10px;
}

textarea {
	width: 450px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

.myinput {
	width: 225px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

.button {
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.spam {
	background-color:#FF0000;
	width:450px;
}

.spamverdacht {
	background-color:#FF9900;
	width:450px;
}

.normal {
	background-color:#00FF00;
	width:450px;
}

.myimg {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-bottom: 5px;
}

.name {
	font-weight:bold;
}

a {
	text-decoration: none;
	color: #0099FF;
	}

a:hover { text-decoration: underline;
		  
		}
