/* $Id: kalo.css,v 1.29 2011/07/27 20:10:47 wytze Exp $ */

BODY {
   font-family: Arial, Helvetica;
   background:  #ffffff;
   color:       #000000;
   margin-left: auto;
   margin-right: auto;
}

#fadeDiv {
    display:none;
}

A {
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
}
A IMG {
    border-style: none;
}
A IMG.thumbnail {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}
A:link, A:visited, A:active {
    color: #aaaaaa;
}
A:link:hover, A:visited:hover, A:active:hover {
    color: #000000;
}
A.small {
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}
A.large {
    text-decoration: none;
    font-weight: bold;
    font-size: large;
}
A.big {
    text-decoration: none;
    font-weight: bold;
    font-size: x-large;
}
A.supertopic {
    text-decoration: none;
    font-weight: bold;
    font-size: large;
}
A.topic {
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
}
A.subtopic {
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}

P.topic {
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
    margin-top: 0px;
    margin-bottom: 0px;
}
P.subtopic {
    text-decoration: none;
    font-weight: bold;
    font-size: small;
    margin-top: 0px;
    margin-bottom: 0px;
}

P.click {
    text-decoration: none;
    font-weight: bold;
    font-size: small;
    color: #aaaaaa;
}

P.thankyou {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
}

H2.thankyou {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
    margin-top: 0px;
    margin-bottom: 0px;
}

P.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
}

P.about {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: large;
    color: #000000;
    text-align: left;
    margin: 20px;
}

TABLE.about {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: large;
    color: #000000;
    text-align: left;
    margin-left: 20px;
}

P.contact {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: medium;
    color: #000000;
}

DIV.impressum {
    margin-left: 30px;
    margin-right: 30px;
}

H2.impressum {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18pt;
    font-weight: bold;
    color: #aaaaaa;
}

P.impressum {
    width: 650px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 12pt;
}

/*
 * image highlighting code adapted from
 * http://www.cssdrive.com/index.php/examples/exampleitem/highlight_image_border/
 */
.highlightit img{
    border: 1px solid #aaaaaa;
}
.highlightit:hover img{
    border: 1px solid #000000;
}
.highlightit:hover{
    color: #000000;	/* Dummy definition to overcome IE bug */
    border: 0px;
}

