﻿/*
  PostNL color scheme
  
  PostNL blauw:  HTML: 001a73  RGB: 0.26.115     CMYK: 100.85.0.0  Pantone: 2747
  PostNL oranje: HTML: ed8c00  RGB: 237.140.0    CMYK: 0.53.100.0  Pantone: 144
  PostNL grijs:  HTML: bbbbbc  RGB: 187.187.187  CMYK: 0.0.0.20    Pantone: 428
*/

html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Arial;
	font-size: 12px;
}
a 
{
    color: #ed8c00;
}
a:hover
{
    color: #001a73;
}


#header 
{
	background: #ffffff url("../Img/fixedwidth_header.png") no-repeat 10px 10px;
	height: 103px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header_text 
{
    position: absolute;
    text-align: right;

    color: #001a73;
    width: 208px;
    top: 87px;
}

.none 
{
	display:none;
}
/* Button styles */
button 
{
	margin: 0px;
	padding: 0 20px 0 0;
	border: 0px none;
	outline: 0px none;
	background-color: transparent;
	overflow:visible;
    width:auto;
    
	color: #FFF;
	font-family:Arial;
	font-size: 11px;
	height: 22px;
	/* new */
	height: 22px;
	width: 120px;
	background-image: url(../Img/standard-button.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* Menu */
#menucontainer 
{
	height: 100%;
	
	width: 195px;
	float:left;
}
#menu {
	padding: 120px 0 0 20px;
}
#menu h2
{
	margin: 0px;
	color: #333;
}
.menuLinks 
{
	margin-left: -20px;
	padding: 10px 0px 10px 20px;
	list-style:none;
}

.menuLinks a,
.menuLinks a:visited,
.menuLinks a:active
.menuLinks a:focus,
.menuLinks a:link
{
	padding: 5px 0px 4px 10px;
	text-decoration:none;
    background: url("../Img/bullet-btn.png") no-repeat scroll 95% 50% transparent;
    color: #4D4B4B;
    display: block;
}
.menuLinks a:hover,
.menuLinks a.selected 
{
    text-decoration: underline;
}
.menuLinks a.selected 
{
    color: #ed8c00;
}
.menuLinks li 
{
    background: url("../Img/seporator-col.gif") repeat-x scroll 0 0 transparent;
}

/* Main */
#maincontainer 
{
	height: 100%;
	width: 65%;
	float:left;
	border-right: dotted 1px #ed8c00;
}
#main 
{
	padding: 110px 10px 0 10px;
	margin-left: 18px;
}

h1,
h2,
h3 
{
	margin: 0px; 
	clear:both;
	font-weight: bold;
	color: #ed8c00;
	font-family: Arial;
}
h1 
{
	font-size: 16px;
	line-height: 16px;
	padding: 20px 0px;
}
h2 
{
	margin: 10px 0px;
	font-size: 14px;
}
h3
{
	margin: 0px 0px 16px;
	font-size: 12px;
}
h4
{
    margin: 0px;
    padding: 0px;
}

hr 
{
	margin-bottom: 16px;
	height: 0px;
	border: 0 none;
	border-bottom: dotted 1px #ed8c00;
}

/*Login*/
.AspNet-Login 
{
	margin: 12px 8px;
}
.AspNet-Login button .btn-c
{
	width: 40px;
}
.AspNet-Login td
{
	text-align: left;
}
.AspNet-Login label 
{
	margin-top: 10px;
	display:block;
	font-weight: bold;
}

/*Leverdata*/
.displ th,
.displ td.th 
{
	text-align:left;
	font-weight: bold;
	border-bottom: dotted 1px #333;
	border-right: transparent 1px solid;
}
.displ td.alt 
{
	background-color: #f0f0f0;
}
.displ td.footer 
{
	border-top: dotted 1px #333;
	border-right: transparent 1px solid;
}
.displ td 
{
	border-right: #f0f0f0 1px solid;
	padding: 3px;
}

input[type=password],
input[type=text] 
{
	 width: 194px
}
