/* CSS rot  */

body {
	background-color: #cf2441;	
	font-family: "Lucida Console";	
}

h1, h2, h3, h4, a:link, a:active, .beschriftung, input, textarea {
	color: #FFFF99;
}

a:visited {
	color: #F6FFB3;
}

a:hover {
	color: #FDFF3F;
}

.content {
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
}

input, textarea {
	color: #cf2441;
	font-family: "Lucida Console";	
}

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