 /*
 * stylesheet for ############ Glasbrücke ###############
 * global definitions
 * use for best viewing performance wwEdit CMS (www.wwedit.de)
 * (c) www.wegewerk.com
 * created: 20070504 asz
 * customized: ###########
 * lastmodified: 20070410 bms
 */

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


body {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 100.1%;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  background: #41608f;
  color: #4c4c4c;
}

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

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


/* lists */
ul, ol, li {
  margin: 0px;
  padding: 0px;
}

/* headlines */
h1 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2em;
  font-weight: normal;
}

legend,
h2 a,
h2 {
  margin: 0 0 15px 0;
  color: #0e0194;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  font-size: 1.4em;
}

h3{
  margin: 15px 0 5px 0;
  text-decoration: none;
  color: #2a24de;
  padding: 0;
  font-size: 1.2em;
}

h4{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h5{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h6{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}


img {
  border: 0;
}

p {
  padding: 0;
  margin: 0;
}

.content_object_hr {
  display: none;
}


/* Klassen die oft benÃÂ¶tigt werden und einfach zusÃÂ¤tzlich eingebunden werden kÃÂ¶nnen */

.right{
  text-align: right;
}

.left{
  text-align: left;
}

#page_body_main_content .clear {
  clear: left;
}

.clear,
#page_body_main_content .content_object .clear {
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
}

.bold{
  font-weight: bold
}

.normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

.nobottom {
  font-size: 0;
}

/*
 * positioniert das Element ausserhalb des Bildschirms
 * wird fÃÂ¼r Links verwendet, die nicht sichtbar sein sollen, die aber das Navigieren
 * mit einem Screenreader erleichtern sollen (Direktzugriff auf Hauptnavigation und Content)
 */

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

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  color: #000;
}

