/* Time-stamp: <Homepage.css  Clemens  2007-02-27 17:05 CET> */

* { font-family: Verdana, "Lucida Grande", sans-serif }

body { background-color: #90A0C0; }

h1, h2, h3, h4, h5, h6 { background-color: #B0C0E0; padding: 0.3ex }

h1 { font-size: 140% }
h2 { font-size: 110% }
h3 { font-size: 105% }
h4, h5, h6 { font-size: 100% }

a         { text-decoration: none; font-weight: bold }
a:link    { color: #AD351A }
a:visited { color: #78534A }
a:active  { color: #000000 }
a:hover   { color: #FF5000;
            border-bottom: 1px dotted #FF5000;
            /* text-decoration: underline; */
          }

blockquote { text-align: justify }

#container { width: 700px;
             margin-left: auto;
             margin-right: auto;
             padding-bottom: 20px;
           }

#topContainer { width: 100%;
                overflow: hidden;
              }

#topLeft { width: 300px;
           float: left;
           background: white;
           border: 10px solid white;
           margin: 10px;
         }

#topLeft a { color: black;
             text-decoration: none;
             font-size: 110%;
             font-weight: bold;
             /* border-left: 2px solid #B0C0E0; */
             /* border-right: 2px solid #B0C0E0; */
           }

#topLeft a:hover { border-bottom: 0px; background: #B0C0E0 }

#topRight { width: 300px;
            float: right;
            background: #708090;
            border: 10px solid #708090;
            margin: 10px;
            vertical-align: middle;
            text-align: right;
            font-size: 140%;
            font-weight: bold;
            height: 10%;
          }

#middleContent { border: solid white;
                 border-bottom-width: 15px;
                 border-top-width: 2px;
                 border-left-width: 10px;
                 border-right-width: 10px;
                 margin: 10px;
                 background: white;
               }

#middleFooter { border: 10px solid white;
                margin: 10px;
                margin-top: 20px;
                background: white;
              }

#license { text-align: center;
           margin: auto;
           display: block;
           width: 500px;
         }

/*
#logo {
	height: 83px;
      }
*/

/* local variables: */
/* end: */

