* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #DEE2E2;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-position: 0px 31px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

a {
	color: #0070BC;
}

	a:hover {
		color: #28AAE2;
	}

p {
	margin-bottom: 1em;
}

.container {
	margin: 0 auto;
	width: 948px;
	height: 600px;
	background-image: url('../images/photo.jpg');
	background-repeat: no-repeat;
	background-position: 1px 11px;
}

.spiersandboden {
	background-image: url('../images/spiers-and-boden.png');
	background-repeat: no-repeat;
	width: 386px;
	height: 59px;
	margin-left: 497px;
	margin-top: 25px;
	overflow: hidden;
}

	.spiersandboden span {
		visibility: hidden;
	}
	
.navigation {
	list-style: none;
	display: block;
	width: 569px;
	height: 21px;
	margin-left: 378px;
	margin-top: 2px;
	border-bottom: double 3px #B19A84;
	background-image: url('../images/selected.gif');
	background-repeat: no-repeat;
	background-position: 197px 1px;
}

	.navigation li {
		float: left;
	}
	
		.navigation li a {
			font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
			font-size: 12px;
			font-weight: 700;
			text-decoration: none;
			text-transform: lowercase;
			margin-left: 18px;
			margin-right: 4px;
			line-height: 1.5em;
		}
		
		.navigation li .selected {
			color: #326B92;
			cursor: default;
		}
		
			.navigation li .selected:hover {
				color: #326B92;
			}
			
.onlineshop {
	background-image: url('../images/online-shop.png');
	background-repeat: no-repeat;
	overflow: hidden;
	width: 78px;
	height: 18px;
	margin-top: -104px;
	margin-left: 5px;
}

	.onlineshop span {
		visibility: hidden;
	}
	
.searchsite {
	height: 31px;
	width: 320px;
	text-align: right;
	margin-top: -22px;
	margin-left: 613px;
}

	.searchsite fieldset {
		border: 0;
		background-image: url('../images/search-site.png');
		background-repeat: no-repeat;
		background-position: 0px 4px;
	}
	
	.searchsite label {
		width: 256px;
		
	}
	
		.searchsite label span {
			visibility: hidden;
		}
	
	.searchsite input {
		width: 153px;
		height: 18px;
	}
	
	.searchsite button {
		width: 60px;
		height: 22px;
	}
	
.pagebody {
	height: 383px;
	width: 570px;
	overflow: auto;
	margin-left: 380px;
	margin-top: 85px;
}

	.pagebody .band-header {
		display: none;
	}
	
	.pagebody noscript {
		/*display: block;
		margin: 5px;
		padding: 10px;
		border: solid 4px #CC0000;
		background-color: #EB9999;*/
	}

.subnav {
	list-style: none;
	display: block;
	height: 51px;
	margin-top: 14px;
	margin-left: 380px;
}

	.subnav li {
		float: left;
	}
	
		.subnav li a {
			height: 51px;
			background-repeat: no-repeat;
			background-position: 0 0;
			display: block;
			overflow: hidden;
			text-decoration: none;
			margin-right: 20px;
		}
		
			.subnav li a:hover {
				background-position: 0 -51px;
			}
			
			.subnav li a span {
				visibility: hidden;
			}
		
		.subnav li .mailing-list {
			background-image: url('../images/links/mailing-list.png');
			width: 94px;
		}
		
		.subnav li .bellowhead {
			background-image: url('../images/links/bellowhead.png');
			width: 75px;
		}
		
		.subnav li .myspace {
			background-image: url('../images/links/myspace.png');
			width: 53px;
		}
		
		.subnav li .forums {
			background-image: url('../images/links/forums.png');
			width: 50px;
		}
		
		.subnav li .navigator-records {
			background-image: url('../images/links/navigator-records.png');
			width: 90px;
			margin-left: 125px;
			margin-right: 0;
		}
		
.footer {
	margin-top: 12px;
}

	.footer p {
		margin-left: 6px;
		float: left;
	}
	
	.footer .links {
		float: right;
		margin-right: 16px;
	}
	
		.footer .links a {
			text-decoration: none;
		}
