
@charset "utf-8";



* {
    border-collapse : collapse;
    border-spacing : 0;
    font-family : 'Adobe New Century Schoolbook', 'Times New Roman', 'DejaVu Serif', 'DejaVu Sans', Arial, 'sans-serif';
    font-size : 1em;
    font-style : normal;
    font-weight : bold;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-decoration : none;
  }


html, body {
    background-color : #ffffaa;
    color : 030303;
    height : 100%;
    min-height : 100%;
  }

/* constant scrollbar for gecko, to prevent "jumping" */



html[id] {
    padding-bottom:0.005em;
  }


body {
    background-color : #ffffaa;
    min-width : 100%;
  }


#body {
    width:800px;
    background:#fff;
  }


a img {
    border:none;
  }


a {
    color : #5f0e01;
    list-style-type : upper-roman;
    text-decoration : none;
  }


a:hover,a:focus {
    text-decoration:underline;
    color:#333;
  }


a[href^="http://"] {
    padding-left:18px;
    background:url(../images/extern.png) left center no-repeat;
  }


a[href^="mailto:"] {
    padding-left:18px;
    background:url(../images/mail.png) left center no-repeat;
  }

/**
 * clear
 **/
/*
div:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	width:0;
}
*/




h1 {
    color : #000000;
    font-family : 'Adobe New Century Schoolbook';
    font-size : 2em;
    font-style : italic;
  }


table {
    background-image : url('../images/Honeycomb03s-2.png');
  }

