body {
  color: #999999; background: #333333;
  font-family:Verdana; sans; font-size:12px; line-height: 1.5em;
}

#container {
  border: 1px solid #CCCCCC;
  position: relative;
  width: 950px;
  margin: auto;
  color: #333333; background: #FFFFFF;  
}

#content {
  position: relative;
  padding: 20px;
}

  #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: 300px;
    padding: 15px; padding-top: 0px; margin-bottom: 15px;
    border: 2px solid #BBBBBB;
    }
  #content-left { background: #EEEEEE;
    }
  #content-middle { 
    margin-left: 20px;
    margin-right: 20px;
    }
  #content-right { 
    }

#fullbox {
    display: inline; position: relative; float: left; 
    width: 873px;
    padding: 15px; 
    margin-bottom: 15px;
    border: 2px solid #BBBBBB;
}

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

#header {
  position: relative;
  height: 150px;
  padding: 0px;
  font-size: 200%;
  background: url('/img/header.png') no-repeat #000000;
}

#menu {
  padding-left: 10px; padding-top: 0px;
  border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC;
  background: #666666; color: #BBBBBB;
  text-transform: uppercase; font-weight: bold; font-style: normal;
  font-size: 9px;
}
    #menu a:link, #menu a:visited { font-size: 140%; text-decoration:none; color: #BBBBBB; }
    #menu a:hover { font-size: 140%; text-decoration:none; color: #FFFFFF;}

#footer, #subfooter {
  position: relative; clear: both;
  color: #666666;
  text-align: center;
  padding: 5px;
  border-top:  3px solid #CCCCCC;
}
    #footer a:link, #footer a:visited, #footer a:hover { font-weight:normal; }
    #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: #666666; 
	font-size: 90%; font-weight: bold; text-decoration:none; text-transform: uppercase;
}
a:hover {
	color: #999999;
	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;}

em {
  text-transform: uppercase; font-weight: bold; font-style: normal;
  font-size: 90%;
  color: #666666;
}

