#header-bg {
	background: url(http://www.sg-biel-bienne.ch/images/header.png) center no-repeat;
	height: 150px;
	overflow: hidden;
}

#footer-bg {
	background: url(http://www.sg-biel-bienne.ch/images/footer.jpg) center no-repeat;
	height: 80px;
}

#footer {
	margin-top: 40px;
}

#header {
	margin-bottom: 20px;
}

#menu {
	list-style: none;
	margin: 0; padding: 0;
}

#menu ul {
	display: none;
}

#menu li {
	float: left;
	margin-right: 20px;
}

#lang {
	float: right;
}

#nav {
	padding: 20px 0px;
}

.shadow-top, .shadow-bottom {
	width: 100%;
	height: 6px;
	background: repeat-y;
}

.shadow-bottom {
	background: url(http://www.sg-biel-bienne.ch/images/shadow-bottom.png) top;
}

.shadow-top {
	background: url(http://www.sg-biel-bienne.ch/images/shadow-top.png) bottom;
}

#footer {
	background: url(http://www.sg-biel-bienne.ch/images/bg-body.jpg);
	padding-bottom: 20px;
}


.slogan {
	text-transform: uppercase;	
	font-size: 0.50em;
	line-height: 1.5em;
}

#header img {
	margin-right: 20px;
}

#header h1 {
	font-size: 2em;
	padding-top: 15px;
}

.separator {
	height: 30px;
	background: url(separator.jpg);
}

ul {
	list-style-position: outside;
}


.orange {
	color: #c16d29;
}

#saisons {
	float: right;
}

#sitemap ul {
	margin: 0; padding: 0;
	list-style: none;
}

#sitemap ul li {
	float: left;
	margin-right: 15px;
}

#sitemap ul li ul li {
	float: none;
}