/* CSS hellgrau  */

body {
	background-color: #cdffcc;	
	font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, a:link, a:active, .beschriftung {
	color: #5d51b9;
}

a:visited {
	color: #7969EF;
}

a:hover {
	color: #3C3478;
}
.content {
	border-top-color: #5d51b9;
	border-right-color: #5d51b9;
}

input, textarea {
	color: #5d51b9;
	font-family: "Times New Roman", Times, serif;
}

input.not, textarea.not {
	color: #5d51b9;
	font-style: italic;
}
