/*
 * stylesheet for wegewerk.com
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20090810 bms
 * lastmodified: 20090810 bms
 */


*{
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
}

body {
  font-size: 100.1%;
  font-family: arial, sans-serif;
  color: #000;
  text-align: center;
  padding: 20px 0;
  background: url(/static/img/wwm01/w.gif) no-repeat top right;
}

/* links */
a, a:visited {
  color: #b7a66d;
  font-weight: bold;
  text-decoration: none;
}

a span {
  color: #DED6B2;
}


a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: 0;
  color: #1B232A;
}

/* headlines */
h1 {

}

h2, .topic {
  color:          #1b232a;
  background-color: #fff;
  font-size:      2.2em;
  margin-bottom: 8px;
  font-weight:    normal;
  font-family:    tahoma, arial, sans-serif;
  text-transform: lowercase;
}



.notsobig h2 {
  font-size: 1.6em;
}

.notsobig p.topic {
  font-size: 1.5em;
}

.topic{
  color:       #b7a66d;
  background-color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 4px;
}

h3{
  margin-bottom: 5px;
}

h4,h5,h6{

}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}

.invisible{
  display: none;
}

.offscreen{
  position: absolute;
  left: -5000px;
  top: -5000px;
}


.glossary_entry{
  cursor: help;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

ul
{
    list-style-type: none;
}