/*  DEFAULT  */
P, OL, UL, DIV, H1, H2, A, body{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px; 
  font-style: normal;
  color: #000000;
}

H1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

H2 {
  font-size: 12px;
  color: #000000;
}

A {
  text-decoration: none;
  font-weight: bold;
  
}


 /* noch nicht besuchte Ziele */
a:link { 
      font-weight: bold;
      color: #28497F;
} 

 /* besuchte Ziele */
a:visited { 
     font-weight: bold;
     color: #000000; 
} 

 /* Verweise bei "MouseOver" */ 
a:hover { 
     font-weight: bold;
     color: #A9CCF2;
}

/* Angeklickte Verweise */  
a:active { 
     font-weight: bold;
     color: #FF0000;
} 

/* Verweise, die Fokus erhalten */ 
a:focus { 
     font-weight: bold;
     color: #00FF00;
     text-decoration:underline 
}   


/*  CONTENT  */
.content {
  padding:5px 30px 30px 30px;
}

/*  MENU  */
.menu { 
  vertical-align: top; 
  font-size: 12px;
  background-color: #FFFFFF;
}

.menu A { 
  font-size: 12px;
  color: #000000;
  text-align:left;
}

.menu DIV.menu-level1 {
  vertical-align:middle;
  text-align:left;
  color: #000000;
  background-color: #A9CCF2;
  border-bottom: solid 1px #FFFFFF;
  padding-top:2px;
  padding-bottom:3px;
  padding-left:10px;
  padding-right:20px;
  white-space: nowrap; 
}

.menu A.menu-level1  {
  font-size: 12px;
  color: #000000;
  white-space: nowrap; 
  font-weight: normal;
}

.menu DIV.menu-level2 {
  vertical-align:middle;
  text-align:left;
  color: #000000;
  background-color: #C3DBF6;
  border-bottom: solid 1px #FFFFFF;
  padding-top:2px;
  padding-bottom:3px;
  padding-left:20px;
  padding-right:20px;
  white-space: nowrap; 
}

.menu A.menu-level2  {
  font-size: 12px;
  color: #000000;
  white-space: nowrap; 
  font-weight: normal;
}

/*  VERANSTALTUNGEN  */

.veranstaltungen {
  padding:30px;
}

.veranstaltungen A {
  text-decoration: underline;
  font-weight: bold;
}

.veranstaltungen-content-time, .veranstaltungen-content-ort, .veranstaltungen-content-beschreibung {
  font-size: 12px;
}

.veranstaltungen-content-date {
  font-size: 12px;
  font-weight: bold;
}

.veranstaltungen-content-title, .veranstaltungen-content-veranstalter, .veranstaltungen-content-title A {
  font-size: 12px;
  font-weight: bold;
}

.veranstaltungen-head {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  background-color: #C3DBF6;
  margin: 5px 30px;
  padding: 3px;
}

.veranstaltungen-head-subline {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}

.veranstaltungen-content-subline  {
  font-size: 12px;
  color: #000000;
  font-weight: normal;

}

.veranstaltungen-content table {
  width: 90%;
  font-size: 12px;
}

