a:link { /*Links fett, aber duenn unterstrichen*/
         text-decoration: none;
         border-bottom: 1px;
         border-bottom-style: solid;
         color: #000000;
}
a:visited { /*Links fett, aber duenn unterstrichen*/
         text-decoration: none;
         border-bottom: 1px;
         border-bottom-style: solid;
         color: #005F00;
}
#left {
         position: absolute;
         top: 250px;
         left: 0px;
		 width: 300px;
}
#left a { /*Grafik als Link, nicht unterstrichen*/
		 border-bottom: 0px; 
}
#left .speaker {
		 width: 80px;
		 height: 78px;
		 margin: 60px 0px 50px 110px;
}
#left .header {
		 width: 120px;
         height: 20px;
         margin: 10px 0px 10px 15px;
}
#aktion {
		 position: absolute;
		 top: 175px;
		 left: 420px;
		 width: 600px;
}
#aktion h1 {
         font-size: 34pt;
         text-align: center;
         font-weight: bold;
         margin: 0px 0px 20px;
}
#aktion p {
		font-size: 12pt;
		margin: 30px 10px 10px;
}
#menu {
		 position: absolute;
         top: 250px;
		 /*top: 250px;*/
         left: 420px;
		 width: 600px;
}
#menu td.menupunkt {
         font-size: 11pt;
		 font-weight: bold;
         text-align: right;
         width: 200px;
         padding-right: 10px;
}
#menu td.trenner {
         width: 8px;
         background-color:#D7B359;   /* aktuell: #D7B359 */
}
#menu td.beschreibung {
         font-size: 11pt;
         text-align: left;
         width: 250px;
         vertical-align: middle;
         padding: 10px;
}
#bodensatz {
		 position: absolute;
		 top: 1200px;
		 /*top: 1200px;*/
		 left: 450px;
		 padding-bottom: 30px;
}
#bodensatz p {
         font-size: 9pt;
         text-align: center;
		 margin: 0px;
		 padding: 0px;
}
