/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background:#ccc;
	text-align:left;
}

#all {
	position: absolute;
	border: 1px solid #ccc;
	margin: -308px auto auto -450px;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 615px;
}

h2{
	color: #1b3461;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
}

#header {
	float: left;
	background: #1b3461;
	width: 100%;
}

#logo {
	float: left;
	margin: 0px 0px 0px 10px;
}

#topmenu {
	margin: 0px 0px 0px 0px;
	background: url(../images/topmenubg.gif) repeat-x;
	border: 0px solid yellow;
	height: 35px;
	width: 100%;
}

#left {
	float: left;
	width: 450px;
	margin: 0px;
}

#left a {
	text-decoration: underline;
	color: #1b3461;
}

#left a:hover {
	text-decoration: none;
	color: #1b3461;
	font-weight: bold;
}

#content { 
	border:0px orange solid;
	float: left;
	margin: 10px;
	text-align: left;
}

#content p {
	margin: 7px 0px 7px 0px;
} 

#right {
	float: left;
	width: 450px;	
	
	margin: 0px;
}

#contentarea {
	
	width: 900px;
	height: 500px;
	border: 0px solid green;
}

#homepic {
	margin: -30px -15px -15px -20px;
}

#topmenu a{
	color: #FFF;
	text-decoration: none;
}

#topmenu ul li a:hover, #topmenu ul li.active a {
	display: block;
	height: 32px;
	background: url(../images/stars.gif) bottom no-repeat;
}

#topmenu ul {
	list-style: none;
	display: inline;	
	width: 100%;
}

#topmenu ul li{
	display: block;
	float: left;
	margin: 0px 10px 0px 15px;
	height: 32px;
}

#sterkamp-right {
	background: url(../images/de_sterkampen-right.jpg) no-repeat;
	width: 450px;
	height: 500px;
	border: 0px solid red;
}

#sterkamp-link {
	position: absolute;
	background: #FFF;
	display: block;
	height: 150px;
	width: 150px;
	margin: 10px 10px 10px -5px;	
}


#page-symposium {
	padding-top: 5px;
	height: 100%;
	width: 650px;
	background:#fff;
}

#page-pad {
	padding-top: 212px;
	height: 280px;
	width: 450px;
	background: url(../images/vergeten-pad.jpg) top center no-repeat;
}

#page-kamp {
	padding-right: 100px;
	float: left;
	height: 500px;
	width: 350px;
	border: 0px solid red;
	background: url(../images/de_sterkampen.jpg) bottom no-repeat;
}

#right img{
	border: none;
}

#kaart-uitleg {
	margin-top:		60px;
	margin-bottom: 20px;
}

#page1{
	padding-right: 100px;
}

#background{
	float: left;
	height: 100%;
	width: 100%;
	background: url(../images/fotoboek-achtergrond.jpg);
}

#wandelgids{
	float: left;
	margin: 40px 0px 0px 0px;
}

#leftmenu a{
	color: #1b3461;
	text-decoration: none;
}

#leftmenu {
	float: left;
	border: 0px solid red;
	width: 250px;
	height: 100%;
}

#leftmenu ul {
	list-style: none;
	padding-left: 25px;
	margin-top: 25px;
	width: 100%;
}

#leftmenu ul li{
	font-weight: bold;
	list-style: none;
	margin-bottom: 5px;
	width: 100%;
}

#page-foto{
	float: left;
	border: 0px solid green;
	width: 646px;
	height: 100%;
}

.pics {  
	border: 0px solid #999; 
	position: absolute; 
	left: 50%; 
	margin-left: -125px; 
	margin-top: 50px;
    height: 375px;
	width: 500px;
    padding: 0;  
} 
 
.pics img {  
    padding: 3px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    
    top:  0; 
    left: 0 
} 

.fototext{
	position: absolute;
	margin-top: 440px;
	left: 50%;
	margin-left:-70px;
	width: 400px;
}

.clear{
	clear: both;
}

.combine{
	position: absolute;	
	border:  #FF0000 0px solid;
	width: 900px;
	height: 500px;
	background: #fff;
	float:left;
}

.footer {
position: absolute;
	border: 1px solid #ccc;
	margin: 320px auto auto -450px;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 30px;
}

.build {
height:15px;
padding-left: 5px;
font-size: 10px;
color: #EFEFEF;
}

.build a {

color: #F9F9F9;
}