/******************************************************************************
*           Styles und Positionierung                                         *
******************************************************************************/

/* ======== NEWSTEXT  ======== */

#content {
  width: 620px;
  top: 220px;
}

#content img {
  display: inline;
  float: right;
  margin: 10px;
  margin-right: 0px;
}

#newstext {
  width: 400px;
  font-size: 100%;
}

#newstext h3 {
	color: #444444;
	font-size: 120%;
	font-family: 'Trebuchet MS','Times New Roman',Times,serif;
}

/* ======== NEWSLIST  ======== */

.news {
  font-family: 'Helvetica','Arial',sans-serif;
}

#news {
	position: absolute;
	top: 240px;
	left: 600px;
	width: 200px;
	z-index: 2;
	padding: 3px;
	color: #333333;
	background: url(../img/news/newsback.jpg) no-repeat;
}

#news div {
	font-size: 77%;
}

#news a {
	color: #efc600;
}

#news a:hover {
	color: red;
}

#news h3 {
	font-family: 'Trebuchet MS','Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 90%;
	color: #96a53e;
	display: inline;
}

/* ======== ANGEBOTESLIST  ======== */

.buchen {
  background-color: #bcbc48; 
  color: #ffffff;
  border-width: 1px; 
  border-style: solid; 
  border-color: #5f1e26; 
  padding: 5px;
}
