/*  general layout */
body	{
	background: #be0209 url(../images/bg_body.gif) repeat-x;
	color: #555;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: 'Trebuchet ms', verdana, lucida, arial, helvetica, sans-serif;
	font-size: 0.8em;
}


#top {
	margin: 10px auto 0 auto;
	width: 766px;
	font-size: 0.1em;
	height: 9px;
	background: url(../images/top.gif) no-repeat;
}

#sitebox {
	margin: 0 auto;
	width: 766px;
	background: #fff url(../images/bg_container.gif) repeat-y;
	text-align: left;
}

#logo-and-navigation {
	margin: 10px 0 10px 30px;
	width: 690px;
}

#logo-and-navigation #logo {
	float: left;
	width: 160px;
}

#logo-and-navigation #navcontainer {
	float: left;
	width: 530px;
}

#header {
	width: 760px;
	margin: 0 auto;
}

#headertitle {
	float: left;
	width: 490px;
	text-align: left;
}

#headertitle h1 {
	margin: 25px 0 0 0;
	font-size: 2.1em;
	color: #aaa;
}

#maincontent {
	margin: 10px 0 20px 45px;
	width: 676px;
	text-align: left;
}

#largeimage {
	border: 1px solid #000;
	padding: 0;
	margin: 4px 0 20px 0;
}

#introduction {
	margin: 0px 0 20px 0;
	font-size: 1.0em;
	line-height: 1.6em;
}

#introbox {
	background: url(../images/bg_introbox.gif) no-repeat;
	width: 676px;
	height: 75px;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #333;
	line-height: 1.6em;
}

#introbox .margin {
	margin: 10px 10px 10px 15px;
}

#introduction .careword {
	font-size: 1.3em;
	color: #666;
}

#introduction h1 {
	line-height: 1.1em;
}

#meerklanten {
	margin: 20px 0 20px 0;
}

#bottom {
	margin: 0 auto;
	width: 766px;
	background: url(../images/bottom.gif) top no-repeat;
}

#footer {
	color: #fff;
	margin: 0 auto;
	text-align: center;
}	
	
#footer .line {
	color: orange;
	margin: 0 10px 0 10px;
}


/* BASICS */

p, address	{
	margin: 4px 0px 14px 0px;
}

address {
	margin-bottom: 0px;
}

li {
	margin: 0px 0px 0px -24px;
	list-style-type: square;
}

h1 {
	color: #000;
	font-size: 1.8em; 
	margin: 4px 0px 22px 0px;
	font-family: georgia, times, times new roman;
	font-weight: normal;
}

h1 .red {
	color: #a00;
}

h1 .smaller {
	font-size: 0.8em;
}

h2 {
	color: #a00;
	font-size: 1.3em; 
	margin: 4px 0px 0px 0px;
}

h3 {
	margin: 0;
}

h4 {
	font-size: 1.1em;
	margin: 0;
}

img {
	border: 0px;
	display: block;
}

strong {
	color: #222;
}

hr {
	height: 1px;
	color: #ccc;
}




.box {
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 10px 0px;
}


#iconumbetekent {
	border: 1px dotted #666;
	padding: 10px 15px 5px 15px;
	background: #eee;
	font-style: italic;
	color: #666;
}

.box h2 {
	margin: 10px 0 0 0;
}

.screenshot {
	float: right;
	margin: 15px 0px 5px 5px;
}



#leftimage {
	float: left;
	margin: 10px 5px 5px 0px;
}

#ecommerce-banner-and-text #left {
	float: left;
	width: 300px;
}

#ecommerce-right {
	width: 300px;
	float: left;
}


/* menu */

#navlist
{
	margin: 30px 0 0 0;
	float: right;
	padding: 0 0 5px 1px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	line-height: 13px;
	margin: 0 1px 1px 10px;
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
}

#navlist a:link#current, #navlist a:visited#current
{
	border-bottom: 2px solid #a00;
	background: transparent;
	color: #a00;
}

#navlist a:hover { 
	border-bottom: 2px solid #ccc;
	background: transparent;
	color: #000; 
}

/* 2 columns */

.columns {

}

.columns .left-column {
	float: left;
	width: 300px;
}

.columns .right-column {
	float: left;
	width: 300px;
}


#ecommercebanner {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 15px 0;
}

/* weblog */

#mainweblog {
	margin: 30px 0 20px 45px;
	width: 676px;
	text-align: left;
}

#mainweblog #left {
	float: left;
	width: 476px;
}

#mainweblog #left .margin {
	margin: 0 20px 0 0;
}

#mainweblog #right {
	float: left;
	width: 199px;
	border-left: 1px dotted #aaa;
}

#mainweblog #right .margin {
	margin: 0 0 0 10px;
}


/* CASES */

.casebox {
	margin: 10px 0px 10px 0px;
    background: #fff url(../images/bg_casebox.jpg) no-repeat; 
}

.casebox .margin {
	margin: 15px;
}
	
.casebox h2 {
	margin: 10px 0 10px 0;
	color: #333;
}

.casebox .screenshot {
	float: right;
	margin: 15px 10px 5px 5px;
}



/* TEAM */


.personbox-uneven {
	width: 650px;
	margin: 10px 0 20px 0;
}

.personbox-uneven .image {
	float: left;
	width: 265px;
}

.personbox-uneven .image img {
	border: 1px solid #ccc;
}

.personbox-uneven .text {
	float: left;
	width: 385px;
}


/* CONTACT */

.contactbox {
	width: 600px;
	margin: 0 0 20px 0;
}

.contactbox .image {
	float: left;
	width: 215px;
}

.contactbox .image img { 
	border: 1px solid #ccc;
}

.contactbox .text {
	float: left;
	width: 300px;
	line-height: 1.5em;
}

.contactbox .text address {

}



/*FORM*/

#formbox {
	background: url(/images/bg_formbox.jpg) no-repeat;
	width: 500px;
}

form {
	border: none;
	margin: 0;
}

label	{
	float:left;
	width:160px;
	font-weight: normal;
	display: block; /* give the label its own line in tableless forms */
	padding: 7px 0px 0px 0px;	
}

.form-row { 
	margin: 10px;
} 

input#Name {
	width: 170px;
}

input#Company {
	width: 200px;
}

input#Street {
	width: 210px;
}

input#Zipcode {
	width: 80px;
}

input#City {
	width: 140px;
}

input#Email {
	width: 200px;
}


a:link.sublink, a:visited.sublink, a:hover.sublink, a:active.sublink {
	color: #000;
}

a.map:link, a.map:visited, a.map:hover, a.map:active { 
	background: url(../images/icon_map.gif) no-repeat;
	padding: 0 0 0 20px;
	background-position: left;
	color: #666;
}

a.pdf:link, a.pdf:visited, a.pdf:hover, a.pdf:active { 
	background: url(../images/icon_pdf.gif) no-repeat;
	padding: 0 0 0 20px;
	background-position: left;
	color: #666;
}

a.leveringsvoorwaarden:link, a.leveringsvoorwaarden:visited, a.leveringsvoorwaarden:hover, a.leveringsvoorwaarden:active { 
	color: #666;
}


.clearfix { overflow : hidden; _height : 1%; }
