/* main stylesheet Dierenradioloog */
@import "search.css";
body {
	margin:0;
	padding:0;
	background:#332E27 url(../images/bg_black.gif) repeat-x top left;
	font-family:Helvetica, sans_serif;
	font-size:0.8em;
}
a, img {
	border:none;
	outline:none;
}
#center {
	position:absolute;
	left:50%;
	margin:0 0 0 -422px;
	width:844px;
}
#box {
	float:left;
	width:844px;
	background:url(../images/bg_content.png) repeat-y center center;
}
#container {
	float:left;
	width:844px;
	padding:0 11px;
}
#bottom {
	float:left;
	background:url(../images/bg_bottom.png) no-repeat top center;
	width:844px;
	height:45px;
}
#bottom span, #bottom a {
	color:#808080;
	margin:17px 6px 17px 11px;
	text-decoration:none;
}

/* HEADER */
#header {
	float:left;
	width:820px;
	height:200px;
	background:#000;
	color:#fff;
}
#logo {
	width:200px;
	height:200px;
	top:40px;
	position:absolute;
	z-index:50;
}
#banner {
	width:820px;
	height:200px;
}


/* MENU */
#menu {
	float:left;
	width:820px;
	height:40px;
	background:#000;
	color:#fff;
}
#menu ul {
	list-style:none;
	text-align:center;
	margin:0;
	padding:7px 0;
}
#menu a {
	display:block;	
	padding:1px 10px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:25px;
	color:#fff;
}
#menu li {
	float:left;
	margin:0 2px;
	height:25px;
}
#menu li.active a {
	background:url(../images/menu_active_left.jpg) no-repeat left top;
	font-weight:bold;
}
#menu li.active {
	background:url(../images/menu_active_right.jpg) no-repeat right top;
}


/* MIDDLE */
#middle {
	float:left;
	width:820;
}
#left {
	float:left;
	width:215px;
}
#right {
	float:left;
	width:590px;
	margin:0 0 0 15px;
}

/* LEFT */
/* submenu */
#submenu {
	float:left;
	width:215px;
	color:#fff;
}
#submenu ul {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
}
#submenu ul li {
	height:22px;
	width:215px;
	margin:5px 0;
}
#submenu ul li a {
	display:block;
	line-height:22px;
	color:#fff;
	text-decoration:none;	
	text-transform:uppercase;
	margin:0 0 0 15px;
	font-size:0.9em;
	width:175px;
}
#submenu ul li.selected {
	color:#fff;
	font-weight:bold;
	text-decoration:none;	
	background:url(../images/submenu_pointer.gif) no-repeat left center;
}
/* banner left */
#bannerLeft {
	float:left;
	width:195px;
	margin:20px 0 0 0;
	padding:0 15px;
}
.bannerLeftImg {
	width:170px;
	height:70px;
	margin:0 0 25px 0;
}

/* RIGHT */
#content {
	width:518px;
	margin:20px 0;
	font-size:1.1em;
}
.contentLine {
	margin:20px 0 0 0;
}
#content a {
	color:#4C3734;
	font-weight:bold;
	text-decoration:none;
}
a.fancyboxImg {
	border:none;	
}
.item {
	width:518px;
	margin:0;
}
.item ul, .item ol {
	margin:5px 0 5px 0;
	padding-left:15px;
}
.item ul {
	list-style:disc inside;
}
.item ol {
	list-style:decimal inside;
}
.item ul li, .item ol li {
	
}
.item h1 {
	margin:0;
	padding:0;
	color:#4C3734;
	display:block;
	width:520px;
	font-size:inherit;
}
b, strong {
	color:#4C3734;
}
.item h1 a {
	border:none;
}
span.titleNormal {
	margin:0;
	padding:0;
	font-size:1.7em;
}
span.titleSmall {
	margin:0;
	padding:0;
	font-size:0.85em;
}
.short {
	color:#998675;
	font-size:0.85em;
	margin:0 0 10px 0;
}
.full {
	font-size:0.85em;
	margin:10px 0 0 0;
}

.textImagetext {
	width:100%;
	line-height:15px;
	padding-top:2px;
	font-weight: normal;
	font-size:0.85em;
	text-align:center;
	margin-bottom:10px;
}
.textMediumLayer, .textSmallLayer, .textLargeLayer {
	margin-bottom:10px;
}
.textMediumLayer {
	float:left;
	width:250px;
}
.ImgBoxMedium {
	float:left;
	width:250px;
	margin-bottom:10px;
}
.textSmallLayer {
	float:left;
	width:165px;
}
.ImgBoxSmall {
	float:left;
	width:165px;
	margin-bottom:10px;
}
.textLargeLayer {
	float:left;
	width:520px;
}
.ImgBoxLarge {
	float:left;
	width:520px;
	margin-bottom:10px;
}
.googlemap, .filecontainer {
	margin:10px 0 0 0;
	width:518px;
	font-size:0.85em;
}
#mform-form tr {
	margin:10px 0 0 0;
	color:#4C3734;
	font-size:0.85em;
}


/* ankers */
#ankers{
	margin:10px 0 10px 0;
	font-size:0.85em;
}
#ankers ul {
	color:#4C3734;
	list-style:none;
	margin:0;
	padding:0;
}
#ankers ul li {
	text-indent: -1em;
	padding:0px 0px 2px 15px;
}
#ankers ul li a{
	border:none;
}
.toTop {
	width:518px;
	text-align:right;
}