/* CSS Document */
/* Website door Sander Damen, www.SanderD.nl */

	/*
	Kleurenschema:
	
	Background-grijs, #f3f3f3;
	Donkerblauw, #48686D;
	Lichtblauw, #6a9a9a;
	Oranje, #E2961D;
	
	*/
	
body, html {

	margin: 0;
	padding: 0;
	background: #f3f3f3 url(../images/bg.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

p {

	margin: 0;
	padding: 0 0 15px 0;

}

img {

	border: 1px solid #f3f3f3;

} 

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px dashed white;

}

h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding: 15px 0 5px 0;
	margin: 0;

}

a {

	color: #E2961D;
	text-decoration: underline;

}

a:hover {
	
	text-decoration: none;

}

#header {

	width: 872px;
	height: 260px;
	background: url(../images/header.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-transform: uppercase;
	font-size: 10px;

}

#header a {

	color: white;
	text-decoration: none;
	display: block;
	width: 158px;
	padding: 8px 0 8px 20px;

}

#header a:hover {

	color: #E2961D;
	background-color: white;

}

#header ul {

	margin: 0;
	padding: 40px 0 0 660px;
	list-style: none;

}

#header li {

	border-bottom: 1px solid white;
	width: 178px;
	padding: 0;
	margin: 0;

}

#container {

	width: 872px;
	min-height: 300px;
	background: url(../images/container.jpg) repeat-y;
	margin: 0px auto 0 auto;
	color: white;

}

#bg {

	width: 814px;
	background-color: #48686d;
	border-top: 10px solid #6a9a9a;
	min-height: 300px;
	margin: 0 0 0 34px;;

}

#textBlog {

	padding: 10px;


}

#footer {

	width: 804px;
	height: 20px;
	background-color: #6a9a9a;
	margin: 0;
	padding: 5px 0 0 10px;
	clear: both;

}

#bottom {

	width: 804px;
	height: 20px;
	background-color: #6a9a9a;
	margin-left: 34px;
	padding: 5px 0 0 10px;


}

#footer a, #bottom a {

	color: white;
	text-decoration: none;

}

#footer a:hover, #bottom a:hover {

	text-decoration: underline;

}

#left {

	width: 262px;
	float: left;
	padding: 10px 10px 30px 10px;

}

#middle {

	width: 262px;
	float: left;
	padding: 10px 10px 30px 10px;

}
#leftMiddle {


	float: left;
	padding: 10px 10px 30px 10px;
	width: 544px;
	
}

#right {

	width: 220px;
	background: url(../images/column.jpg) repeat-y;
	float: left;
	padding: 10px 10px 30px 10px;

}

.newsBlock {

	margin-bottom: 20px;

}

.newsBlock a {

	color: #48686d;
	font-weight: bold;
	text-decoration: underline;

}

.newsBlock a:hover {

	color: #E2961D;
	
}

.newsBlock h2
{
	
	color: #EFBA68;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	
}

p.menuTop {

	font-size: 13px;
	font-weight: bold;
	color: #E2961D;

}

p.menuTop a {

	font-weight: normal;
	color: #E2961D;
	text-decoration: underline;

}

p.menuTop a:hover {

	color: white;

}

#tableFotogalerij p {

	font-size: 11px;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0;
	text-align: center;

}
