/* $Id: common.css,v 1.12 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  font-size: 0.8em;
  line-height: 1.3em;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
}
h1, h3, h4, h5, h6 {
  margin-bottom: .25em;
}
h1 {
  font-size: 1.3em;
}

#disclaimer {
position:absolute;
bottom: -50px;
left: 25px;
font-size:8pt;
test-align: left;
}

#adres {
position: absolute;
top: 555px;
left: 670px
}

#onderwerp {
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  height: 140px;
  width: 800px;
  text-align: right;
  font-style: italic;
  font-size: 42px;
  color: white;
  postion:absolute;
  float:right;
  margin-right: 50px;
  margin-top: 50px;
  padding: 0px
}
h3 {
  font-size: 1.5em;
}
h4, h5, h6 {
  font-size: 1em;
}
p {
  margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}

li#mannetje {
list-style-type: none;
background: url('icoon-mannetje.png') no-repeat; padding-left: 75px;
height: 50px;
margin: 20px 0 0 -40px;
}
li#blaadjes {
list-style-type: none;
background: url('icoon-blaadjes.png') no-repeat; padding-left: 75px;
height: 50px;
margin: 20px 0 0 -40px;
}
li#hartje {
list-style-type: none;
background: url('icoon-hartje.png') no-repeat; padding-left: 75px;
height: 50px;
margin: 20px 0 0 -40px;
}

/*
** Page layout blocks / IDs
*/
#header {
  margin: 0;
  padding: 0;
  width: 1000px;
  height: 425px;
}
.head, .head7 {
  background: url('header-1.jpg') 50% 0 no-repeat;
}
.head6 {
  background: url('header-4.jpg') 50% 0 no-repeat;
}
.head8 {
  background: url('header-5.jpg') 50% 0 no-repeat;
}
.head9 {
  background: url('header-2.jpg') 50% 0 no-repeat;
}
.headcontact {
  background: url('header-3.jpg') 50% 0 no-repeat;
}
.head11 {
  background: url('header-3.jpg') 50% 0 no-repeat;
}
.head12 {
  background: url('header-6.jpg') 50% 0 no-repeat;
}

#help {
  font-size: 0.8em;
}
#content {
  clear: both;
  color: #554;
}
#content a {
  text-decoration: underline;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  padding: 10px;
}
#main {
  padding-left: 0em;
  padding-right: 1em;
  vertical-align: top;
}
#footer {
 font-size: 0.8em;
 padding-top: 2em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .25em 0;
}
.content {
  margin: 50px 0 0 0;
 font-weight:bold;
}
ul.links.inline {
  font-size: 0.8em;
  line-height: 1.25em;
}
.block {
  width: 180px;
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #3a3;
  color: #3a3;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
  padding: 0.5em 0em 0.5em 0em; /* LTR */
  clear: both;
  text-align: left;
  font-size: 1.4em;
}
.navlinks a {
  color: #fff;
}
.primary a {
  font-size: 1.0em;
  padding: 0em 0.5em 0em 0em; /* LTR */
  color: #fff;
}
.secondary a {
  font-size: 0.9em;
  padding: 0em 0.5em 0em 0em; /* LTR */
  color: #fff;
}

/*
** Logo Image Positioning
*/
#header .logo {
  position: absolute;
  top: 360px;
  right: 50px
}
/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}


