@charset "UTF-8";
/* CSS Document */

#main {
	background: none;
	background: url(images/background04.jpg) left top no-repeat;
} 

/**********************
Newsletter Anmeldung
**********************/
#content #newsletter {
	background: none;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0;
	margin-bottom: 1em;
}
#content p.nl_copy, #content #newsletter td {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #ff0;	
}
#content #newsletter .fehler_newsletter {
	color: #f00;
	font-weight: bold;
	line-height: 1em;
}
#content a, #content #newsletter a.news-latest-morelink {
	color: #ff0;
	text-decoration: underline;
}
#content a:hover, #content #newsletter a:hover.news-latest-morelink {
	color: #fff;
	text-decoration: none;
}
#content #newsletter .nl_button {
	background: #ff0;
	border: none;
	color: #000;
	padding: 1px;
}

#newsletter .csc-form-fieldcell input, #newsletter input {
	font-size: 1em;
	border: none;
	padding: 2px;
}
