html, body {
	height: 100%;
}

body {
	background: #797979 url("images/background2.gif") repeat-y top center;
}

#page {
	top: 40px;
	width: 966px;
	height: 558px;
	margin: 0 auto;
	border: 1px solid #f67307;
	z-index: 10;
	position: relative;
	background: white url("images/background.png") no-repeat;
}

.home #header { display: none; }

#header {
	top: 4px;
	right: 0;
	width: 280px;
	z-index: 123;
	position: absolute;
	text-transform: lowercase;
}

#header h1 {
	float: right;
	padding-right: 30px;
}

#nav {
	top: 144px;
	left: 0;
	width: 137px;
	z-index: 122;
	position: absolute;
	text-align: right;
}

#content {
	top: 139px;
	left: 163px;
	width: 783px;
	height: 420px;
	position: absolute;
}

#content .inner {
	padding: 5px;
}

#content .first {
	/*float: left;*/
	width: 510px;
	top: 0;
	left: 0;
	position: relative;
}

#content .last {
	top: 5px;
	right: 5px;
	width: 245px;
	position: absolute;
}

#content li .last {
	top: 0;
	left: 0;
	position: relative;
}

#home, #maske {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

#maske {
	display: none;
}

#background {
	top: 180px;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: 2;
	position: absolute;
	background: white url("images/bg_streifen.jpg") repeat-x 0 0;
}

#footer {
	top: 563px;
	left: 0;
	clear: both;
	width: 966px;
	height: 28px;
	position: absolute;
	text-align: right;
}

#slidery {
	height: 366px;
	overflow-x: scroll;
	overflow-y: hidden;
}

#slidery div {
	white-space: nowrap;
}

#slidery div div {
	/* float: left; */
	display: inline-block;
	white-space: nowrap;
}

#slidery div span {
	display: block;
	padding: 0 30px 0 0;
	text-align: right;
	line-height: 30px;
}

#showarea {
	height: 366px;
	overflow-x: hidden;
	overflow-y: auto;
}

#home #showarea {
	height: 558px;
}

#showarea div span {
	display: block;
	text-align: right;
	padding: 5px 5px 0 0;
}

#controls img {
	cursor: pointer;
}

/* nav */

/*#nav ul {
	top: 144px;
	position: relative;
}*/
#nav ul ul {
	/*top: 0;*/
	font-size: 9px;
}
/*
#nav ul ul {
	top: 114px;
	right: 0;
	position: absolute;
	margin: 0;
}*/

#header ul {
	padding-left: 10px;
}

#nav a { text-decoration: none; }

#nav li,
#nav li a,
#header li {
	list-style-type: none;
}

#footer,
#footer a { color: white; }

#header li {
	float: left;
}

#nav,
#footer {
	text-transform: lowercase;
}

/* footer */

.copyright {
	clear: both;
	text-align: right;
}

#footer p { margin-bottom: 0; }

/* global */
fieldset { border: 0; padding-left: 5px; width: 500px;}

input.text, input.password, textarea, select { border: 1px solid #c0c0c0; background-color: white; }

input.text, input.password, textarea, select { padding: 0.05em 0.1em; margin-bottom: 3px; width: 100%; }

.submit {
	color: #F67307;
	float: right;	cursor: pointer;	border: medium none;
	font-weight: bolder;
	margin-bottom: 1em;
	background-color: white;
}

#EmailForm .invalid,
#EmailForm .required { border: 1px solid #F67307; }

.errors { color: #F67307; margin-bottom: 1em; padding-left: 5px;}
.inner { padding: 20px; }

.column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

.right { float: right; }
.clear { clear: both; }

/* border, shade & credits */
