.newslist .date, .newsdetails .date {
	position: absolute;
	background-color: #FFFFFF;
	padding: 0 5px 5px 0;
}

.newslist p.more {
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.newslist p.more a, .newsdetails p.back a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.newslist img.newsimg, .newsdetails img.newsimg {
	margin-bottom: 10px;
}

.newslist h1, .newsdetails h1 {
	margin-bottom: 0px;
}

/* Mailing Form */
.mailingform input[type=text] {
	background-color: #f2eee8;
	border: 1px solid #4a4010;
	height: 16px;
	width: 190px;
	padding: 2px;
}

.mailingform input[type=submit] {
	background-color: #f2eee8;
	color: #4a4010;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	padding: 2px;
}

.mailingform form {
	margin-bottom: 10px;
}

/* Referenzen Liste */
.refliste table {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	border-collapse: collapse;
}

.refliste table td {
	padding: 4px;
	border: 1px dashed #000000;
	text-align: center;
}

.refliste table td.col1 {
	text-align: left;
}

.refliste table td img {
	margin-top: 3px;
}

.refliste table tr:hover {
	background-color: #f2eee8;
}

.refliste table th {
	padding: 4px;
	border: 1px dashed #000000;
	text-align: center;
	font-weight: bold;
}


/* Referenzen Bilder */
/** 
 * Slideshow style rules.
 */
#slideshow {
	width:470px;
	height:300px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 470px;
  height: 300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width: 450px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 300px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:25px;
  height:25px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 5px;
  left: 5px;
  z-index: 500;
  background:transparent url(../img/layout/zurueck.gif) no-repeat 0 0;
}
#rightControl {
  top: 5px;
  right: 5px;
  background:transparent url(../img/layout/vor.gif) no-repeat 0 0;
}


