/*
Ontwerp en realisatie door Laurens Bruijn
www.laurensbruijn.com
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #434343 url('images/background.png') repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
img {
	border: 0px;
	outline: none;
}
.border {
	border: 1px solid #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.softborder {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
a:link, a:visited{
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 2px solid #000000;
	border-top: 0px;
	text-align: left;
} 
#header { 
	background: #FFFFFF url('images/header.png') no-repeat top center; 
	height: 150px;
	padding: 0px;
} 
#sidebar {
	float: left;
}
.blok {
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border: 1px solid #BAB9B1;
	width: 225px; 
	margin: 10px;
	background: #FFFFFF url('images/sidebar_content.png') repeat-x top center;
}
a.menu:link, a.menu:visited {
	height: 20px;
	padding: 5px;
	width: 215px;
	display: block;
	color: #333333;
}
a.menu:hover {
	background: url('images/menu_over.png') repeat-x top;
	text-decoration: none;
	width: 215px;
}
a.menuactive:link, a.menuactive:visited, a.menuactive:hover {
	height: 20px;
	padding: 5px;
	width: 215px;
	display: block;
	color: #ffffff;
	background: url('images/menu_active.png') repeat-x top;
	text-decoration: none;
}
#maincontent { 
	margin: 0 0 0 230px;
	padding: 20px;
	padding-top: 10px;
	background: #FFFFFF url('images/inpage_bg.png') repeat-x top;
	font-size: 14px;
} 
#maincontent h1 { 
	margin: 0 0 14px 0;
	color: #333333;
} 
#maincontent a:link, #maincontent a:visited {
	color: #2678D2;
}
#maincontent a:hover {
	color: #4991DE;
}
#footer { 
	background: #ffffff url('images/footer.png') repeat-x top; 
	min-height: 20px;
	font-size: 12px;
	text-align: center;
	padding: 7px;
	color: #999999;
} 
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-weight: bold;
	color: #999999;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.filmdiv {
	width: 100%;
	height: 90px;
	padding: 1px;
	border: 1px solid #999999;
	background: #EBEBEB url('images/bg_film.png') repeat-x;
	margin-bottom: 8px;
}
.filmdiv_img {
	width: 120px;
	height: 90px;
	margin-right: 2px;
	float: left;
}
.filmdiv_content {
	width: 380px;
	height: 90px;
	float: left;
}
.filmdiv_up {
	width: 380px;
	height: 30px;
}
.filmdiv_titel {
	float: left;
	max-width: 315px;
	color: #3A3A3A;
	font-weight:bold;
	font-size: 20px;
	padding: 4px 0 0 11px;
}
.filmdiv_jaar {
	float: right;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding: 11px 12px 0;
}
.filmdiv_subtitel {
	font-size: 12px;
	color: #666666;
	font-style:italic;
	font-weight:bold;
	padding: 2px 12px 0;
}
.filmdiv_onderwerp {
	float: left;
	padding: 15px 14px 0;
	font-size: 16px;
	color: #999999;
}
.filmdiv_awards {
	float: left;
	padding: 12px 15px 0;
}
.filmdiv_kijkwijzer {
	float: right;
	padding: 10px 8px 0;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.info, .success, .warning, .error, .validation, .note {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}
.note {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 15px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/boxes/info.png');
}
.info a:link, .info a:visited {
    color: #00529B;
    font-weight: bold;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/boxes/success.png');
}
.success a:link, .success a:visited {
    color: #4F8A10;
    font-weight: bold;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/boxes/warning.png');
}
.warning a:link, .warning a:visited {
    color: #9F6000;
    font-weight: bold;
}
.note {
    color: #9F6000;
    background-color: #FEEFB3;
}
.note a:link, .note a:visited {
    color: #9F6000;
    font-weight: bold;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/boxes/error.png');
}
.error a:link, .error a:visited {
    color: #D8000C;
    font-weight: bold;
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/boxes/validation.png');
}
.validation a:link, .validation a:visited {
    color: #FFCCBA;
    font-weight: bold;
}
