/* SITE LAYOUT */

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg2.gif");
	background-repeat: repeat-x;
	background-position: 0px 130px;
	overflow: -moz-scrollbars-vertical !important;
}

div#site {
	width: 820px;
	left: 50%;
	margin-left: -410px;
	margin-top: 10px;
	position: relative;
}

div#navigation_main {
	width: 820px;
}

div#stage {
	margin-top: 35px;
}

div#stage-image {
	width: 350px;
	float: left;
	margin-top: 50px;
	position: absolute;
}

div#stage-header {
	position: absolute;
	padding-left: 30px;
}

div#stage-seewalchenlogo {
	position: absolute;
	top: 230px;
	left: 170px;
	z-index: 23;
}

div#stage-stage {
	top: 172px;
	width: 375px;
	left: 350px;
	position: absolute;
}

div#stage-stage p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
}

div#navigation_meta {
	width: 90px;
	position: absolute;
	left: 720px;
	top: 120px;
}

div#startpage {
	position: absolute;
	width: 820px;
	height: 530px;
	background-image: url("../images/bg_start.jpg");
	background-repeat: no-repeat;
	background-position: 250px 40px;
}

div#startpage-sujet {
	position: absolute;
	margin-top: 70px;
	margin-left: 35px;
}

div#startpage-logo {
	position: absolute;
	margin-top: 150px;
	margin-left: 170px;
}

div#startpage-mainnavigation {
	position: absolute;
	margin-top: 280px;
}

div#startpage-metanavigation {
	position: absolute;
	width: 820px;
	margin-top: 500px;
	text-align: center;
}

div#logo {
	margin-bottom: 13px;
}

/* gallery */

div#motioncontainer {
	position: relative; 
	width: 335px; 
	height: 90px; 
	border: 1px solid #cccccc;
	overflow: hidden;
}

div#motiongallery {
	position: absolute; 
	left: 0; 
	top: 0; 
	white-space: nowrap;
}

td.left-arrow {
	width: 20px;
}

td.right-arrow {
	width: 20px;
}

td.gallery {
	padding-left: 0px;
}

img.image {
padding-top: 7px;
padding-left: 7px;
}

img {
	border-style: none;
}

.clear {
	clear: both;
}