body {
  color: #333333; background: #FFFFFF;
  font-family:Georgia,Times,serif; font-size:12px; line-height: 1.5em; letter-spacing: 0.02em;
}

#container { 
  position: relative;
  width: 920px;
  margin: auto;
  color: #333333; background: #FFFFFF;  
}

#content {
  position: relative;
  padding: 20px;
  padding-left: 40px;
  background: url("/img/FBW_content.jpg");
}

  #content-lexikon { display: inline; position: relative; float: left;
    width: 600px;
    padding: 15px; margin-bottom: 15px;
 
  }
  #content-left, #content-middle, #content-right { display: inline; position: relative; float: left; 
    width: 255px; height: 270px;
    padding: 15px; margin-bottom: 20px;
    border: 2px solid #66CC44;
    }
  #content-left {
    }
  #content-middle { 
    margin-left: 20px;
    margin-right: 20px;
    }
  #content-right { 
    }

#sidebar { display: inline; position: relative; float: right;
    padding: 15px; margin-bottom: 15px;
    border: 2px solid #66CC44;
    width: 200px;
}

#header {
  position: relative;
  height: 210px;
  padding: 0px;
  font-size: 200%;
  background: url("/img/FBW_header.jpg");
}

#menu {
  padding-left: 20px; padding-top: 0px;
  background: url("/img/FBW_navi.jpg");
  height: 20px;
  color: #FFFFFF;
}
    #menu a:link, #menu a:visited { font-size: 120%; text-decoration:none; font-weight:bold; color: #EEEEEE; }
    #menu a:hover { font-size: 120%; text-decoration:none; color: #A2A2A2; }

#footer, #subfooter {
  position: relative; clear: both;
  color: #666666;
  text-align: center;
  padding-top: 15px;
  background: url("/img/FBW_tail.jpg") no-repeat;
}
    #footer a:link, #footer a:visited, #footer a:hover { font-weight:normal; color: #A2A2A2; }
    #subfooter { color: #AAAAAA; border: 0px; }
    #subfooter a:link, #subfooter a:visited { font-weight:normal; color: #AAAAAA; }
    #subfooter a:hover { font-weight:normal; color: #777777; }
    
h1 {
  margin-bottom: 10px; margin-top: 30px;
}

h2 {
  margin-bottom: 5px; margin-top: 20px;
}

h3 {
  margin-bottom: 5px; margin-top: 20px;
}

a:link, a:visited {
	color: #515151; 
	font-weight: bold; text-decoration:none;
}
a:hover {
	color: #A2A2A2;
	text-decoration:underline;
} 

#disclaimer {
  border: 1px solid #990033;
  font-size: 80%; line-height: 1.2em;
  padding: 10px;
  margin-top: 20px;
}

#buchstabe {
  font-size: 400%;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
}

#shadow-text { color: #CCCCCC;}


#buch_left {  float: left; width: 150px; border-right: 1px solid #CCCCCC; padding-top: 10px;}
#buch_right { float: left; width: 450px; padding-left: 20px; padding: 10px; }

hr { clear: both; background: #CCCCCC; height: 1px; border: 0px; margin-top: 20px; margin-bottom: 20px; }

