/*
Title:		Standard customer style definitions
File: 		inc/style_customer.css
Version: 	v2.00
Author:		Digitalization
Contact:	info@digitalization.nl

Comments:	Here you can add customer specific style definitions which will be included after our own stylesheet.
*/
body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-width: 0px;
}

body {
 font-family:Arial;
 vertical-align: middle;
}

li {
	margin-left:		24px;
}

#wrapper {
 position: relative; 
 margin: 0px auto 0px; 
 width: 800px;
 height: auto !important; 
 height: 100%; 
 min-height: 100%; 
}

#header {
  padding-top: 15px;
  width: 800px;
  
  clear: both;
}


#header_title {
 margin-top: 25px;
 float: left;
 
}

#logo {
 	display: block;
 	float: left;
 	margin-bottom: 10px;
}

h1#header_title{
 font-size: 12px;
 margin-left: 10px;
 color: #000000;
}

#header_menu {
 margin-top: 25px;
 float: right;
}

#header_menu a {
 margin: 0px;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
}

#las_menu {
 margin-top: 15px;
 clear: both;
 height: 200px;
 background: transparent url(../gfx/site/header_las.jpg) no-repeat scroll 0%;
}

#las_keramiek_menu {
 margin-top: 15px;
 clear: both;
 height: 200px;
 background: transparent url(../gfx/site/header_las_keramiek.jpg) no-repeat scroll 0%;
}

#keramiek_menu {
 margin-top: 15px;
 clear: both;
 height: 200px;
 background: transparent url(../gfx/site/header_keramiek.jpg) no-repeat scroll 0%;
}

ul#header_menu {
 float: left;
 margin: 0px;
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;

}

ul#header_menu li {
 float:left;
 border-left: 1px solid #000000;
 padding: 0px 5px; 
 
}

ul#header_menu li#menu_first_elm {
 border: 0px solid #ffffff;
}

ul#header_menu li a {
 color:#000000;
 display:block;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 text-align: center;

}

ul#header_menu li.active a {
 color: #ff9933;
}



ul#menu {
 position: relative;
 top: 160px;
 clear: both;
 float: left;
 margin-left: 5px;
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;

}

ul#menu li {
 float:left;

 margin-left:5px;
 height: 40px; 
 
}

ul#menu li a {
 background-image: url(../gfx/site/tab.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 width: 124px;
 height: 20px;  
 padding-top: 20px;
 color:#FFFFFF;
 display:block;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 text-align: center;

}

ul#menu li.active a {

 background-position: left bottom;
 color: #000000;
 height: 27px;  
 padding-top: 13px;
}

div.content {
 clear: both;
 width: 800px;
 margin-top: 20px;
 font-size: 12px;
 padding: 0px 0px 60px;
}

h1 {
 color: #ff9933;
 font-size: 16px;
}

h2 {
 color: #ff9933;
 font-size: 14px;
}

h3 {
 color: #006699;
 font-size: 14px;
}

h4 {
 color: #000000;
 font-size: 11px;
}

p {
 margin-bottom: 14px;
 line-height: 1.4em;
}

.content a {
 color: #ff9933;
 text-decoration: none;
}

div#left_panel {
 float: left;
 width: 535px;
 margin: 0px 10px;
/* border: 1px solid #000000;   */
}

div#right_panel {
 float: right;
  width: 200px;
  margin-right: 20px;
}


div#footer {
 height: 60px;
 margin-left: 10px; 
 background: transparent url(../gfx/site/footer.jpg) repeat-x scroll 50%;
 margin-top: 0px;
}

#footer_contact {
 padding-top: 20px;
 padding-right: 10px;
 float: right;
}
#footer p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  
}

.clear_all {
 clear: both;
}