
body {
	font-size:		12px;
	font-family:	Arial, Helvetica;
	line-height:	16px
	color:            #221e1f;
}

div.plakat {
	margin-top:       20px;
	width:            600px;
	border:           1px solid;
	margin-left:      -300px;
	left:			50%;
	position:		relative;
}

a, a:visited {
	color:            #333333;
}

a.link {
	display:		block;
	padding:		5px;
	text-decoration:  none;
	text-align:       left;
}

p.titel {
	background:       #efefef;
	color:            #000000;
	height:		30px;
	line-height:      30px;
	font-size:		18px;
	font-weight:	bold;
	text-align:		center;
	vertical-align:   middle;
	width:            600px;
}

p.zeit, p.eintrag_titel {
	margin-top:		0px;
	margin-left:	10px;
	margin-bottom:    5px;
	font-weight:      bold;
	font-size:        16px;
}

p.eintrag_text {
      margin-left:	10px;
      margin-top:       5px;
}

td.zeit {
	text-align:       right;
	font-weight:      bold;
	vertical-align:   top;
	width:            100px;
}

td.eintrag {
	text-align:       left;
	vertical-align:   top;
}

li {
	margin-bottom:    5px;
}

