﻿/*
File Information

Name          : oeav.css

Design        : P.J. Koeleman
                Vliet Noord Zijde 56
                2231 GP   Rijnsburg
                Netherlands
E-mail        : applicatie (at) jkoeleman.nl

Coding assist : Conradm

Version       : 2.0
Date          : October 2011

Made for      : OeAV Sektion Lienz

End of File Information  
*/



BODY, td, p
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 0.9em;
  color             : #000000;
  line-height       : 1.2em;
  background-color  : #FFFFFF;
  text-align        : justify;
  vertical-align    : top;
  margin            : 4px;
  padding           : 0;
  font-weight       : normal;
  }

img
  {
  color             : #000000;
  line-height       : 1.2em;
  vertical-align    : top;
  margin            : 4px;
  padding           : 0;
  font-weight       : normal;
  }
  
H1
  /* Page titel */
  {
  font-size         : 1.7em;
  color             : #B84747;
  line-height       : 1.1em;
  text-align        : center;
  letter-spacing    : 0px;
  font-weight       : bold;
  }
  
H2
  /* Update info */
  {
  font-size         : 0.9em;
  color             : #6C6E70;
  line-height       : 2em;
  text-align        : center;
  letter-spacing    : 0px;
  font-weight       : bold;
  }

H3
  /* Bold text */
  {
  font-size         : 1.0em;
  color             : #B84747;
  margin            : 4px;
  font-weight       : bold;
  margin-top        : 20px;
  margin-bottom     : 5px;
  }
  
 
/* Footer */
.footer
  /* Normal */
  {
  font-size         : 0.75em;
  color             : #000000;
  line-height       : 0.8em;
  text-align        : center;
  font-weight       : normal;
  }
.footer_link
  {
  font-size         : 0.75em;
  color             : #49667B;
  text-align        : center;
  font-weight       : normal;
  }

  
/* Links */
A:link
  {
  font-size         : 0.9em;
  color             : #B84747;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : none;
  }
A:hover
  {
  font-size         : 0.9em;
  color             : #B84747;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : underline;
  }
A:visited
  {
  font-size         : 0.9em;
  color             : #B84747;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : underline;
  }
  
/* Link to Elektro-technisch aannemer J. Koeleman on Dutch site*/
A.koeleman:link
  {
  font-size         : 0.75em;
  color             : #49667B;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : none;
  }
A.koeleman:hover
  {
  font-size         : 0.75em;
  color             : #49667B;
  text-align        : center;
  font-weight       : normal;
  text-decoration   : underline;
  }
A.koeleman:visited
  {
  font-size         : 0.75em;
  color             : #49667B;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : none;
  }
 
 
/* pan option of webcam */
.view_port
  {
  position          : relative;
  margin-left       : auto;
  margin-right      : auto;
  width             : 640;
  height            : 480;
  }
  
.clip_area
  {
  position          : absolute;
  top               : 0px;
  left              : 0px;
  clip              : rect(0px,640px,480px,0px);
  }
  
.pan_control
  {
  position          : absolute;
  top               : 0;      /* top of view */
  height            : 480;    /* height of view */
  }
/* End of pan option of webcam */


/* Navigatie */
.Navi_help
  {
  background-color  : #FFF7C0;
  font-size         : 0.9em;
  border-top        : 2px solid #F7D229;
  border-bottom     : 2px solid #F7D229;
  padding           : 5px 10px 5px 10px;
  }
  
.Navi_help h3
  {
  color             : #222222;
  font-weight       : bold;
  font-size         : 1em;
  margin-top        : 5px;
  }
  
