#content h3 {
		font-weight: bold;
		font-size: 13px;
		padding: 0;
		margin: 10px 0 5px 0;
		text-decoration: underline;
		}
#content p {
		font-size: 11px;
		padding: 0 0 10px 0;
		margin: 0;
		}
#content p.center {
		text-align: center;
		}
#content p.center p {
		text-align: center;
		}
#content div.details {
		float:left;
		width: 202px;
		}
#content div.details_right {
    float:left;
		width: 300px;
		}
#content a, #content a:visited {
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		}
#content a:hover {
		color: #0099ff;
		text-decoration: underline;
		}
#content table {
		width: 100%;
		}
#content .erfolg {
		color: #00FF33;
		font-weight: bold;
		}