﻿body 
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    
}
/* ADMIN SECTIE */
.tableNavLink 
{
    background-color: #E3EAEB;
    font-size : 2em;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding-right : 15px;
    padding-left : 15px;
    font-weight : bold;
}

.admin-header {
  background-color: #4A78A9;
  height: 20px;
  padding-left: 10px;
  border-bottom: solid 4px #B4CCEB;
  text-align : center;
}
.admin-header h1 {
  color: white;
}

.admintable {
  margin: 5px;
  padding: 0;
  width: 775px;
  border: 1px dashed #cccccc;
}
.admintable5 {
  margin: 5px;
  padding: 0;
  width: 475px;
  border: 1px dashed #cccccc;
}

.adminlabel {
  font-size: 8pt;
  font-family: verdana;
  width: 120px;
  margin-bottom: 3px;
  vertical-align: top;
  font-weight : bold;
}
.adminitem {
  border-width: 0px;
  background-color: #ffffff;
  margin-bottom: 3px;
}
.admininput {
  font-size: 8pt;
  font-family: verdana;
  min-height: 15px;
}
.adminitem2 {
  padding : 0px 10px 0px 10px;
}

.adbox {
  padding: 10px;
  font-size: 9pt;
  margin-bottom: 10px;
  border: 1px solid gainsboro;
}
a.editme {
  text-decoration: none;
  color: #4a4d5c;
}
.commandbar {
  padding: 3px;
  font-size: 8pt; /*	background-color: blue;*/
  border: 1px solid gainsboro;
}
.frmbutton {
background-color: #E3EAEB;
border-color: #4A78A9;
border-width: 2;
color: #4A78A9;
font-family: verdana;
}
.btnExportGrid 
{   position : relative;
    left : 350px;
    top : 25px;
    width:150px;
}
.breadcrumb{
	position: relative;
	left: 0;
	top: 5px;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
.breadcrumb a{
	color: #222;
	text-decoration: underline;
}
.breadcrumb a:hover{
	color: #000;
}

/*Meubelen Jonckheere - promotiepagina*/
/*author: Lieven Vzandenbroucke http://www.xtence.be*/
/*feel free to browse the code but dont rip it, you'll learn nothing from copying!*/

#page-promotie{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left : -310px;
	text-align: left;
	width: 650px; 
	height : 518px;
	font-size: 1.2em;
	overflow: hidden;
	padding: 0;
	border:0px solid #004185;
	z-index:9999;
	display:none;
	background-image : url('images/bg.png');
	background-repeat :no-repeat;
	background-position :top;

}
#page-promotie a:link{
	color:#000;
	text-decoration: none;
}
#page-promotie a:visited{
	color:#000;
	text-decoration: none;
}
#page-promotie a:hover{
	color:#333;
	text-decoration: underline;
}
#page-promotie a:active{
	color:#000;
	text-decoration: none;
}
/************** header promotie********************************/

#header-promoties{
	position: relative;
	top: 15px;
	left: 25px;
	padding: 15 15 15 15;
	margin: 0;
	height: 120px;
	width: 600px;
	background-image: url(images/header-promoties.jpg);
	background-repeat: no-repeat;
	border-bottom:20px solid #004185;

}
#header-promoties h1{
	position: absolute;
	top: 5px;
	left: 86px;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: -1px;
	word-spacing: -2px;
	color: #004185;
}
#header-promoties h2{
	position: absolute;
	top: 80px;
	left: 65px;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: -1px;
	word-spacing: -2px;
	color: #004185;
	text-align: right;
	width: 400px;
}
#header-promoties h3{
	position: absolute;
	top: 0px;
	right:5px;
	font-size: 42px;
	font-weight: lighter;
	letter-spacing: -1px;
	word-spacing: -2px;
	color: #004185;
	text-align: right;
	width: 400px;
}
#promotie{
	margin: 0 auto;
	padding : 2 10 0 15;
	height : 250px;
}
.promotie-meubelen-jonckheere{
	float: left;
	width: 598px;
	min-height: 300px;
	margin-left: 25px;
	margin-top : 15px;
	border:1px solid #ddd; 
	overflow:hidden;
	text-align : left;
}
#promotie img{
	border:1px solid #ccc; 
	margin: 1px;
	float:right;
	width:160px;
}
#promotie .right{
	float: right;
	margin: 10px;
}
#promotie td p{
	font-size: 10px;
	text-align: left;
	
}
#promotie.left{
	float: left;
	margin: 10px;
}
#promotie.clear{
	clear: both;
}
#promotie .center{
	text-align: center;
}
.tekst-promotie{
	position: relative;
	left: 0;
	top:0;
	margin: 10px 10px 0 10px;
	text-align : left;
}
#promotie h4{
	margin: 10px;
	font-size : 11pt;
	padding:0;
	color: #004185;
}
#promotie p{
	margin:  5px;
	text-align: left;
	padding:0;
}
.tekst-promotie h5{
	color: blue;
	margin: 10px 5px;
	font-size:14px;
	font-weight: normal;
}
.btnclose 
{
    float:right;
    position :relative;
    right : 13px;
    top : 13px;
    border : 0px;
    z-index:300;
    
}