/* Page
----------------------------------------------- */
html {
	height:100%;
	width:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana;
	font-size:12px;
	color:#3c3c3c;
	
	background-color:#c0c0c0;
	background-image:url(/img/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;

}



/* Headers
----------------------------------------------- */
h1, h2, h3, h4, h5 {cursor:default}
h1 {
margin:0 0 10px 0;
padding:0;
font-size:26px;	
font-weight:normal;
color:#ff0041;
}
h2 {
margin:0;
padding:0;
font-size:20px;	
font-weight:normal;
color:#ff0041;
}

h3{
margin:0;
padding:0;
font-size:14px;
font-weight:bold;
}

/* Paragraphs
----------------------------------------------- */
p{
line-height:18px;
}


/* Lists
----------------------------------------------- */
ul {
margin:0;
padding:0;
}

ul.menu{
list-style:none;
padding:4px 10px;
}

ul.menu li{
height:18px;
padding:2px 0 0 0;
}

ul.menu li a{
color:#3c3c3c;
text-decoration:none;
}

ul.menu li a:hover{
color:#ff0041;
text-decoration:none;
}


ul.filmstrip{
list-style:none;
padding:17px 0 0 63px;
line-height:13px;

}

ul.filmstrip li{
float:left;
width:112px;
margin:0 12px 0 0 ;
text-align:center;
}

ul.filmstrip li a{
color:white;
text-decoration:none;
}


ul.filmstrip li a:hover{
color:#ff0041;
text-decoration:none;
}

ul.filmstrip li a img{
border: 1px solid white;
text-decoration:none;
}

ul.filmstrip li a:hover img{
border: 1px solid #ff0041;
text-decoration:none;
}




/* Tables
----------------------------------------------- */
table {}

table.itemview tr td.flyer{
width:284px;
padding:10px 0 20px 0;
vertical-align:top;
}


table.itemview tr td.text{
width:316px;
padding:0 15px 20px 15px;
vertical-align:top;
}


table.itemview tr td.video{
width:320px;
padding-top:10px;
vertical-align:top;
}

/* Forms
----------------------------------------------- */
fieldset{
border:none;
margin:0;
padding:0;
}

fieldset legend{
}

.input label, label.inputlabel{
}

.input{

}

.input input, .input textarea{

}



/* Links
----------------------------------------------- */
a {color:#f40628; text-decoration:underline}
a:hover {color:#f40628; text-decoration:none}

#admin a {color:#f40628; text-decoration:none}
#admin a:hover {color:#f40628; text-decoration:underline}


/* Misc
----------------------------------------------- */
img {border:0px}

img.flyer{
border:2px solid #3c3c3c;
}

img.thumb{
border:1px solid white;
}

hr {}
blockquote{}
pre{}
em{}

/* Main wrapper
----------------------------------------------- */
#site-wrapper{
position:relative;
width:980px;
height:100%;
margin:0 auto;
padding-right:1px;
}





/* CONTENT
----------------------------------------------- */

#header{
position:relative;
width:980px;
height:110px;
background-image:url(/img/header.jpg);
background-repeat:no-repeat;
}

#strip_boven, #strip_onder{
position:relative;
width:980px;
height:157px;
background-image:url(/img/filmstrip.jpg);
background-position:center;
background-repeat:no-repeat;
}

#content{
position:relative;
padding:20px 15px;
width:950px;
min-height:260px;
}

#content_left{
position:relative;
float:left;
width:284px;
padding-top:10px;
}


#content_center{
position:relative;
float:left;
width:316px;
padding:0 15px;
}


#content_right{
position:relative;
float:left;
width:320px;
padding-top:10px;
}

#submenu{
position:relative;
width:135px;
height:88px;
margin:10px 0 0 0;
padding:0 20px 0 0;

float:right;
text-align:right;
}

#admin{
position:relative;
width:135px;
height:88px;
margin:10px 0 0 10px;

float:left;
}

#logo{
position:relative;
float:left;
width:415px;
padding:10px 0 0 15px;

}

.clear{
clear:both;
}


/* Primary navigation
----------------------------------------------- */


/* Secondary navigation
----------------------------------------------- */

/* Footer
----------------------------------------------- */

#footer{
position:relative;
padding:0 15px;
width:950px;
height:20px;
}

#footer_l{
position:relative;
float:left;
width:750px;
margin-top:2px;
}

#footer_r{
position:relative;
float:left;
width:200px;
margin-top:2px;
text-align:right;
}
#footer a{
color:#3c3c3c;
text-decoration:none;
}

#footer a:hover{
color:#3c3c3c;
text-decoration:underline;
}


/* CakePHP specific definitions
----------------------------------------------- */
.error-message{
color:#d01425;
font-weight:bold;
}

