/*
 *
 * BIO SERVICE CSS STYLE SHEET
 *
 * Copyright (c) 2008 Alexis Domjan <adomjan@horus.ch>
 *
 * GAiA Network
 *
 * $Id: main.css,v 1.3 2008-11-02 23:08:10 disco Exp $ 
 *
 */


body {
   margin: 0;
   padding: 0;
   background-image: url(../images/background.png);
   font-family: Frutiger, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

a.link {
   font-size: 10pt;
   color: #477950;
}

a.link:hover {
   color: black;
}

a { color: #477950; }
a:hover { color: black; }

a.menu {
   display: block;
   text-decoration: none;
   padding: 10px;
   border-bottom: 1px #5a9a65 dotted;
   width: 120px;
   font-size: 10pt;
   color: #477950;
}

a.menu:hover {
   color: black;
}


a.lang {
   font-size: 8pt;
   color: #888;
   text-decoration: none;
}

a.lang:hover {
   color: black;
   text-decoration: underline;
}


p.title {
   font-size: 11pt;
   font-weight: bold;
   display: block;
   border-bottom: 2px solid #ddd;
}

h1 {
   font-size: 11pt;
   font-weight: bold;
   display: block;
   border-bottom: 2px solid #ddd;
}

h2 {
   font-size: 10pt;
   font-weight: bold;
}



p.subtitle {
   font-size: 10pt;
   font-weight: bold;
}

p.text {
   font-size: 10pt;
}

p {
   font-size: 10pt;
}

p.small {
   font-size: 8pt;
}


img.borded {
   border: 1px solid #999;
}

img.borded:hover {
   border: 1px solid #9f9;
}

p.citation {
   font-size: 8pt;
   color: #555;
   font-style: italic;
   text-align: left;
   padding-left: 4px;
   padding-right: 4px;
}

p.author {
   font-size: 8pt;
   color: #555;
   text-align: left;
   padding-left: 4px;
   padding-right: 4px;
}

