/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin: 0;
	padding: 0;
}	

html{
}	
body{
	text-align: center;
	background: #1A3A04; 
}

/* ----- IDS ----- */

#container{
	background: transparent url(../images/stoopbgfull.jpg) top left no-repeat;
	margin: 0 auto;
	width: 1010px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 540px;
}	

#primaryContent{
	float: left;
	width: 670px;
	height: 410px;
	margin-left: 40px;
	margin-top: 40px;
}	


	
#navigation{
	margin: 0;
	paddin: 0;
	margin-left: 28px;
	margin-top: 15px;
	width: 220px;
	float: left;
	/*background: transparent url(../images/stooplogo.gif) top left no-repeat;*/
}
	
#footer {
	margin-top: 15px;
	text-align: center;	
	font-size: 12px;
	color: #fff;
}

#adresgegevens {
	margin: 0;
	padding: 0;
	float:right; 
	text-align: right;
    /* position: relative;
    right: 35px;
    top: 0px; */

	display: inline;    



}

/* ----- CLASSES ----- */

.hide{
}
.show{
}

.clear {
	clear: both;
}

.currentnav {
	background: transparent url(../images/bgcurrentnav.gif) top left no-repeat;
}



/* ----- HEADINGS ----- */

h1{
	font-size: 24px;
	padding-bottom: 0.7em;
	color: #f6d811;
}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 5px;
}

#footer p.designer {
	margin-top: 30px;	
	font-size: 10px;
}
/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}


#navigation ul{
	margin-top: 210px;
	margin-left: 10px;
	/*background: transparent url(../images/testtransparantie.gif) top left repeat-y;*/
}
#navigation li{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
	color: #aaa;
	line-height: 20px;
}


#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}


#thumbsindex ul li,
#thumbsafsluitingen ul li,
#thumbsbomen ul li,
#thumbscontact ul li,
#thumbsgrondwerk ul li,
#thumbstuinaanleg ul li,
#thumbsverhardingen ul li,
#thumbsverhuur ul li {
	margin: 0;
	padding: 0;	
	border: 0;	
	display: inline;
	margin-left: 58px;

}


#thumbsafsluitingen ul li {
	margin-left: 44px;
}

#thumbsgrondwerk ul li {
	margin-left: 18px;
}

#thumbsverhardingen ul li {
	margin-left: 9px;
}

#thumbsbomen ul li {
	margin-left: 27px;
}

#thumbstuinaanleg ul li {
	margin-left: 0px;
}	 

#thumbsverhuur ul li {
	margin-left: 27px;
}

#thumbsindex ul li.first,
#thumbsafsluitingen ul li.first,
#thumbsbomen ul li.first,
#thumbscontact ul li.first,
#thumbsgrondwerk ul li.first,
#thumbstuinaanleg ul li.first,
#thumbsverhardingen ul li.first,
#thumbsverhuur ul li.first {
	margin-left: 6px;
}

#thumbsverhardingen ul li.first {
	margin-left: 10px;
}

#primaryContent ul {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 5px;
	padding-left: 30px;
}
/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */
#navigation a{
	color: #d0b200;
	text-decoration: none;
}

#navigation a:hover{
	color: #d0b200;
}

#navigation a:visited, 
#navigation a:active,
#navigation a:focus {
	color: #d0b200	;
}


a{
	color: #fff;
}
a:visited, a:active, a:focus{
	color: #fff;
}
a:hover{
	color: #999;
}

a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
	margin: 0 0 0 30px;;
	padding: 0;

}

fieldset{
	margin: 0;
	padding: 0;
	border: none;
	
}
form fieldset div {
	margin: 0;
	padding: 0;
	position: relative;
}

legend{
}

label {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-left: -20px;	
}

label em {
	color: #f00;
}
input#emailadres,
input#bedrijf,
input#adres,
input#telefoon,
input#fax,
input#naam {
	width: 30em;
	margin-top: 3px;
	font-size: 11px;	
}

textarea{
	margin: 5px 0 10px 0;
	padding: 0;
	width: 600px;
}
input, textarea{
}
select{
}
optgroup{
}
option{
}




/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}