@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 150%;
	background: url(../_images/body-bg.jpg) repeat-x #cccccc;
}
h1 {
	color: #111111;
	font-size: 16px;
	margin-bottom: 10px;
}
h2 {
	color: #111111;
	font-size: 14px;
	margin-bottom: 15px;
}
p {
	color: #222222;
	margin-bottom: 15px;
}
a {
	color: #555555;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}


#container {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
#left {
	width: 300px;
	float: left;
}
	#logo {
		margin: 60px auto 0 auto;
		width: 225px;
	}
	#nav {
		width: 175px;
		background: url(../_images/nav-bg.jpg) no-repeat;
		margin: 30px auto;
		display: block;
	}
		#nav ul {
			list-style: none;
			margin: 25px 35px 35px 0;
			font-size: 14px;
			display: block;
		}
		#nav ul li {
			text-align: right;
			margin-bottom: 3px;
		}
		#nav ul li a, #nav ul li {
			color: #111111;
			text-decoration: none;
		}
		#nav ul li a:hover {
			font-weight: bold;
		}
		#nav ul li span a {
			font-size: 12px;
			font-style: italic;
		}
		#contact-left {
			margin-top: 40px;
			text-align: center;
			font-size: 12px;
		}
#right {
	float: left;
	width: 500px;
	background: url(../_images/content-bg.jpg) no-repeat;
}
	#header-img {
		width: 450px;
		margin: 33px 0 20px 19px;
	}
	#content {
		padding: 0 30px 0 19px;
	}
.home-img {
	float: left;
	margin-bottom: 15px;
}
.home-img img {
	background: url(../_images/home-img-bg.jpg) no-repeat;
	padding: 14px;
}
.home-img-spacer {
	float: left;
	width: 15px;
}
#footer {
	background: #333333;
	text-align: center;
	font-size: 12px;
	color: #cccccc;
	padding: 15px;
}
#footer a {
	color: #cccccc;
}
ul#galerij li {
	list-style: none;
	float: left;
	width: 150px;
	height: 128px;
	text-align: center;
}
ul#galerij li img {
	border: 2px solid #333333;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}