/* CSS gelb  */

body {
	background-color: #DBDF70;	
	font-family: Arial, Helvetica, sans-serif;
}

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

a:visited {
	color: #FB2A4E;
}

a:hover {
	color: #A01B32;
}

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


input, textarea {
	color: #cf2441;
	font-family: Arial, Helvetica, sans-serif;
}

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