﻿@import url("form.css");
@import url("general.css");
@import url("home.css");
@import url("products.css");
@import url("popup.css");
* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body 
{
    font-family:arial;
    font-size:12px;
    text-align: center;
    background-color:#eee;
    color:#545859;
    line-height:16px;
}

a 
{
    color:#545859;
    text-decoration:none;
}

a:hover 
{
    color:#FD891C;

}

h1 
{
    font-size:14px;
    margin-bottom:16px;
    color:#009DEC
}

h2 
{
    font-size:12px;
    margin-bottom:16px;
}



#container 
{
    position: relative;
	width: 1000px;
	margin: 0 auto;	
	background-color: #fff;
	text-align: left;
	
}

#main 
{  
}

#header 
{
    font-size:11px;
    height:88px;    
    background-image:url(/images/background_header.gif);
    background-repeat:no-repeat;    
}



#breadcrumbs 
{
    color:#ccc;
    font-size:11px;
    height:20px;
    padding:5px 15px 5px 230px;
    background-color:#fff
}

#breadcrumbs a
{
    color:#bbb;
    text-decoration:underline;
}

#breadcrumbs a:hover
{
    color:#bbb;
    text-decoration:none;
}

#breadcrumbs h1 
{
    display:inline;
    font-size:11px;
    color:#bbb;
    font-weight:normal;
    margin:0
}


.currentCategory 
{
    color:#FD891C;
    font-weight:bold;
}

.currentSubCategory
{
    color:#FD891C;
}

#left  
{
    margin: 0;
	float: left;
	width: 200px;
	position: relative;   
}

#leftInner 
{
    padding-right:0px
}

#right 
{
    margin: 0;	
	padding: 0px;
	float: left;
	width:780px;
}

#rightInner 
{
    padding-left:30px;
}

#middle 
{
    width: 580px;
    margin: 0;	
	padding: 0px;
	float: left;
	
}

#middleInner 
{
    padding-left:30px;
    padding-right:30px;
}

#rightHome 
{
    width:200px;
    margin: 0;	
	padding: 0px;
	float: right;
		
}

#rightHomeInner 
{
    padding-left:0px;
    
}




#plainContent
{
    
}

#plainContent a
{
    text-decoration:underline
}

#plainContent a:hover
{
    text-decoration:none
}





#nieuwsHome ul 
{
    margin-left:15px;
}


#paging 
{
    color:#009DEC;
    margin-bottom:10px;
    text-align:right
}

#paging a
{
    color:#009DEC
}






#defaultTable  
{
    width:100%
}

#defaultForm {
    margin:0

}


#Buttons {
    margin-top:16px;
    
}

#leftButton 
{
    float:left;
}

#rightButton 
{
    float:right;
}
