

body,td,th {

}
body {
	background-color: #;
	margin: 0px;
    background-image: url(/templates/simple/images/bg.jpg);
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #;
} 
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS",Arial sans-serif;
	color: #;
}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}

/* h4 t/m h6 worden gebruikt als alias voor h1 t/m h3 i.v.m. het niet tonen van Sifr-headings in Highslide of Spry-panels */
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}

/* Stijl voor hyperlink plaatjes in imagetag (img) */
a img {border: none;}
img {border:none;}

/* Stijl voor lijn (hr) */
hr {color: #;}

/* Stijl voor formulieren en formulierelementen */
form, textarea, input, select {
	font-family: "Trebuchet MS",Arial sans-serif;
	font-size:12px;
}

label {
	font-family: "Trebuchet MS",Arial sans-serif;
	font-style:italic;
	color: #4F81BD;
}

legend {
	font-family: "Trebuchet MS",Arial sans-serif;
	font-style:italic;
}

/* Stijl voor normale links */
a {font-weight: bold;}
a:link {text-decoration: none;color: #; }
a:visited {text-decoration: none; color: #;}
a:hover {text-decoration: none; color: #;}
a:active {text-decoration: none; color: #;}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
    margin-top: -142px;
}

#page {
	background-color:#;
	width:850px;
	border: 1px solid #;
}
#header {
	height:120px;
	background-image: url(/templates/simple/images/logo_top.jpg);
	cursor:pointer;
}

#menu {
}

#content {
	padding-left: 15px;
	padding-right: 15px;
	width:770px;
    background-color:#F4F2F3;
    border-bottom: 1px solid #CCC;
}

#telefoon {
	text-align: center;
	padding: 10px;
	width:780px;
    background-color:#F4F2F3;
    border-bottom: 1px solid #CCC;
}

#portfolio {
	text-align: center;
	padding: 10px;
	width:780px;
    background-color:#F4F2F3;
    border-bottom: 1px solid #CCC;
}

#testimonials {
	text-align: center;
	padding: 10px;
    padding-bottom: 0px;
	width:780px;
    background-color:#F4F2F3;
    border-bottom: 1px solid #CCC;
}

#garantie {
}

#footermerken {
	background-color:#F4F2F3;
	padding:15px;
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    font-weight: bold;
    color: #555555;
}

#footercontact {
	background-color:#F4F2F3;
	padding-top:25px;
    padding-bottom:25px;
    padding-left:15px;
    padding-right:15px; 
    border-bottom: 1px solid #CCC;
}

#footer {
	background-color:#F4F2F3;
	padding-top:9px;
    padding-left:15px;
    padding-right:15px; 
}
#footerfooter {
height: 9px;
background-image: url(/templates/simple/images/footer.gif);
}

hr {
color:#CCC;
border-top:1px solid #CCC;

}

.dropdown
{
    height: auto;
    padding: 4px 4px 4px 10px;
}

.dropdown ul
{
    list-style: none none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.dropdown ul li
{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 18px 0px 0px;
    position: relative;
}

.dropdown ul li a
{
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.dropdown ul li a:hover
{
    text-decoration: none;
    color: #ED3130;
}

.dropdown ul li ul
{
	
    background: #000;
    
    border: #000000 solid 1px;
    display: none;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 30px;
}

.dropdown ul li ul li
{
    color: #FFF;
    
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    left: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    top: auto;
    width: 120px;
}

.dropdown ul li ul li a
{
    color: #FFF;
        font-family: Arial;
    font-size: 12px;
    display: block;
    padding: 3px 3px 3px 6px;
}

.dropdown ul li ul li ul 
{
    left: 125px;
    top: 2px;
}

