body {
	margin: 0px;
	background: #f0f0f0;
}

#top {
	background: url("top-bg.gif");
	width: 100%;
	height: 60px;
}

#top .container a.logo {
	float: left;
	overflow: hidden;
}

#top .container ul.language {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#top .container ul.language li {
	list-style: none;
	float: left;
	width: auto;
	text-indent: -9999px;
}

#top .container ul.language li a {
	height: 60px;
	display: block;
}

#top .container ul.language li.fr a {
	width: 100px;
}
#top .container ul.language li.de a {
	width: 100px;
}


#categorynav .container ul.category {
	width: 980px;
	margin: 0px;
	padding: 0px;
}

#categorynav .container ul.category li {
	list-style: none;
	float: left;
	width: auto;
	text-indent: -9999px;
}

#categorynav .container ul.category li a {
	height: 60px;
	display: block;
}

#categorynav .container ul.category li.schueler a {
	width: 245px;
}
#categorynav .container ul.category li.lehrer a {
	width: 245px;
}
#categorynav .container ul.category li.student a {
	width: 245px;
}
#categorynav .container ul.category li.familie a {
	width: 245px;
}


.container {
	width: 980px;
	margin: 0 auto;
}	

#upper-banner {
	background: url("upper-banner.gif");
	width: 100%;
	height: 2px;
}
#lower-banner {
	background: url("lower-banner.gif");
	width: 100%;
	height: 2px;
}

#banner {
	background-color: black;
	width: 100%;
	height: 200px;
}

#top .container {
	height: 60px;
}

#banner .container {
	background: url("banner.png");
	height: 200px;
}

#banner .right {
	background-color: blue;
	height: 200px;
}

#content {
	width: 100%;
	float: left;
}

#page {
	float: left;
	width: 660px;
	padding: 0px 0px 300px 0px;
}

#splash {
    background: url("suisse.gif") no-repeat top;
	float: left;
	width: 660px;
	height: 500px;
	padding: 100px 0px 0px 0px;
    text-align: center;
    font-size: 20pt;
    font-family: arial, helvetica, sans-serif;
}

a.languageselect {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a.languageselect#french {
    margin-top: 50px;
    text-indent: -200px;   
    display: block;
}

a.languageselect#deutsch {
    text-indent: 100px;
    display:block;
}


a.languageselect:hover {
    color: blue;
    font-weight: bold;
}

#nav {
	float: left;
	width: 140px;
	padding: 0px 0px 214px 0px;
}

#tryit {
	float: right;
	width: 180px;
	padding: 0px 0px 214px 0px;
}

#footer {
	float: left;
	width: 100%;
	background-color: #006094;
}

#footer .container {
	background-color: #006094;
	background: url("footer.gif") no-repeat;
	padding-top: 214px;
	margin-top: -204px;
	color: white;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

a.languageselectfooter, a.contactfooter {
    color: white;
}
