body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #fff;
	background: #fff url(container-background.png) top center repeat-y;
}

* {
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	width: 800px;
	margin: 10px auto;
	border: 1px solid gray;
	border-width: 0px;
	z-index: 1;
	background-color: transparent;
}

#header {
	position: relative;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 78px;
	background-color: transparent;
	padding: 7px 20px 13px;
	border-right: 0px solid white;
	border-bottom: 1px solid black;
}

#header .logo {
	position: absolute;
	top: 1px;
	left: 430px;
}

#header .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
	color: white;
}

#header .ondertitel {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: white;
}

#menu {
	position: absolute;
	top: 98px;
	left: 0px;
	width: 250px;
	border-right: 0px solid black;


}

#menu .items {
	margin-top: 0px;
	border-top: 1px solid black;
}

#menu .item {

	border-bottom: 1px solid black;
	text-align: right;
}

#menu .item a {
	display: block;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #ff8000;
	opacity: 0.8;
}

#menu .item a:hover,
#menu .item a.active {
	background-color: #000;
		opacity: 1;
	color: white;
}	

#menu .logo {
	padding: 20px;
}

#menu .sponsor {
	padding: 20px;
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
	background-color: #eee;
}

#content {
	position: relative;
	top: 0px;
	left: 250px;
	width: 500px;
	padding: 20px;
	background-color: white;
	border-right: 5px solid #ff8000;
	min-height:380px;
}

#footer {
	display: none;
	position: relative;
	top: 0px;
	left: 250px;
	width: 500px;
	height: 20px;
	padding: 10px;
	background-color: white;
}

#background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#background img {
	display: none;
}

#background img.loaded {
	display: block;
}

img {
	border: 0;
}

img.right {
	float: right;
	clear: right;
	margin-left: 10px;
}

#header a {
	color: white;
	text-decoration: none;
}

p {
	line-height: 150%;
	margin: 0px 0px 10px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	
}
li {
	line-height: 150%;
}

h1 {
	margin: 0px 0px 10px;
	font-size: 36px;
}

h2 {
	margin: 10px 0px;
	font-size: 20px;
}

h3 {
	font-size: 14px;

}

form label {
	width: 400px;
	display: block;
	font-weight: normal;
}

form legend {
	font-weight: bold;
}

form li {
	list-style-type: none;
}

form fieldset {
	margin-top: 15px;
	padding: 10px;
}

form p.inline-errors {
	color: red;
	display: inline;
}

form textarea {
	width: 480px;
	max-height: 100px;
}

table {
	width: 100%;
	margin-bottom:25px;
}

th {
	background-color: #ff8000;
	color: white;
}
td {
	border-bottom: 1px solid #dddddd;
}
div.header {
	background-color: #ff8000;
	padding: 2px;
	color: white;
}
div.comment {
	padding: 0px;
	border: dotted 1px #ff8000;
	margin-bottom: 25px;
}
.pwi_album {
	display:inline-block;
	margin: 20px;
	width: 200px;
	height: 200px;
	cursor: pointer;
}