/* Css-file van festivalsite van Die Spelewei */
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #655A46;
	background-image: url(../images/bgr.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto -20px auto;
	width: 780px;
	position: relative;
	height: auto;
	height: 100%;
	background-color: #FFFFFF;
	padding-bottom: 25px;
}

/* header */
.header {
	height: 268px;
	margin: 0 auto;
	width: 760px;
}

/* header op pagina met foto's */
.fotoheader {
	margin: 0 auto;
	width: 760px;
}

/* navigation */
.navigationblok {
	background: url(../images/bgr.png); 
	width: 17%;
	float:left;
}
.navigation {
	height: 100%;
	margin: 5px 0px 5px 10px;
}
html>body .navigation {
	margin: 5px 10px 5px 10px;
}
.navigation ul {
	margin: 0;
}
.navigation li {
	list-style: none;
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	border-left: 10px solid #84AA00;
	width: 90%;
}
.navigation li:hover {
	list-style: none;
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	border-left: 10px solid #84AA00;
	width: 90%;
	z-index: 10;
}				
.navigation li a {
	color: #FFFFFF;
	display: block;
	padding: 2px 0px 2px 2px;
	text-decoration: none;
	background-color: #BAE60D;
	border-left: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.navigation li a:hover {
	color: #333333;
	text-decoration: underline;	
}
.images {
	width: 100%;
	height: 100%;
	margin: 7px 0px 7px 20px;
}
.images img {
	border: none;
}
.images li {
	list-style: none;
}
.images li a {
	padding: 5px 0px 5px 0px;
}

/* log in */
.inloggen {
	margin: 7px 0px 7px 7px;
	font-size: 12px;
}

/* second navigation */
.menu {
	height: 100%;
	margin: 5px 10px 5px 10px;
}
.menu ul {
	margin: 0;
}

.menu li {
	list-style: none;
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	border-left: 10px solid #84AA00;
}

.menu li a {
	color: #FFFFFF;
	display: block;
	padding: 2px 0px 2px 2px;
	text-decoration: none;
	background-color: #BAE60D;
	border-left: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.menu li a:hover {
	color: #333333;
	text-decoration: underline;	
}

/* content */
.content {
	background-color: #EBEBEB;
	padding: 10px 0px 30px 10px;
	float: right;
	width: 80%;
}

.content li {
	font-size: 12px;
}

.talen {
	text-align: right;
}

.talen li {
	font-size: 10px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

/* main */
.main {
	background-color: #FFFFFF;
	clear: both;
	padding: 0px 10px 30px 10px;
}

/* style */
.titel {
	text-align: left;
	color: #84AA00;
	font-size: 12px;
	font-weight: bolder;
}
.ondertitel {
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
}
.inhoudCenter {
	text-align: center;
	font-size: 12px;
}
.inhoud a {
	text-align: center;
	text-decoration: none;
	color: #84AA00;
}
.inhoudLinks {
	text-align: left;
	font-size: 12px;
}
.inhoudHoofdletters {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
}
.nieuwsflash {
	text-align: left;
	font-size: 12px;
	border: 2px solid #84AA00;
	font-style: italic;
}
.navigation2 {
	padding-left: 10px;
}

a {
	text-decoration: none;
	color: #84AA00;
}