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

/* ########################################## */
/* ######     GLOBAL DEFINITIONS       ###### */
/* ########################################## */


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

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #343434;
  text-align: center;
  background-color: #fff;
  padding-bottom: 20px;
}

/* links */
a{
  color: #0063a7;
  background-color: #fff;
}

a:visited{
  color: #3485BC;
}

a:hover, a:focus, a:active {
  color: #104A71;
  background-color: #ccdff0;
  outline: 0;
}

/* headlines */
h1 {
  /*color: #65b022;*/
  color: #60A721;
  background-color: #fff;
  font-size: 1.52em;
  padding-bottom: 20px;
  line-height: 1.25em;
}

h2 {
  color: #343434;
  font-size: 1.2em;
  padding-bottom: 5px;
  background-color: #fff;
}

#page_body_right_content h2 {
  color: #65b022;
  font-size: 1.2em;
  padding-bottom: 5px;
  background-color: #fff;
}

h3{
  padding: 15px 0 8px 0;
  font-size: 1.1em;
}

h4,h5,h6{
  padding: 0 0 5px 0;
}

.clear{
  clear: both;
}

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

.invisible{
  display: none;
}

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

.glossary_entry,
.glossary_entry:visited{
  cursor: help;
  border-bottom: 1px dotted #888;
  text-decoration: none;
  color: #343434;
}

.search_hit{
  font-weight: bold;
}

.edit_page_link_container{
/*
  float: right;
*/
}
