/* Style sheet voor aerodroom.nl */
/*html{height: 100%;}*/

body
{
  /*padding: 0px;*/
  /*margin: 0px;*/
  font-size: 11pt;
  background-image: url('/images/navbg.jpg');
  /*background-position: top center;*/
  background-repeat: repeat;
  color: #000000;
}

h1, h2, h3, h4, h5, h6
{ font-family: Ubuntu, sans-serif;
}

p
{ margin: 3px;
  padding: 0px 0px 16px 0px;
  line-height: 1.4em;
  max-width: 800px;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 150%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left;
  padding: 0px 8px 0px 0px;
}

.right
{ float: right;
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px;
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

.bijschriftlinks
{ text-align: right;
  width: 170px;
  float: left;
  margin-top: 25px;
  font-size: 80%;
  line-height: 1.2em;
  padding-bottom: 0px;
}

.full { width: 90%; padding: 10px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 5px; margin: 0.25em 1%; }

/*html{height: 100%;}*/

blockquote
{ background: #FFFFFF;
  color: #70695A;
  border-color: #767676;
}

.navigation
{
  background: #FF9933;
  color: #FFFFFF;
  margin-top: 2px;
  margin-bottom: 6px;
}

div.main
{
  background: #FFFFFF;
  margin-top: 2px;
  margin-bottom: 2px;
}

h1, #column2 h1
{ background: transparent;
  color: #CE7014;
  border-color: #CAAE90;
}

input, textarea
{ background: #FFFFFF;
  color: #202020;
  /*color: #70695A;*/
  border-color: #CAAE90;
}

a.red {
    color:#a60000;
    text-decoration:none;
    padding-bottom: 0px;
}
a.red:visited {
    color:#a60000;
}

div.figure p {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 75%;
  text-align: right;
  padding-right: 4px;
}
div.figure p + p {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 75%;
  text-align: left;
}
div.figure p + p + p {
  display: block;
  width: 100%;
  vertical-align: middle;
  font-size: 100%;
  text-align: right;
}
/* Same as figure, except text size doesn't change */
div.illustrated p {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  font-size: 100%;
  text-align: left;
  padding-right: 4px;
}
div.illustrated p + p {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  font-size: 100%;
  text-align: left;
}
div.illustrated p + p + p {
  display: block;
  width: 100%;
  vertical-align: top;
  font-size: 100%;
  text-align: left;
}

a.white
{
  color: #ffffff;
  font-size: 90%;
  text-decoration: none;
}

div.bestel p
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-bottom: 0px;
}
div.bestel input[type="text"], input[type="password"], input[type="email"], textarea, select
{
  margin-bottom: 0px;
}
div.bestel td
{
  vertical-align: top;
  padding-bottom: 10px;
}

div.main p, h1, h2, h3
{
  margin-left: 10px;
  margin-right: 10px;
}

label,
legend {
	display: block;
	font-weight: normal;
	font-size: 13px;
}
