﻿body {
	font: 10pt/16pt Verdana, Arial;
	background: #f7f7f7;
	color: #666;
}

div#Container {
	width: 880px;
	margin: -10px auto 0 auto;
	background: url(../../Media/Design/bgShadowMid.jpg) repeat-y left top;
	padding: 10px 20px;
}

address {
}

address strong {
	display: block;
	font-size: 13pt;
	color: #660000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div#Content {
	float: left;
	width: 595px;
	border-left: 30px solid white;
	border-right: 30px solid white;
}

div#Right {
	width: 185px;
	float:left;
	border-right: 30px solid white;
}

div#Right a:link, div#Right a:visited {
	color: #660000;
	text-decoration: none;
}

div#Right a:hover {
	text-decoration: underline;
}

div#Content a:link, div#Content a:visited {
	color: Black;
	text-decoration: underline;
}

div#Content a:hover {
	text-decoration: none;
}

ul#TopNavigation {
	width: 880px;
	height: 20px;
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	text-align: right;
	background: url(../../Media/Design/bgShadowTop.jpg) no-repeat center bottom;
}

ul#TopNavigation li {
	display: inline;
}

ul#TopNavigation li a:link, ul#TopNavigation li a:visited {
	color: #666;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px dotted #999;
}

/* The very first a-tag in that navigation */
ul#TopNavigation li:first-child > a {
	border-left: 1px dotted #999;
}

ul#TopNavigation li a:hover {
	color: #999;
}

ul#TopNavigation li a.selected {
	color: #bbb;
}

ul#Navigation {
	width: 880px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: Black;
	border-bottom: 40px solid white;
}

ul#Navigation li {
	display: inline;
}

ul#Navigation li a:link, ul#Navigation li a:visited {
	color: White;
	text-decoration: none;
	height: 25px;
	padding: 5px 10px 0 10px;
	float: left;
}

ul#Navigation li a:hover {
	background: #666;
}

ul#Navigation li a.selected {
	background: #666;
}

h1 {
	background: url(../../Media/Design/h1.jpg) no-repeat left top;
	padding: 20px 655px 25px 0;
	border-bottom: 7px solid white;
}

h1 a {
	text-indent: -9000px;
	display: block;
	width: 225px;
	height: 150px;
}

p#pFooter {
	text-align: center;
	background: url(../../Media/Design/bgShadowBottom.jpg) no-repeat center top;
	height: 50px;
	color: #ccc;
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

p#pFooter a:link, p#pFooter a:visited {
	color: #ccc;
	text-decoration: none;
}

p#pFooter a:hover {
	text-decoration: underline;
}

h2 {
	color: #660000;
	font-weight: normal;
	font-size: 20pt;
	margin: 0 0 20px 0;
}

/* Deze class gebruiken om de link onderin alle pagina's te stylen naar het fotoboek */
.linkToPhotoBook:link, .linkToPhotoBook:visited {
	margin: 40px 0;
	padding-left: 20px;
	font-size: 14pt;
	text-decoration: none !important;
	display: inline-block;
	background: url(../../Media/Design/btnFotoboek.jpg) no-repeat left center;
}

.linkToPhotoBook:hover {
	text-decoration: underline !important;
}

.previousNext {
}

div#Right h3 {
	font-size: 13pt;
	color: #660000;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

/* newslist in the master */
ul#LatestNews li {
	padding: 10px 0;
}

ul#LatestNews li strong {
	display: block;
}

ul#LatestNews li a:link, ul#LatestNews li a:visited {
	color: #666;
	display: block;
	text-decoration: none
}

ul#LatestNews li a:hover {
	color: #660000;
}

/* ul's in the div Content */
div#Content ul {
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

div#Content ul li {
	list-style-type: square;
}

/* Using a h3 in news detail */
div#Content h3 {
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: 2pt;
	color: Black;
	margin: 0 0 5px 0;
	padding: 0;
}

.newsImage {
	border: 1px solid black;
	margin: 0 0 10px 0;
}
