/*
	Template: PharosReizen
*/

/* System CSS */
body {
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url('http://www.pharosvideotheek.nl/website4/Background/Achtergrond-site.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
}

#page {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  
  position: relative;
  width: 985px;
  margin-top: 10px;
  
  left: 50%;
  margin-left: -491px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  
  overflow: hidden;
}

#page #header {
  background-color: #fff;
  
  position: relative;
  width: 975px;
  height: 70px;
 
  left: 5px;
  top: 5px;

  overflow: hidden;
}

#page #sidebar {
  background-color: #fff;
  
  position: relative;
  width: 240px;

  top: 10px;
  left: 5px;
  float: left;

  overflow: hidden;
}

#page #canvas {
  background-color: #fff;
  
  position: relative;
  width: 730px;
  z-index: 100;
  top: 10px;
  right: 5px;
  float: right;

  overflow: hidden;
}

#page #footer {
  background-color: #fff;
  
  position: relative;
  width: 975px;
  top: 15px;
  left: 5px;
  
  clear: both;
  overflow: hidden;
}

#footer #disclaimer {
  position: absolute;
  right: 0px;
  top: 50%
}

#byline {
  text-align: center;
  font: 7pt Verdana;
  margin-top: 10px;
}

#blockcontainer {
  position: relative;
  width: 730px;
}

/* User CSS */

.SectionHead {
  position: relative;
  height: 25px;
  margin-bottom: 5px;
}

.Image
{
	padding: 0,0,0,0;
}

.Heading
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #CC1106;
	padding-top: .5em;
	padding-right: .5em;
	padding-left: .5em;
}

.SubHeading
{
	font-family: Verdana, Arial, Sans-Serif;
	color:Black;
	font-size: 11px;
	padding-right: .5em;
	padding-left: .5em;
}

.Content
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding-top: .5em;
	padding-right: .5em;
	padding-left: .5em;
	padding-bottom: .5em;
	
}

.Content li
{
	line-height: 15px;
}

.Content a:link, .Content a:visited, .Content a:active
{
	color: #bb0102;
}

.Content a:hover
{
	text-decoration: underline;
	color: #bb0102;
}



