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

/* ############################################# */
/* ######     GLOBAL TAGDEFINITIONS       ###### */
/* ############################################# */


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

hr {
    border-bottom:1px solid #646464;
}

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #000;
  text-align: center;
}

/*
body{
  background: #000;
}

#page_container{
  background: #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
*/

/* links */
a, a:visited {
  color: #236655;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: 0;
}

/* headlines */
h1 {
  color: #acc40c;
  font-style: italic;
  font-size: 1.2em;
  margin-bottom: 20px;
}

h2 {

}

h2 a {
    color: #781E75;
}

h3{

}

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;
}
