/* @group Slideshow */

#head {
	position: relative;
	width: 771px;
}

#slideshow {
	display: none;

	position: absolute;
	top: 70px;
	left: 322px;
}

#slideshow .slideshow {
	width: 378px;
	height: 350px;
}

#slideshow .prev,
#slideshow .next {
	position: absolute;
	top: 0;
	
	display: block;
	width: 34px;
	height: 350px;
	
	z-index: 100000;
}

#slideshow .prev {
	left: 0;
	background-image: url(slideshow/slideshow_prev.png);
}

#slideshow .next {
	right: 0;
	background-image: url(slideshow/slideshow_next.png);
}

/* @end */

/* @group Formular */

#buchung table tr td, #buchung table tr th {
	color: #979797;
	line-height:1.5;
	font-size: 12px;
	font-family: Verdana;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#buchung table tr td.right, #buchung table tr tr.right {
	/*text-align: right;*/
}

#buchung input.text {
	width: 220px;
}

#buchung input#buchungZeitraumVon, #buchung input#buchungZeitraumBis {
	width: 70px;
}

#buchung textarea {
	width: 220px;
	height: 110px;
}

#buchung em {
	color: #900;
}

/* @end */
