/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   background: #FFFFFF;
   color: #FFFFFF; 
   text-align: center; 
   min-width: 680px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
   font-size:16px;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #5B2B12;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #5B2B12;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   background: #9F3B0A;
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
}

/* intro */

#pageHeader {
   background: url(../images/back.jpg) center top no-repeat;
   height: 300px;
   color: #9F380B;
}

#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 44px;
	top: 42px;
	color: #8B3A0B;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 44px;
	top: 105px;
	font-size: 80%;
	color: #8B3A0B;
}

.gewonetekst1 {
font-family: verdana, lucida, arial, helvetica, sans-serif;
   font-size:13px;
}

#quickSummary {
	position: absolute;
	left: 300px;
	top: 160px;
	width: 350px;
	height: 90px;
	font-size: 100%;
	border-top: solid #FFF 3px;
	border-bottom: solid #FFF 3px;
}

#quickSummary a {
    color: #FFFFFF;
    
}

#about {
    clear: both;
	/*font-size: 80%;*/
	padding-left: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
	background: #8F3709;
	margin-bottom: 10px;

}

#about p {
	line-height: 15px;
}

#about h3 {
   color: #FE6D10;
   margin-bottom: 10px;
   font-family: verdana, lucida, arial, helvetica, sans-serif;
   font-size:14px;
   z-index:60;
}

/* text */

#supportingText {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
}

#div-comprar {
   float: left;
   width: 180px;
   background: #8D340C;
   padding: 10px;
}

#servsupdev {
   float: right;
   width: 450px;
   padding: 10px;
   border: solid #8D340C 1px;
   margin-bottom: 10px
}

#supportingText h3 {
   margin-bottom: 10px;
   color: #000;
}
#services{
position:relative;
float: left;
   width: 180px;
   padding: 10px;
   margin-top: 0px;
   
   border: solid #8D340C 0px;
   /*margin-bottom: 10px;*/

}

#services .p1, #support .p1 {
   color: #D9865E;
}

#services .p2 {
   margin-top: -10px;
   margin-left: -10px;
}


#div-contact {
float: left;
   
   background: #8D340C;
   padding: 15px;
}

#div-contact .p2 {
   color: #D9865E;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #000 1px;
   padding-bottom: 5px; 
   padding-top: 20px;
   color: #000;
}

/* links */

#lmenu {
	position: absolute;
	top: 153px;
	left: 17px;
	width: 350px;
	font-size: 70%;
	height: 98px;
	padding-left: 20px;
	/* border-left: solid #000 4px; */
}

#lmenu a, #lmenu a:link, #lmenu a:visited {
   color: #F8F8F8; 
   text-decoration: none;
}

#lmenu a:hover {
   color: #000;
   text-decoration: underline;
}

#lmenu ul {
   list-style: square; 
}

#lmenu ul li {
   margin-bottom: 2px;
   margin-left: 0px;
}


/* second menu */

.secondmenu {
	position: absolute;
	top: 1050px;
	left: 40px;
	font-size: 70%;
	padding-left: 20px;
	/* border-left: solid #000 4px; */
}

.secondmenu a, .secondmenu a:link, .secondmenu a:visited {
   color: #F8F8F8; 
   text-decoration: none;
}

.secondmenu a:hover {
   color: #000;
   text-decoration: underline;
}

.secondmenu ul {
   list-style: square; 
}

.secondmenu ul li {
   margin-bottom: 2px;
   margin-left: 0px;
}

