* {
  margin: 0;
  padding: 0;
}
body {
  width: 760px;
  margin: 10px auto 0; ;
  background-color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
}
#menu{
width:20%;
padding-top: 20px;
line-height:18px;
float:left;
clear: right;
}
#menu a:link {
color: black;
text-decoration: none;
}
#menu a:hover {
color: red;
}


#motiv {
float:right;
}

#content {
padding-top: 20px;
float:left;
width:70%;
margin-left: 3%;
text-align: left;
}

a:link {
  font-style: normal; 
  font-weight: bold; 
  color: #7f8600; underline;
}
a:visited {
  font-style: normal; 
  font-weight: bold; 
  color: #7f8600; 
  text-decoration: none;
}
a:hover {
  color: red;
}
a:active {
  font-style: normal; 
  font-weight: bold; 
  color: #333333; 
  text-decoration: none
}

p {
  margin: 5px 0 5px;
  font-size: 1em;
  color: #000000;
}

h1 {
  color: #7f8600; 
  font-size: 1.5em;   
  margin-top: 20px;
  margin-bottom: 0.9em;
}

h2 {
  font-size: 1.2em;
  text-align: left;
  text-decoration: none;
  color: #7f8600;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  color: black;
}

em {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
}
strong {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: #000000;
}
h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  color: #7f8600;
}

ul {
  margin-top: 7px;
  background: transparent url(elemente/navi_strich.gif) repeat scroll right center;
  font-weight: bold;
  font-size: 0.7em;
  text-align: left;
  line-height: 1em;
  list-style-type: none;
  color: black;
}
li {
  padding: 9px;
  font-weight: bold;
  color: black;
  height: 3em;
}

.datum {
font-weight: bold;
color: #ffffff;
margin: 20px 0;
padding: 2px 5px;
background-color: #7f8600;
}

.kategorie {
font-weight: bold;
color: black;
}

.ort {
margin-top: 5px;
font-weight: bold;
}

.veranstalter {
font-style: italic;
margin-top: 10px;
}

