/*	STYLESHEET FOR DEFINING THE NEWSLETTER LAYOUT	*/
body {
	font-family: helvetica, arial, sans-serif;
	margin: 0px;
	background-color: #DDEDF6;
}

div.csc-header,div.csc-header-n1 {
	height: 30px;
	padding-top: 3px;
}

div#navi-1-section{
	 display: none;
}

div#container {
	margin-left: 15px;
	width: 540px;
	padding-bottom: 10px;
	background-color: white;
}

#content div.csc-textpic-caption {
	padding: 3px;
	background-color: #FFF;
	color: #333;
}

div#logo {
	margin: 0px;
	padding: 0px;
	height: 147px;
	background-image: url(http://woche-der-sonne.de/fileadmin/img/banner_rs.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 10px #DDEDF6 solid;
}

div#title {
	margin: 10px;
	background-color: #EC8F03;
}

div#title h1 {
	margin: 0px;
	padding: 4px 5px 2px 5px;
	color: white;
	font-size: 1em;
	background-color: #4EA0CA;
}

div#content {
	margin: 10px;
}
