/* CSS Document */

* { -moz-box-sizing: border-box; }

body {
	margin: 0px;
	padding: 0px;
	
	font-family: arial;
	font-size: 12px;
	
	overflow: auto;
}

table, td, tr, input, textarea { font-size: 12px; }

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #999999;
}

#container {
	position: relative;
	height: 550px;
	width: 990px;
	
	text-align: left;
}

#left {
	position: absolute;
	width: 150px;
	height: 100%;
	left: 0px;
	top: 0px;
}

#left td { text-align: left; }

#menu .menulinks {
	
	display: block;
	
	margin-top: 10px;
	margin-left: 5px;
	
}

#menu a {
	
	font-size: 13px;
	font-weight: bold;
}

#menu .block {
	
	float: left;
	height: 7px;
	width: 7px;
	margin-top: 4px;
	margin-right: 3px;
	background-color: #999999;

}

#top {
	position: absolute;
	width: 840px;
	height: 90px;
	right: 0px;
	top: 0px;

	text-align: right;
}

#bottom {
	position: absolute;
	width: 840px;
	height: 75px;
	right: 0px;
	bottom: 0px;
}

#bottom img {
	position: relative;
	
	margin-top: 15px;
	margin-left: 75px;
}

#content {
	position: absolute;
	width: 840px;
	height: 385px;
	right: 0px;
	top: 90px;
	
	padding: 10px;
	
	overflow: auto;	
}

#title {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#text {
	float: left;
	width: 730px;
	
	padding: 10px;
	font-size: 12px;
}

.header { width: 100%;}

#vrouwen {
	position: absolute;
	right: 90px;
	top: 20px;
		
	width: 340px;

}

#mannen {
	position: absolute;
	left: 25px;
	top: 20px;
	
	width: 340px;
}

.collum {
	float: left;
	padding: 10px;	
	text-align: center;
}

.acteur {
	width: 300px;
	height: 60px;
	
	margin: 5px;
	padding: 5px;
	
	overflow: hidden;
	
	text-align: left;
}

.acteur img {
	float: left;
	margin-right: 5px;
}

.acteur .naam {
	float: left;
	width: 230px;
}

.empty_field {
	color: #FF0000;
}

.login_error { 
	width: 240px;
	
	padding: 10px;
	margin: 10px;
}

#image_upload {

	position: relative;

	width: 300px;
	height: 250px;
	
	text-align: left;
	
	border: 1px SOLID #666666;
	background-color: #F6F6DF;

}

#image_upload .header {
	height: 25px;
	width: 100%;
	
	padding: 5px;
	
	font-weight: bold;
	border-bottom: 1px SOLID #666666;
	background-color: #ADAD88;
}

#image_upload .files { 
	
	padding: 10px; 
	
}

#image_upload .files a { color: #006600; }
#image_upload .files a:hover { color: #333333; }

#image_upload .footer {

	position: absolute;

	height: 30px;
	width: 100%;
	
	bottom: 0px;
	
	padding: 5px;
	
	text-align: center;
	border-top: 1px SOLID #666666;
	background-color: #ADAD88;

}

.main_options {
	text-align: left;
	width: 680px;
	height: 62px; 
	padding: 2px; 
	
	margin: 0px 0px 15px 15px;
	/*border: 1px SOLID #666666;*/
	background-color: #CEDABC; 
}

.option_actions {
	float: left; 
	width: 150px;
	padding: 2px;
	margin-top: 5px;
}

.option_select {
	float: right;
	margin-top: 37px;
}

.option_select input { width: 60px; }

.option_geslacht {
	float: right;
	margin-right: 15px;
}

.option_type {
	float: right;
	margin-right: 15px;
}

.option {
	float: right; 
	width: 20px; 
	height: 20px; 
	background-color: #CEDABC; 
	margin-bottom: 2px; 
	margin-left: 3px; 
	padding: 2px;
}

.option input {
	margin: 1.5px;
}

.titel { font-size: 24px; }

.fotos { 
	position: relative;
	float: left; 
	width: 250px;
}

.fotos img {
	margin-bottom: 20px;
}

.kenmerken {
	font-style: italic;
	margin-bottom: 10px;
}

.beschrijving { 
	position: relative;
	float: right; 
	width: 400px;
}
