/******************************************
 *
 * Digital Finance - Style
 * Copyright 2006 Gewiese & Irmscher GbR
 * Version: 0.1
 *
 *****************************************/

/*
 * Colors:
 *    Light-Blue: #83AED9
 *    yellow: #FFFFF3
 */

 
/*** general settings ***/
html, body {
   background: #F1F1F1 url(http://www.boersen-literatur.de/img/bg.gif) repeat;
   color: #000000;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   padding: 0;
   margin: 0;
}


h1 {
   font-size: 18px;
}

h2 {
  font-size: 16px; 
}

h3 {
  font-size: 14px; 
}
h4 {
  font-size: 12px; 
}


#master {
   width: 840px;
   position: absolute;
   left: 50%;
   margin-left: -420px;
   overflow: hidden;
}


/*** header ***/

#navigation {
   margin-top: 10px;
   text-align: right;
   width: 780px;
}

#navigation ul {
   margin-left: 0;
   padding-left: 0;
   white-space: nowrap;
}

#navigation li {
   display: inline;
   list-style-type: none;
}

#navigation a { 
   padding: 2px 8px;
   font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
   color: #fff;
   background-color: #83AED9;
   text-decoration: none;
}

a.mainlevel:hover {
   color: #fff;
   background-color: #032647;
   text-decoration: none;
}

a.mainlevel#active_menu {
   background-color: #032647;
}




/*** mainpage ***/
#content {
   border: 1px solid #ccc;
   padding: 10px;
   margin-bottom: 5px;
   background-color: #fff;
}


/*** footer ***/
#copyright {
   padding-bottom: 5px;
   text-align: right;
   width: 780px;
}

.spacer1 {
   clear: both;
   height: 20px;
}

.spacer2 {
   clear: both;
   height: 25px;
}

.error {
   font-size: 14px;
   font-weight: bold;
   color: red;
}

.hint {
   font-size: 14px;
   font-weight: bold;
   color: green;
}

/*iframe {
   border: 1px solid #ccc;
}*/
   
