/* Site woutervossen.com */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #353433;
	background-color: #353433;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 0.2;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 0.4;
}

h4
{
	font-size: 0.8em;
	font-weight: bold;
}

/*De opmaak van een link*/

  a 
{ 
	color: #5f051c;
    text-decoration: underline;
}

/*De opmaak van een link als je erover heen gaat met de muis*/

  a:hover 
{ 
  	color: #cec18d;
    text-decoration: underline;
}


div#header
{
	width: 10px;
	height: 20px;
	border: 2px solid red;
}
table#site
{
	width: 100%;
	margin-top: 1%;
	text-align: center;
}

div#site
{
	width: 950px;
	height:550px;
	background-color: #f0eddf;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div#site_intro
{
	width: 950px;
	color: #f0eddf;
	background-color: #353433;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}


div#title
{
	width: 910px;
	height: 80px;
}

div#photo
{
	width: 910px;
	height: 78px;
	background-image: url(../images/photobar_example.jpg);
}

div#photo_leeg
{
	width: 910px;
	height: 78px;
}


div#frame
{
	width: 910px;
	height: 346px;
	padding-top: 35px;
}

div#frame_intro
{
	width: 910px;
}


div#navigation
{
	width: 230px;
	height: 346px;
	float: left;
	padding-left: 30px;
	padding-right: 15px;
}

table#tablenavigation td
{
	padding-top: 7px;
	padding-bottom: 0px;
	text-align: center;
}

table#language td
{
	width: 115px;
	height: 15px;
	text-align: center;
}
div#content
{
	width: 555px;
	height: 346px;
	float: left;
	overflow: auto;
	padding-left: 15px;
	padding-right: 30px;
	text-align: left;
}

table#photoquote
{
	width: 500px;
	height: 105px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0;
}

div#footer
{
	width: 910px;
	height: 11px;
	text-align: left;
}
