body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	word-wrap: break-word;
	padding: 0;
	margin: 0;
}

.body {
	background: black url(../images/background.jpg) repeat top left; 
}

h1 {
	color: black;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 16px;
	padding-bottom: 5px;
}

h2, h3 {
	color: #991C1A;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

p {
	margin: 0;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}

br {
	clear: both;
}

img {
	border: 0;
}

label {
	float: left;
	width: 125px;
	padding-top: 4px;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #B8B8B8;
	margin: 2px 0 2px 0;
	width: 150px;
	padding: 0;
	margin: 1px;
}

.input-checkbox {
	border: 0;
	margin-top: 4px;
	width: 15px;
}

.input-text, .input-textarea {
	width: 98%;
}

.input-textarea {
	width: 98%;
	height: 300px;
}

.input-button {
	width: 100px;
}

.upload-button
{
	border: 1px solid #606060;
	width: 230px; 
	height: 18px;
	padding: 2px;
	background: lightgrey;
}

textarea {
	font-family: arial, hevetica, sans-serif;
	font-size: 12px;
	padding: 0;
}

a:link {
	color: #0064A6;
	text-decoration: none;
}

a:visited {
	color: #0064A6;
	text-decoration: none;
}
															
a:hover {
	color: red;
	text-decoration: none;
}


#container {
	width: 960px;
	background: black url(../images/background_container.jpg) repeat top left;
	margin: 0 auto;
	border: 1px solid #383838;
}

#header {
	height: 100px;
	background: black url(../images/header.jpg) no-repeat top left;
	margin-bottom: 5px;
}

#wrapper {
	margin-bottom: 5px;
}

#left-content {
	width: 660px;
	float: left;
}

#right-content {
	width: 300px;
	float: right;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: white;
}

.title {
}

.thumbnail {
	position: relative;
	width: 160px;
	height: 110px;
	float: left;
	text-align: center;
}

.photo {
	height: 105px;
}

.admin-button {
	float: left;
}

.admin-buttons {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1;
}

.menu
{
	margin-left: 137px;
	padding-top: 75px;
}

.menu a{
	color: red;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 110px;
	text-align: center;
	font-size: 15px;
}

.menu a:visited {
	color: red;
	text-decoration: none;
}
	
.menu a:hover {
	color: white;
	text-decoration: none;
}

.box, .box-members, .box-filmpjes, .box-subpageselector {
	position: relative;
	margin: 0px 5px 10px 5px;
	background-color: #F7F7F7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box-subpageselector {
	padding: 3px;
	text-align: center;
}

.box-members {
	display: inline;
	width: 155px;
	float: left;
}

.box-members .box-content-nobottom {
	height: 115px;
	text-align: center;
}

.box-members .box-content-nobottom img {
	height: 110px;
}

.box-filmpjes {
	display: inline;
	width: 320px;
	float: left;
}

.box-filmpjes .box-content {
	height: 234px;
}

.box-filmpjes .box-content img {
	width: 312px;
}

.box-col-left, .box-col-right {
	width: 318px;
}

.box-col-left {	
	float: left;	
}

.box-col-right {
	float: right;
}

.box-top {
	background-color: red;
	padding: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}

.box-content, .box-content-nobottom {
	padding: 3px;
	zoom: 1;
}

.box-content-nobottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.box-bottom {
	border-top: 1px dashed #B8B8B8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font-size: 11px;
	padding: 3px;
	color: #646464;
}

.shoutbox-message {
	margin: 4px 2px 4px 2px;
	border: 1px solid #B8B8B8;
	font-size: 11px;
}

.clearfix {
	clear: both;
}
