/**
 * Slides
 **/

#slides {
	position: relative;
	margin: 30px auto;
	width: 500px;
	height: 300px;
	padding: 10px;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 10px #aaa;
}

.slides_container, .slides_element, .slides_element a, .slides_element img, .slides_element div.slides_description {
	width: 500px;
	padding: 0;
	margin: 0;
	border: 0;
}

.slides_container, .slides_element, .slides_element a {
	height: 300px;
}

#slides .pager {
	position: absolute;
	top: 75px;
}

#slides .prev {
	left: -50px;
}

#slides .next {
	right: -50px;
}

.slides_container {
	overflow: hidden;
}

.slides_element {
	background: url("greystripe.png");
	display: block;
}

.slides_element a {
	display: block;
}

.slides_element a {
	text-decoration: none;
}

.slides_element img {
}

.slides_element span {
}

.slides_element div.slides_description {
	text-align: center;
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 0;
	color: #EEE;
}

/**
 * Projekt
 **/
 
.projekt, .projekt_ohne_bild {
	border-radius: 1em;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
	border:3px solid #999999;
	padding:1.5em;
	margin-bottom:3em;
	clear:both;
	height:auto;
	width:90%;
background-color:#f1f1f1;
}

.projekt .bildkasten {
	width:132px;
}

.projekt .bildkasten img {
border-color: #1e99d0;
}
}

.projekt .beschreibung {
	width:75%;
	float:right;
}

.projekt_ohne_bild .beschreibung {
	width:90%;
}

