

/* Stylesheet for Intergenomics Website */
/* for navigation frame and others*/


/* Test for different backgrounds */


body {
 background-color:#FFFFFF
 /*background-image:url(pics/gray_stucco.gif);*/
 /*background-repeat:repeat;*/
 /*background-attachment:fixed; padding:0px; */
 }



/* Test for different backgrounds ONLY COMMMENT!!!
body {
 background-image:url(pics/bmbf_logo.gif);
 background-repeat:repeat;
 background-attachment:fixed; padding:0px; }
div.mybody {
 margin-left:100px; margin-top:200px; margin-right:20px; margin-bottom:20px; } */





h1, h2, h3, h4, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, .normal_text, .small, .title {
 font-family: Verdana, Tahoma, Arial, sans-serif; color:#000000; font-size:14 px}

h1 { font-size:26px; margin-bottom:5px; margin-top:20px}

h2 { font-size:21px; margin-bottom:3px; margin-top:10px}

h2.sh2 { font-size:21px; }

h3, h3.xmp, h3.xpl, h3.inf, h3.tip, h3.akt { font-size:18px; margin-bottom:1px; margin-top:6px}}

h4 { font-size:16px; }

.normal_text { color:#000000; font-family: Myriad, Tahoma, Arial, sans-serif; font-size: 14px; }
.small { color:#000000; font-family: Myriad, Tahoma, Arial, sans-serif; font-size: 10px; }
.title { color=#FFFFFF; bgcolor=#6666F0; font-size:26px; margin-bottom:5px; margin-top:20px}
/*p { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; } */



/* LINK-Formate!! */
/* Um eine korrekte Darstellung dieser Pseudoformate zu erreichen, mssen Sie bei der Notierung die folgende Reihenfolge einhalten: */
/* :link, :visited, :hover, :active. */

a:link    { color:#0000FF; text-decoration:none; font-weight:normal; font-family:Verdana, Tahoma, Arial, sans-serif;font-size:14 px;}
a:visited { color:#0000FF; text-decoration:none; font-family:Verdana, Tahoma, Arial, sans-serif; font-size:14 px;} /* the same like unvisited link*/
a:hover   { color:#FF00FF; text-decoration:none; font-family:Verdana, Tahoma, Arial, sans-serif; font-size:14 px; }
/* a:active  { color:#000000; font-weight:normal;  font-family:Verdana, Tahoma, Arial, sans-serif; font-size:14 px; } the same like unvisited link but oblique*/

a.institute:link    { color:#FF0000; text-decoration:none; font-weight:bold}
a.institute:visited    { color:#FF0000; text-decoration:none; font-weight:bold}
a.institute:hover    { color:#FF0000; text-decoration:none; font-weight:bold}

/* the same like unvisited link */
a.institute:hover   { color:#0000FF; text-decoration:none; font-weight:bold; font-family:Myriad, Tahoma, Verdana, sans-serif; font-size:18 px; }

a.navigation:link    { color:#FFFFFF; text-decoration:none; font-weight:normal; font-family:Myriad, Tahoma, Verdana, sans-serif; font-size:16 pt;}
a.navigation:visited { color:#FFFFFF; text-decoration:none; font-weight:normal; font-family:Myriad, Tahoma, Verdana, sans-serif; font-size:16 pt;} /* the same like unvisited link*/
a.navigation:hover   { color:#FFFFFF; text-decoration:none; font-weight:bold; font-family:Myriad, Tahoma, Verdana, sans-serif; font-size:16 pt; }
a.navigation:active  { color:#6666F0; text-decoration:none; background-color:#FFFFFF; font-weight:bold; font-family:Myriad, Tahoma, Verdana, sans-serif; font-size:16 pt; }
