/* Algemeen
------------------------------------------------------------*/
body {
  margin: 30px 10px 15px 10px;
  background-color: #222222;
  background-repeat: no-repeat;
  text-align: center;
  font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}
p {
  margin: 10px 0;
  padding: 10px 0;
}
h1 {
  margin: 5px 0;
  padding: 10px 0 0 25px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fce749;
  background: url(../images/basis/header_img.gif) 0 15px no-repeat;
}
h3 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 11px;
  text-transform: uppercase;
  border-top: 1px dotted #555;
  color: #75ccee;
}
h3 img, .h3 {
  position: relative;
  float: left;
  margin: 5px 0 0 -235px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #555;
}
h5 {
  padding: 0;
  margin: 20px 0 -20px 0;
  text-transform: uppercase;
  font-size: 10px;
}
h6 {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
strong {
  font-weight: normal;
  color: #75ccee;
}
img {
  border: 0;
}
table {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-top: 10px;
}
/* Links
------------------------------------------------------------*/
p a:link, p a:visited {
  color: #fff;
  text-decoration: none;
  padding: 1px 3px 2px 3px;
  border: 1px dotted #fff;
}
p a:hover, p a:active {
  background-color: #555;
}
/* Containers
------------------------------------------------------------*/
#introtext {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#languages {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
#maincontainer {
  margin: 0 auto;
  width: 890px;
  text-align: left;
  background: url(../images/basis/particles.gif) no-repeat;
}
#logocontainer {
  width: 155px;
  height: 170px;
  float: left;
}
#navcontainer {
  float: right;
  margin-top: 110px;
  padding-bottom: 30px;
}
#content {
  clear: both;
  padding-top: 30px;
}
#imagecontainer {
  width: 200px;
  margin: 20px 0 0 10px;
}
#textcontainer {
  width: 645px;
  float: right;
}
#footer {
  clear: both;
  padding: 20px 0 0 10px;
}
/* Subnavigatie
------------------------------------------------------------*/
.subnav {
  margin: 10px 0;
  padding: 10px;
  border: 1px dotted #555;
  text-align: center;
}
.subnav li {
  display:inline;
  padding-right: 6px;
}
.subnav li a {
  text-decoration: none;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color:#444;
  padding: 1px 4px;
  white-space: nowrap;
  letter-spacing: 1px;
}
.subnav a:hover {
  background-color:#228ac6;
  color:#FFFFFF;
}
/* Imagecontainer
------------------------------------------------------------*/
.slideshow {
  padding: 0;
  margin: 0;
}
.slideshow li {
  list-style: none;
  margin: 0;
  margin-bottom: 35px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555;
}
/* Tabellen en pdf-links Prijzenpagina
------------------------------------------------------------*/
.prices {
  border-collapse: separate;
  border-spacing: 0;
  padding-bottom: 20px;
}
.prices td {
  font-size: 11px;
  padding: 1px;
  padding-right: 25px;
  border-bottom: 1px dotted #555;
}
.prices_header {
  text-transform: uppercase;
  font-weight: bold;
}
.pdflinks {
  padding: 0;
}
.pdflinks li {
  display: inline;
}
.pdflinks li a {
  text-decoration: none;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #777;
  padding-right: 10px;
}
.pdflinks li a:hover {
  color: #fce749;
}
/* Tabellen Contactpagina
------------------------------------------------------------*/
.contact td {
  font-size: 11px;
  padding: 0px;
}
.contact_border {
  border-bottom: 1px dotted #555;
}
/* Overige Classes
------------------------------------------------------------*/
.small {
  font-size: 10px;
  color: #777;
  width: 70px;
  float: left;
}
.top {
  margin: 0;
  font-size: 10px;
  float: right;
}
.top a:link, .top a:visited {
  border-color: #555;
  color: #999;
}
.aanvraag {
  margin: -10px 0 15px 0;
  padding-left: 18px;
  background: url(../images/basis/arrow.gif) 5px 8px no-repeat;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #CCC;
}
#textcontainer ul {
padding-left: 15px;
}
/* Tijdelijk
------------------------------------------------------------*/
.temp {
  color: #fce749;
}


/* Link styles */

a.yellow:link {
	text-decoration:	none;
	color:				#fcc936;
}

a.yellow:visited {
	text-decoration:	none;
	color:				#fcc936;
}

a.yellow:hover {
	text-decoration:	underline;
	color:				#fcc936;
}

a:link {
	text-decoration: 	underline;
	color:				#75ccee;
}

a:visited {
	text-decoration: 	underline;
	color:				#75ccee;
}

a:hover {
	text-decoration: 	underline;
	color:				#fce749;
}
