/***************************************************
 * Standard html elements
****************************************************/
body{
	background: #2e0001 url(/Generic/zhongw/images/background-gradient.png) top left repeat-x;
}
h1{
	font-size: 2em;
	color: #aa0203;
}
h2{
	font-size: 1.3em;
	color: #594b47;
	font-weight: bold;
	margin: 0.75em 0 0;
}
h3{
	font-size: 1.2em;
	color: #594b47;
	margin: 0.75em 0 0;
}
a img{border: none;}
a{
	color: #990102;
}
a:hover{
	text-decoration: none;
	color: #990102;
}
/* min-height content*/
.content{
	min-height: 450px;
}
label{
	display: inline;
}
.submit{
	text-align: right;
}
fieldset{
	border: 1px solid #C1C0AA;
	background: #ECEBE4;
	width: 312px;
}
.button{
	padding: 5px 10px;
	border: none;
	background: url(/Generic/zhongw/images/menubar.png) repeat-x scroll left top;
	color: #fff;
	cursor: pointer;
}
/***************************************************
 * Handy classes
****************************************************/
.margin-left{margin-left: 10px;}
.margin-right{margin-right: 10px;}
.margin-bottom{margin-bottom: 10px;}
.margin-top{margin-top: 10px;}
.border-bottom{border-bottom: 1px solid #c6c5af}
.text-right{text-align: right;}
.bold{font-weight: bold;}
/***************************************************
 * Container
****************************************************/
.container{
	background: #fff;
	margin-top: 9px;
	margin-bottom: 10px;
	position: relative; /* for the absolute elements*/
}
.topleft-corner, .topright-corner{
	display: block;
	position: absolute;
	width: 11px;
	height: 10px;
}
.topleft-corner{
	background: url(/Generic/zhongw/images/container-topleft.png) top left no-repeat;
	top: 0px;
	left: 0px;
}
.topright-corner{
	background: url(/Generic/zhongw/images/container-topright.png) top right no-repeat;
	top: 0px;
	right: 0px;
}
/***************************************************
 * Header
****************************************************/
.header{
	padding-top: 10px;
	height: 95px;
}
.logo a, .subtext, .member-login{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.logo a{
	width: 200px;
	height: 78px;
	margin-left: 15px;
	background: url(/Generic/zhongw/images/logo.png) top right no-repeat;
}
.subtext{
	width: 454px;
	height: 19px;
	background: url(/Generic/zhongw/images/tekst-heading.png) top right no-repeat;
	position: absolute;
	top: 50px;
	right: 230px;
}
.member-login{
	width: 116px;
	height: 44px;
	background: url(/Generic/zhongw/images/member-login.png) top left no-repeat;
	position: absolute;
	top: -9px;
	right: 20px;
}
/***************************************************
 * Menu
****************************************************/
.menu{
	margin: 10px 10px 20px;
	height: 41px;
	background: url(/Generic/zhongw/images/menubar.png) top left repeat-x;
	display: block;
	list-style: none;
}
.menu li{
	float: left;
	display: inline; /* fix doubled margin bug */
	line-height: 41px;
	height: 41px;
	padding: 0 20px;
	background: url(/Generic/zhongw/images/menuline.png) top right no-repeat;
}
.menu li.last{
	background: none;
}
.menu li a{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #faedd3;
}
.menu li a:hover{
	color: #fff;
}
.menu li.search{
	float:right;
	background-position: left;
}
.menu li.search .search-conditions{
	border: 1px solid #5C0101;
	border-bottom: 1px solid #931919;
	border-right: 1px solid #931919;
	padding: 5px;
}
.menu li.search .search-conditions-submit{
	background: none;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 5px 5px;
}
/***************************************************
 * Submenu
****************************************************/
.submenu{
	list-style: none;
	margin: 0 0 0 10px;
	border-right: 1px solid #C6C5AF;
}
.submenu li a{
	display: block;
	background: url(/Generic/zhongw/images/tab.png) top right no-repeat;
	height: 37px;
	margin:0 -1px 1px 0;
	line-height: 37px;
	text-decoration: none;
	text-indent: 30px;
	color: #7f7e7e;
	font-weight: bolder;
}

.submenu li.tab{
	display: block;
	background: url(/Generic/zhongw/images/tab.png) top right no-repeat;
	height: 37px;
	margin:0 -1px 1px 0;
	line-height: 37px;
	text-decoration: none;
	text-indent: 30px;
	color: #7f7e7e;
	font-weight: bolder;
}

.submenu li a.active{
	background: url(/Generic/zhongw/images/tab-active.png) top right no-repeat;
	color: #424242;
}
.submenu li a:hover{
	color: #424242;
}
/***************************************************
 * Footer
****************************************************/
.footer{
	background: #E2E1E2 url(/Generic/zhongw/images/footer.png) repeat-x top left;
	clear: both;
	margin-top: 10px;
	position: relative;	
}
.footer ul{
	list-style: none;
	margin: 10px;
}
.footer li{
	margin: 0;
	padding: 0;
}
.footer a{
	color: #676767;
	text-decoration: none;
}
.footer a:hover{
	color: #333;
}
.footer-bottomleft, .footer-bottomright{
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: 0px;
}
.footer-bottomleft{
	background: url(/Generic/zhongw/images/footer-bottomleft.png) top left no-repeat;
	left: 0px;
}
.footer-bottomright{
	background: url(/Generic/zhongw/images/footer-bottomright.png) top right no-repeat;
	right: 0px;
}

/***************************************************
 * Zoeken
****************************************************/
.search-results
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-results li
{
	display: block;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C1C0AA;
	background: #ECEBE4;
}
.search-results h3{
	margin-top: 0;
	font-weight: bolder;
}
/***************************************************
 * photo-show
****************************************************/
.photo-show{
	position: relative;
	line-height: 0;
}
.photo-holder{
	height: 359px;
	width: 540px;
	overflow: hidden;
	position: relative;
}
.photo{
	height: 359px;
	width: 540px;
	position: absolute;
}
.practic-experience{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/Generic/zhongw/images/praktijkervaring.png) top right no-repeat;
	width: 241px;
	height: 43px;
	position: absolute;
	top: 0;
	left: 130px;
	margin: 0;
}
.photo-show-nav{
	background: url(/Generic/zhongw/images/praktijk-button.png) top right repeat-x;
	height: 44px;
	width: 540px;
	display: block;
	margin: 0;
	list-style: none;
}
.photo-show-nav li{
	margin: 0;
	padding: 0;
}
.photo-show-nav li a{
	float:left;
	display: inline; /* fix doubled margin bug */
	width: 268px;
	line-height: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #2c0000;
	border-left: 1px solid #931919;
}
.photo-show-nav li a:hover{
	background: url(/Generic/zhongw/images/praktijk-button-active.png) top right repeat-x;
	color: #fff;
}
.photo-show .description{
	position: absolute;
	bottom: 0px;
	left: 50px;
	background: url(/Generic/zhongw/images/description.png) top right repeat;
	padding: 10px;
	width: 300px;
	line-height: 1.5em;
}
.photo-show .description p{
	margin-bottom: 10px;
}