* {
  margin: 0;
  padding: 0;
}

body {
  background: #5376A0;
  color: white;
  font: 10pt 'Trebuchet MS', Verdana, Sans-serif;
  line-height: 130%;
}

a {
  color: white;
  text-decoration: underline; 
}

a:hover {
  text-decoration: none;
}

h1 {
  display: none;
}

div.menu h2 {
  display: none;
}

/* Internet Explorer workaround:
   If the containt div gets a top-padding, it doesn't get padded, but it get's shifted.
*/
h2 {
  padding-top: 20px;
}

h3 {
  font-size: 11pt; /*14pt*/
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: -5px;
}

img.trans {
  float: left;
  width: 1px;
  height: 400px;
}
hr.endtrans {
  clear: left;
  border: 0px solid;
  color: #284763;
}

img.imgInText {
  border: none;
  float: right;
  margin: 10px;
}

div.topbar {
  margin-left: 28px;
  margin-right: 27px;
  padding-top: 2px;
  
  background: url(img/kartel_boven2.gif) repeat-x center top;
  height: 76px; /*28px;*/
  position:relative;
  text-align: center;
}
div.topbar h1 span {
  display: none;

}

div.topbar h1 {
  background: url(logo/logo.gif) no-repeat center top;
width:100%;
height: 73px;
display:block;

}


div.bottombar {
  margin-left: 28px;
  margin-right: 27px;
  background: url(img/kartel_onder.gif) repeat-x center top;
  height: 28px;
  position: relative;
}

div.container1 {
  background: #284763 url(img/kartel_links.gif) repeat-y left top;
}

/* Content container: */
div.container2 {
  background:  url(img/kartel_rechts.gif) repeat-y right top;
  margin-left: 350px;
  padding: 0px 50px 10px 0;
    
}

div.container2 p, div.content ul {
  margin-top: 10px;
}

div.menu {
  position: absolute;
  left: 40px;
  top: 50px; /*0;*/
  width: 250px;
  padding-left: 90px;
  padding-top: 200px;
  margin-top: 40px;
  background: url(img/menu.jpg) no-repeat left top;
}

div.menu ul {
  list-style-image: url(img/dennenappel.jpg);
  line-height:165%;
}

div.menu ul li a {
  position: relative;
  top: -7px;
}

div.menu ul li strong {
  position: relative;
  top: -5px;
}

div.content ul {
	margin-left: 20px;
	list-style-type: circle;
}

div.content ul li {
	margin-bottom: 2px;
}

div.content ul.part1, div.content ul.part2 {
	float: left;
}

div.content ul.part1 {
	margin-right: 20px;
}


form span.field {
  display: block;
  width: 20em;
}

form input.value, form textarea {
  display: block;
  background: #142331;
  border: 1px #FFFFFF solid;
  color: white;
  font: 10pt 'Trebuchet MS', Verdana, Sans-serif;
}

form textarea {
  width: 40em;
  height: 10em;
}

form input.button {
  margin: 10px 0;
}

select.galTitle {
  background: #284763;
  color: white;
  font: 11pt 'Trebuchet MS', Verdana, Sans-serif;
  font-weight: normal;
  text-align: center;
  border: 1px #FFFFFF solid;
  margin: 0px 10px;
  padding: 0px;
}

div.gallery img {
  border: 1px #000000 solid;
  vertical-align: middle;
  margin: 2px;
}

div.gallery img.portrait {
  margin: 2px 25px;
}

p.nav {
  text-align:  center;
  margin: 20px 0px; 
}

p.photo {
  text-align: center;
}

p.photo img {
  border: 7px #142331;
  border-style: none solid solid none;
}

table.tarieven {
  border-collapse: collapse;
  margin-top: 5px;
  /*background: #fff;*/
}

table.tarieven td, table.tarieven th {
  border: 1px #5376A0 solid;
  padding: 3px .5em;
}

table.tarieven th {
  border-bottom: 3px #5376A0 solid;
}

table.tarieven tr.vak td+td+td+td, span.vak {
	background: #3d5e81;
	font-style: italic;
}

table.tarieven tr td.bezet , span.bezet {
  background: #4d0000 url(img/bezet.png) top left repeat-x !important;
  color: #888;
}

table.tarieven tr td.aanbieding , span.aanbieding {
  font-size: 110%;
  background: #e6d000 url(img/aanbieding.png) top left repeat-x !important;
  color: #000;
}

table.tarieven tr td.aanbieding span.oud {
  font-size: 90%;
  text-align: left;
  color: #888;
  display: block;
}

table.tarieven tr td.aanbieding span.oud strike {
	text-decoration: none;
}

table.tarieven td {
  text-align: right;
}

table.tarieven td.opm {
  text-align: left;
}

div.tarievenJaar {
	margin: 1em 1em 2em 1em; 
	padding: .5em; 
	border: 1px dotted white;
	text-align: center;
}

div.tarievenJaar a {
	font-weight: bold;
	font-size: 120%;
}

span.legenda {
	padding: 1px .5em;
	border: 1px #5376A0 solid;
}

p.legenda {
	line-height: 1.5;
	margin-bottom: 2em;
}