html {
	background:#222;
	font-family:helvetica,verdana;
	font-size:0.9em;
}

#container {
	background:#000;
	width:900px;
	margin:0 auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:0 0 20px;
}

#header {
	background:transparent url(../../images/header-bg.png) no-repeat top right;
	height:250px;
	padding:20px 0 0;
}

#header div.right,
#header div.left {
	float:left;
	margin:26px 0 0 0;
}

#header div.left {
	width:220px;
	padding:0 0 0 30px;
	text-align:center;
}

#header div.right {
	width:650px;
	text-align:right;
}

#logo {
	margin:0 190px 0 0;
}

#motto {
	margin:20px 190px 0 0;
}

#rug {
	display:block;
	width:178px;
	margin:0px 0 20px;
	float:left;
}

#groninger-museum {
	float:left;
}

#breadcrumb {
	color:#fff;
	font-size:0.8em;
	float:left;
	margin:30px 0 0;
	text-align:left;
	width:518px;
}

#breadcrumb p,
#breadcrumb ul {
	display:inline;
}

#breadcrumb li {
	display:inline;
}

#breadcrumb li:before {
	content:" \00bb  ";
}

#breadcrumb li:first-child:before {
	content:"";
}

#breadcrumb li a {
	color:#ff411f;
}

#nav {
	background:#ff411f;
	height:30px;
	line-height:25px;
	font-size:0.9em;
}

#nav ul {
	text-align:center;
}

#nav li {
	display:inline;
}

#nav li:before {
	content:"|";
	font-weight:bold;
}

#nav li:first-child:before {
	content:"";
}

#nav li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin:0 8px;
	padding:0 0 2px
}

#nav li.active a,
#nav li a:hover {
	color:#000;
	border-bottom:1px dotted #000;
}

#middle {
	padding:0 20px 20px;
}

#subnav {
	float:left;
	width:190px;
	line-height:1.8em;
	text-align:center;
	padding:0 30px 0 10px;
	font-size:0.8em;
	min-height:1px;
}

#subnav li.first {
	border-top:1px solid #fff;
}

#subnav li {
	border-bottom:1px solid #fff;
} 

#subnav li a {
	color:#fff;
	text-decoration:none;
	padding:5px 0;
	display:block;
}

#subnav li.active a {
	background:transparent url(../../images/pijl.gif) no-repeat 10px 10px;
}

#subnav li a:hover {
	text-decoration:underline;
}

#content-wrapper {
	float:left;
	background:#fff;
	border:1px solid #fff;
	width:568px;
}

#content-wrapper div.google {
	float:left;
	width:284px;
	height:200px;
}

#content {
	min-height:350px;
}

#content a {
	color:#FF411F;
}

#subfooter {
	margin:20px 0 0;
	text-align:left;
}

#location {
	margin:0 0 0 355px;
}

#footer {
	margin:40px 20px 0;
	text-align:center;
	border-bottom:1px dotted #ff411f;
	padding:0 0 10px;
}

#footer h2 {
	color:#ff411f;
	text-align:center;
	font-size:1.2em;
	margin:0 0 10px;
	display:block;
	border-bottom:1px dotted #ff411f;
	padding:0 0 5px;
	text-align:left;
}

#footer img {
	margin:0 30px 20px;
}

#realisatie {
	width:900px;
	margin:5px auto 20px;
	text-align:right;
}

#realisatie a {
	color:#CFCFCF;
	text-decoration:none;
}

#realisatie a:hover {
	color:#fff;
}

#content table.w3formItemGroup td,
#content table.w3formItemGroup th {
	border:0;
}

#content form.W3form {
	margin:10px 0;
}

