/* Cascading Style Sheet voor Jeugdleven website */

html {
  height: 100%;
}

body {
  background: #444;
  height: 100%;
  margin: 0px;
  color: #333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #0072bc;
}

a:hover, a:active {
  color: #ed1d24;
}

p.contents_title {
  font-style: italic;
  font-weight: bold;
  color: #333;
}

div.contents {
  color: #777;
  margin-left: 160px;
}

p.photo_title {
  font-style: italic;
  font-weight: bold;
  color: #333;
}

p.photo {
  color: #777;
  margin: 0px;
}

p.photo_date {
  color: #aaa;
  font-size: xx-small;
  margin: 0px;
}

p.small {
  color: green;
  font-size: x-small;
}

p.download {
  text-align: center;
  margin: 0px;
  font-size: x-small;
}

p.download a {
  color: #333;
  font-weight: bold;
}

p.page_numbers {
  color: #aaa;
  text-align: center;
  font-weight: bold;
  margin: 0px;
}

/* Table styles */

table {
  margin: 0px;
  padding: 0px;
/*  border: 1px solid green; */
  border-collapse: collapse; 
  font-size: 100%;  
  line-height: 1.4em; 
}

table.container {
  background: white;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table.menu {
  margin-left: auto;
  margin-right: auto;
}

table.logo {
  background: white;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 10pt;
}

table.main {
  width: 100%;
  text-align: justify;
}

table.main th {
  color: white;
  background-color: #0085cc;
  background: -moz-linear-gradient(top, #0085cc, #0072bc);
  background: -webkit-gradient(linear, left top, left bottom, from(#0085cc), to(#0072bc));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#0085cc', EndColorStr='#0072bc', GradientType=0);
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  padding: 3px 75px 3px 15px;
}

table.main td {
  padding: 6px 75px 6px 15px;
}

tr {
  margin: 0px;
  padding: 0px;
}

td {
  margin: 0px;
  padding: 0px;
/*  border: 1px solid red; */
}

td.header1 {
  background: url('/images/header.png') no-repeat;
  width: 1024px;
  height: 235px;
}

td.header2 {
  width: 1024px;
}

td.sidebar {
  background: url('/images/sidebar.png') no-repeat;
  width: 200px;
  height: 100%;
  vertical-align: top;
}

td.content {
  width: 824px;
  vertical-align: top;
  text-align: left;
/*  border: 1px solid green; */
}

td.button, td.active {
  width: 154px;
  height: 44px;
  padding-top: 7px;
  vertical-align: top;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}

td.button {
  background: url('/images/buttons/normal.png') no-repeat;
  color: white;
}

td.button:hover {
  background: url('/images/buttons/hot.png') no-repeat;
}

td.active {
  background: url('/images/buttons/active.png') no-repeat;
  color: #083e88;
}

td.button a, td.active a {
  color: white;
}

td.button:hover a {
  color: #083e88;
}

/* Image styles */

img {
  border: none;
  margin: 0px;
}

.dropshadow {
  margin: 3px 0px 0px 4px !important;
}

.dropshadow img {
  display: block;
  position: relative;
  margin: 3px 12px 11px 4px;
  padding: 0px;
}

.thumb {
  background: url('/images/dropshadows/thumb.png') no-repeat;
}

.headshot {
  background: url('/images/dropshadows/headshot.png') no-repeat;
}

.cover {
  background: url('/images/dropshadows/cover.png') no-repeat;
  margin: 5px 0px 0px 5px !important;
}

.cover img {
  margin: 5px 17px 17px 5px;
}

.collage {
  background: url('/images/dropshadows/collage.png') no-repeat;
  margin: 10px 0px 0px 14px !important;
}

.collage img {
  margin: 10px 28px 28px 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}
