#event_buchen {
	float: right;
	margin-top: 5px;
}

#event_buchen A {
	display: block;
	padding: 5px;
	text-align: center;
    font-weight: bold;
    width: 180px;
    background-color: #30AE13;
    color: white;
    border: 0px;
    text-decoration: none;
}

#event_buchen A:HOVER {
	background-color: #F58345;
}

#event_buchen A.ausgebucht, #event_buchen A.ausgebucht:HOVER {
	background-color: #C60E12;
}

#event_zeit P {
	margin: 8px 0px 8px 0px;
}

#inhalt .event H2 {
	font-size: 16px;
	margin-top: 30px;
}

#trenner {
	width: 630px !important;
    width: 627px;
	height: 1px;
	line-height: 0%;
	font-size: 0px;
	overflow: hidden;
	
	margin-top: 5px;
	
	background-color: #F58345;  
	
}