/* Link-Darstellung */
a {
  color : #800080;
  text-decoration: none;
}

a:active {
  color: #990000;
  text-decoration: none;
}

a:hover { 
  color: #800080; 
  text-decoration: underline;
}

/* Standard-Seitendefinition */
body{
  font-family:Verdana,Helvetica,Arial;
  font-style:normal;
  font-size:0.8em;
  font-weight:normal;
  color:#000000;
  background-color:#ffffdd;
  background-image:url(img/backgr.gif);
  background-attachment:fixed;
}

.headline {    
    font-family: RotisSemiSerif,Helvetica,Arial;
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 10px;
}

.right {
  text-align:right;
}

.citesource {
  font-size: 0.8em;
  text-align:right;
}

.maincolumn {
  width:750px;
  text-align:left;
}

/* Formatierung des Bildungswerk-Logos */

#bw_logo {
  width:126px;
  height:83px;
  margin:40px 20px 20px 20px;
  border:none;
}

/* BW-Themen&uuml;berschrift */

.thema {
 font-size:2.0em;
 color:#800080;
 clear:both;
 margin: 60px 0;
 font-weight: bold;
 font-style:italic;
 text-align:center;
}
