/*-------------------------
 CSS voor: CMS Layout - ADMIN
 By: Danny Marquering
 --------------------------*/

body {
	background: #E2E7EE;
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	text-align: center;
	margin-top: 0px;
}

/*------------------------------
Regelafstand tekst en dikgedrukt.
------------------------------*/

p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}

b {
	font-weight: bold;
	color: #6D83A3;
	font-size: 9pt;
}

/*------------------------------
Links.
------------------------------*/

a:link {
	color: #96A5BC;
	text-decoration: none;
}

a:active, a:visited {
	color: #96A5BC;
	text-decoration: none;
}

a:hover {
	color: #444444;
}

/*------------------------------
Div's
------------------------------*/

#container {
	width: 950px;
	background: #FFFFFF;
	border: 4px solid #FFFFFF;
}

#top {
	width: 900px;
	padding-left: 25px;
	padding-right: 25px;
	height: 92px;
	padding-top: 5px;
	background:url(images/top_logo.png);
	text-align: right;
	border-bottom: 3px solid #ACACAC;
	font-size: 8pt;
	color: #BBBBBB;
}

#header {
	width: 950px;;
	background: #FFFFFF;
	text-align: left;
	margin-bottom: 3px;
}

#headerLeft {
	float: left;
	width: 222px;
	margin-right: 3px;
	height: 210px;
	padding-top: 15px;
	background:url(images/header_left.png);
	text-align: left;
}

#headerMiddle {
	float: left;
	width: 500px;
	height: 225px;
	background: #FFFFFF;
	text-align: left;
}

#headerRight {
	float: left;
	width: 175px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	height: 210px;
	background: #7A7485;
	text-align: left;
	color: #312B3D;
}

#headerRight b {
	font-weight: bold;
	color: #312B3D;
}

#sidebar {
	float: left;
	width: 950px;;
	background: #FFFFFF;
	text-align: left;
}

#sidebarLeft {
	float: left;
	width: 175px;
	padding-left: 25px;
	padding-right: 25px;
	height: 350px;
	padding-top: 15px;
	background: #E1DCEC;
	text-align: left;
}

#sidebarMiddle {
	float: left;
	width: 450px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	background: #FFFFFF;
	text-align: left;
}

#sidebarRight {
	float: left;
	width: 195px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	height: 350px;
	background: #EDEEEE;
	text-align: left;
	line-height: 25px;
}

#menu {
	width: 850px;
	padding-left: 25px;
	padding-right: 25px;
	height: 50px;
	padding-top: 50px;
	background: #D3DBE3;
	text-align: left;
}

#content {
	float: left;
	width: 550px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #FFFFFF;
	text-align: left;
}

#footer {
	float: left;
	width: 900px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	background: #FFFFFF;
	text-align: center;
	color: #666666;
}

/*------------------------------
Menu
------------------------------*/

.listmenu ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	width: 225px;
} 

.listmenu li a {  
	color: #FFFFFF;  
	display: block;  
	border-left: 0px solid #666;  
	border-right: 0px solid #666;  
	height: 16px;  
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 5px;
	margin-right: 3px;
	text-decoration: none;  
	font-weight: none;  
	background-color: transparent;
} 

.listmenu li a:hover {  
	background-color: #7C92B2;  
	color: #fff;
	margin-right: 3px;
	text-decoration: underline;
} 

/*------------------------------
Lettergroottes.
------------------------------*/

#LightPurple {
	font-size: 9pt;
	font-weight: bold;
	color: #C0BCCA;
}

#title {
	color: #9CAFCC;
	font-size: 19pt;
	font-family: Arial Narrow;
	letter-spacing: 1px;
}

/*------------------------------
Partner FOTO'S
------------------------------*/

img.partner
{
	float:none;
	margin: 1px;
	border: 3px solid #DDDDDD;
	background: #FDFDF7;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:hover img.partner
{
	background: #FDFDF7;
	border: 3px solid #C6C6C6;
	filter: none;
}




#partneeeer{
	border: 3px solid #CCCCCC;
	filter: gray;
}

.partneeeerHover {
	border: 3px solid #000000;
	filter: none;
}

/*------------------------------
Admin: Edit Pages Overzicht.
------------------------------*/

#tableEdit {
	width: 100%;
	background: #FFFFFF;
}

#tdRow {
	width: 30%;
	height: 35px;
	valign: middle;
	font-size: 9pt;
	font-weight: bold;
	color: #777777;
	padding-left: 10px;
	background:url(../img/bg_tdrow.png);
	border-spacing: 0px;
}

#tdResult {
	width: 30%;
	height: 30px;
	vertical-align: middle;
	font-size: 9pt;
	color: #666666;
	border-bottom: 1px dotted #D1D1D1;
	padding-left: 10px;
	background: #FFFFFF;
}

/*------------------------------
Foto's
------------------------------*/

img {
	border: 3px solid #DEDED8;
}