@charset "utf-8";
/* CSS Document */
.ui-effects-transfer { border: 2px solid #FC3; }

*
{
	margin: 0;
	padding: 0;
	
}

html,body
{
	background:#e6e6e6;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

html
{
	overflow-y:scroll;
	overflow-x:hidden;
}

img
{
	border:0px;
}

.Hoofd
{
	background:url(../images/footer.png) no-repeat center bottom #FFF;
	width:1024px;
	min-height: 100%; 
	height:auto !important; /* voor moderne browsers */ 
	height:100%; /* voor IE */ 
	margin:auto;
	border-left:1px solid grey;
	border-right:1px solid grey;
}

.Header
{
	background:url(../images/header_administrative.png) no-repeat;
	width:1024px;
	height:77px;
	text-align:center;
	
}

.Header img
{	
	margin-top:7px;
}

.HoofdMenu, .Hoofdmenu ul
{
	width:1024px;
	height:34px;
	color:#FFF;
	background:#000;
}

.HoofdMenu li
{
	list-style:none;
	float:left;
}

.HoofdMenu a
{
	background: url(../images/divider.png) no-repeat right;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	line-height: 34px;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color: #FFF;
}

.HoofdMenu a:hover, .HoofdMenuHover
{
	background: url(../images/divider.png) right;
}

.SubMenu, .Submenu ul
{
	background:#e6e6e6;
	width:1024px;
	height:25px;
}

.SubMenu li
{
	list-style:none;
	float:left;
}

.SubMenu a
{
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color: #000;
}

.SubMenu a:hover
{
	background: url(../images/divider.png) right;
	color:white;
}

.Zoeken
{
	margin-top:3px;
	float:right;
	margin-right:5px;
}

.Zoeken input
{
	background:url(../images/zoekvlak.png) no-repeat;
	border:0px;
	width:124px;
	height:19px;
	line-height:20px;
	padding-left:22px;
	padding-right:10px;
}

.Zoeken input:focus
{
	outline:none;
}

.Zoeken button
{
	background:url(../images/search.png) no-repeat;
	border:0px;
	width:58px;
	height:19px;
	color:#FFF;
	font-weight:bold;
	line-height:20px;
}

.Content
{
	width:944px;
	min-height:670px;
	padding:30px 40px 50px 40px;
	overflow: hidden;
	height:auto !important; /* voor moderne browsers */ 
	height:100%; /* voor IE */ 
	
}


.MostPopular
{
	background:url(../images/mostpopular.png) no-repeat;
	margin-top:10px;
	margin-left:-40px;
	width:984px;
	height:325px;
	padding-top:60px;
	padding-left:40px;
}

.Display
{
	width:984px;
	height:280px;
	text-align: center;
	margin-left:-16px;
}

.Kader
{
	width:219px;
	height:219px;
	display: inline-block;
	letter-spacing: normal;
	font-size: normal;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0 10px 0 10px;
}

.Kader
{
	*display: inline;
	*margin: 0 13px 0 13px;
}

.Kader h4
{
	padding-left:5px;
}

.LijstAZ
{
	border:1px solid #a9a9a9;
	border-left:0px;
	margin-left:10px;
	width:924px;
	
}

.LijstAZ li
{
	list-style:none;
	
}

.LijstAZ a
{
	text-decoration:none;
	color:#000;	
}

.LijstAZ div
{
	height:100%;
	width:200px;
	background:#f4f4f4;
	float:left;
	border-left:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
	padding:15px;
}

#Inloggen
{
	width:350px;
	height:50px;
}

#Admin_Submit
{
	float:right;
	padding:2px 5px 2px 5px;
}

.Admin_Links
{
	width:120px;
	float:left;
	text-align:right;
	padding-right:5px;
	padding-top:5px;
}

.Admin_Rechts
{
	width:155px;
	float:left;
	text-align:left;
	padding-top:5px;
}