html * {
	margin:0;
	padding:0;
}	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background:#292929 url(img/bg_body_glow.jpg) no-repeat fixed center top;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	
	color: #ffcc00;
	
}
#default h1,
#default h2,
#default h3,
#podiumprint h1,
#podiumprint h2,
#podiumprint h3 {
	color: #333333;
}

p {
	padding: 0px;
	margin: 0px 0px 18px 0px;
}
.wide_box p {
	clear: both;
	overflow: hidden;
}
a {
	color: #FFFFFF;
	font-weight: bold;
}
#default a {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 780px;
	margin: 20px auto;
	background-color: #1d1d1d;
}

#header {
}
#header img {
	border: none;
}
#header #logo {
	float: left;
	margin: 30px;
	display: inline;
}
#header #logo h4 {
	display: block;
	width: 305px;
	height: 54px;
	float: left;
}
#header #logo h4 a {
	display: block;
	width: 305px;
	height: 54px;
	background: url(img/logo.png) no-repeat;
	text-indent: -9999px;
}
body.podiumprint #header #logo h4 a {
	display: block;
	width: 411px;
	height: 52px;
	background: url(img/logo_podiumprint.png) no-repeat;
	text-indent: -9999px;
}
#header #beeldmerk {
	float: right;
	margin: 20px 30px;
	display: inline;
}

#nav {
	clear: both;
	height: 34px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;color: #FFFFFF;
	text-transform: uppercase;
	background-color: #666666;
	border-bottom: 8px solid #FFFFFF;
	
	
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 30px;
}
#nav ul li.last a {
	border-right: none;
}
#nav ul li a:hover, #nav ul li a.active {
	color: #ffcc33;
}

#theme {
	clear: both;
	background: #FFFFFF;
	padding-bottom: 8px;
}

#homepage {
	width: 770px;
	padding: 10px 0px 0px 10px;
}
#default,
#podiumprint {
	width: 760px;
	padding: 10px 10px 30px 10px;
	background: #000000 url(img/bg_content_white.png) no-repeat;
	color: #333333;
	position: relative;
	left: 0px;
	top: 0px;
}

#content_end {
	clear: both;
	background: url(img/bg_content_white_end.png) no-repeat;
	height: 10px;
	margin-bottom: 40px;
}
body.homepage #content_end {
	background: none;
	margin-bottom: 0px;
}
body.homepage #subnav {
	display: none;
}
#homepage .wide_box {
	width: 340px;
	padding: 0px 10px;
	float: left;
	margin: 10px;
}

#subnav {
	width: 180px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#subnav a h2 {
	color: #ffcc00;
	text-decoration: none;
}
#subnav ul {
	padding: 0px;
	margin: 5px 0px 20px 0px;
}
#subnav ul li {
	list-style-type: none;
	border-top: 1px #82a4c9 solid;
	border-top: 1px #565656 solid;
	padding: 5px 0px 5px 3px;
}
#subnav ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	color: #FFFFFF;
}
#subnav ul li a:hover, #subnav ul li a.active {
	color: #ffcc00;
}
.small_box {
	width: 152px;
	height: 109px;
	padding: 8px;
	float: left;
	margin: 10px;
	font-size: 10px;
	display: inline;
}
.small_img_box {
	float: left;
}

.half_box {
	width: 340px;
	padding: 0px 10px;
	float: left;
	margin: 10px;
	
}
.half_box_no_padding {
	width: 380px;
	padding: 0px;
	float: left;
	margin: 0px;
}
.half_box_no_padding a img {
	border: 1px solid #1d1d1d;
	margin: 9px;
}
.half_box_no_padding a:hover img {
	border: 1px solid #FFFFFF;
}
.half_box_no_padding img {
	margin: 10px;
}
.wide_box {
	width: 520px;
	margin: 10px 20px 0px 20px;
	float: left;
	display: inline;
}
.full_box {
	width: 704px;
	padding: 8px;
	float: left;
	margin: 10px;
}
.boxed {
	background-color: #262626;
	border: 1px solid #666666;
}
#default .boxed {
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
}
.txt_white, .txt_white a, .txt_white h1 {
	color: #FFFFFF;
}
.crown {
	background-image: url(upload/backgrounds/bg_crown.jpg);
}
.jbl {
	background-image: url(upload/backgrounds/bg_jbl.gif);
}
#content .last,
#default .last {
	margin-right: 0px;
}

#footer {
	clear: left;
	margin: 0px;
	font-size: 10px;
	background-color: #666666;
	overflow: hidden;
	padding: 0 0 5px 0;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	padding: 0px auto;
	margin: 0px;
}
#footer li {
	list-style-type: none;
	float: left;
	padding: 0px 8px 0px 8px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#footer ul li.copyright {
	font-weight: bold;
	color: #000000;
}
#footer .notice {
	clear: left;
	color: #CCCCCC;
	padding-left: 7px;
}
#footer .notice a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer .notice a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
	height: 1px;
}


.gallery {
	margin: 10px 0px;
}
.gallery .gallery_img {
	float: left;
	margin: 0px 10px 10px 0px;
	
}
.gallery .gallery_img img {
	border: 1px solid #FFFFFF;
}
.gallery .gallery_img a:hover img {
	border: 1px solid #333333;
}

#stamp {
	width: 187px;
	height: 181px;
	float: right;
	position: absolute;
	left: 630px;
	top: 220px;
	z-index: 100;
}
p.banner_holder {
	margin: 0 -20px auto 0;
}
.half_banner,
.small_banner {
	padding: 0 10px 10px 0;
	float: left;
}