/* Global */

body {
	background: #b7c9da;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
              
div.container_12 {
	border-left: 1px solid #576878;
	border-right: 1px solid #576878;
	background: white;
	overflow: auto;
}
      
h1, a {
	color: #0072bc;
}

h2 {
	color: #3992cb;
}     
          
/* Header */
div.header div.grid_6 {
	line-height: 1;
}

div.header img {
	margin: 10px 0px;
}

div.header div.customer_login {
	text-align: right;
	font-weight: bold;
	line-height: 54px;
}                      

div.header div.customer_login a {
	color: black;
}                                

/* Kolommen */     

div.left_column h1, div.right_column h1 {
	background: #0072bc;
	background-image: url('../images/menu.jpg');
	color: white;
	font-size: 12px;
	margin-bottom: 0px;
	padding: 2px 7px;
}

ul.menu {
	list-style-type: none;
	display: block;
/*	border: 1px solid red;*/
/*	border-top: 1px solid #b7c9da;*/
}

ul.menu a {
	display: block;
/*	line-height: 39px;*/
/*	border: 1px solid blue;*/
	text-decoration: none;
}
ul.menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainmenu ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
ul.menu li.active a {
	font-weight: bold;
}
.container_12 div.grid_12.welkom {
	clear: both;
	height: 78px;
	overflow: hidden;
	width: 940px;
}
.welkom p {
	float: left;
}
.welkom .login {
	font-size: 8pt;
	margin-top: 2px;
	height: 76px;
	float: right;
}
.welkom .login p {
	display: block;
	text-align: right;
	float: none;
	margin-top: 3px;
}
.welkom .login .form_field {
	display: inline;
}
.welkom .login label {
	width: 80px;
	display: block;
	float: left;
}
.welkom .login input {
	font-size: 6pt;
}
.welkom .login .form_field input {
	width: 80px;
}
.welkom-logo {
	clear: both;
	height: 125px;
	overflow: hidden;
	margin-top: 5px;
}
.mainmenu {
	clear: both;
	display: block;
}
.mainmenu ul {
	display: block;
	width: 790px;
	margin: auto;
	background-image: url('../images/menu_aldor.jpg');
	height: 25px;
	padding-left: 150px;
}
.mainmenu ul.menu li a {
	color: white;
}

.mainmenu ul.menu li a:hover {
	background-image: url('../images/menu_hover.jpg');
	color: #333333;
}

.mainmenu ul.menu li.active a {
	font-weight: bold;
	color: #333333;
	background-image: url('../images/menu_active.jpg');
}

.mainmenu ul.menu li {
	float: left;
/*	width: 150px;*/
	text-align: center;
	border-left: 1px solid #999999;	
}

.mainmenu ul.menu li {
	line-height: 25px;
}
ul.menu ul.menu {
	margin-bottom: 0px;
	padding-left: 1em;
}
div.nieuws ul {
	list-style-type: none;
}
div.nieuws p {
	display: none;
}
div.nieuws strong {
	display: block;
}
ul.menu li, div.nieuws ul li {
	list-style-type: none;
	margin: 0px;
}
ul.menu li {
	cursor: pointer;
}
.left_column ul.menu li, div.nieuws ul li {
	border-bottom: 1px solid #b7c9da;	
}
.ul.menu ul {
	margin-bottom: 0px;
	border-left: 1px solid #b7c9da;
	margin-left: 2em;
}              
ul.menu ul a {
	margin-bottom: 0px;
/*	margin-left: 1em;*/
}
/*ul.menu ul ul a {
	margin-bottom: 0px;
	margin-left: 3em;
	padding-left: 1em;
	border-left: 1px solid red;
}
*/
ul.menu li a {
	padding: 0px 13px;	
}

.left_column ul.menu li a:hover {
/*	background: #64aad6;	*/
	text-decoration: underline;
}
           
/* Content */

div.content img.float_right {
	float: right;
	margin: 0px 0px 13px 13px;
}            

/* Footer */

div.footer {
	font-size: 9px;
	color: #b7c9da;
	text-align: center;
}
div.footer a {
	color: #b7c9da;
	text-decoration: none;
}
.warning {
	background-image: url('/images/icons/error.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 1em;
	border: 1px solid #FF9F14;
	margin-bottom: 1em;
	background-color: #FFFFDB;
	color: #291A03;
	padding-left: 35px;
}
.shapes {
	width: 415px;
/*  margin-left: auto;*/
/*  margin-right: auto;*/
}
.shape {
	background-color: #F0F0F0;
	color: black;
	border: 1px solid #A0A0A0;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 144px;
}
.dimensions {
	margin-bottom: 1em;
}
.dimensions div {
	line-height: 25px;
}
.dimensions div label {
	width: 100px;
	text-align: right;
	display: block;
	padding-right: 1em;
	float: left;
}
.dimensions div input {
	width: 50px;
	text-align: right;
}
.resulttable thead th {
	background-color: #F0F0F0;
	color: #404040;
	text-align: left;
}
.resulttable td, .resulttable th {
	padding: 5px;
	line-height: 25px;
}
.resulttable tbody td {
	border-bottom: 1px solid #F0F0F0;
}

.right_column .content {
	margin: 0.5em;
}
.nieuws ul {
	margin-left: 7px;
	margin-right: 7px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}