* {
	margin:0;
}
html, body {
	height:100%;
}

div.logo{
 background-image: url('../images/logo.png');
 width: 960px;
 height: 174px;
 margin: 5px 0px;
}

div.menu{
	height: 100%;
	margin: 10px 0;
	padding: 0px 0px;
}

div.content{
	margin: 1em;
}

div.content h2{
	font: bold 1.2em "Courier New", Courier, monospace;
	text-align:center;
	padding: 0 0 1em;
}

div.content h3{
	font: bold 1em "Courier New", Courier, monospace;
	text-align:center;
	padding: 2em 0 1em;
}

div.content p{
	text-indent: 1.5em;
	padding: 5px 0;
	text-align:justify;
}

div.content img{
	float: none;
	padding: 10px;
}

img#poster {  
  width: 360px;  
  height: 280px;  
}
a:hover {
	color: #00F;
	text-decoration:underline;
}
a {
	text-decoration:none;
}
div.footer {  
  background-image: url('../images/navbar.jpg');
  margin-top: 1em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 5px;
  padding: 1em 0em;
}

div.footer p{
	font: normal 0.8em "Myriad Pro", "Helvetica Neue", arial, sans-serif;
	color: #6FF;
	text-align:center;
	margin: 0px;
	letter-spacing: 0.2em;
}

div.senden {
	border:0 none;
	background: #0CF;
	color:#f5f5f5;
	/*font: 14px/18px "Trebuchet MS",Arial,Helvetica,sans-serif;*/
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-top: 0.5em;
	float: right;
	text-align:center;
}

div.senden:hover {
	background: #6F9;
}

div.senden a {
	font: 0.8em/1.2em Verdana, Arial;
	color: #009;
	font-weight: 50;
	text-decoration: none;
}

div.main-wrap{
	min-height:100%;
	height:auto  !important;
	height:100%;
	margin:0 auto -3em;
}

div.footer-wrap, .push {
	height: 3em;
}

div.dlink{
	border: solid 2px #06F;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 5px;
	margin: 5px 0 0;
}

div.dlink img{
	float:left;
	padding: 10px;
}

div.dlink h4{
	font: normal 0.75em "Courier New", Courier, monospace; 
	color: #000;
	text-align:left;
	letter-spacing: 0.1em;
	padding: 1em 0;
}

div.footer-wrap p{
	font: normal 0.8em "Myriad Pro", "Helvetica Neue", arial, sans-serif;
	color: #009;
	text-align:center;
	margin: 2em 0 0;
	letter-spacing: 0.2em;
}
