/*

Sourcecode written by
David Boenig

Contact:
david@martial-design.de
www.martial-design.de

*/


html, body {
	padding:0;

	margin-top: 5px;

	background-color: #FFFFFF;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

/*
Außenrahmen des Layout's
*/
#main {
	width: 990px;
	margin: 10px auto;
	text-align: left;
}

#header {
	background-image: url(https://ssl.suisse-arte.ch/images/layout/header/logo_bg.gif);
	width: 995px;
	height: 94px;
	margin-bottom: 10px;

	z-index: 10;
}

#ads {
	width: 995px;
	clear: both;
	z-index: 11;
}

#footer {
	width: 995px;
	clear: both;
	background-image: url(https://ssl.suisse-arte.ch/images/layout/footer/logo_bg.gif);

	text-align: right;

	z-index: 11;
}
