/* Suchformular */
#form-search {
	margin: 0;
}

#form-search fieldset {
	padding: 0 0 1em 0;
}

div.radiogroup span {
	font-size: 1.2em;
}

/* Projektdetail */
.projectdetailsmall {
	width: 68em;
	clear: both;
	margin-bottom: 1em;
	float: left;
}
.projectdetailsmall .columnimg,
.projectdetailsmall .columndata {
	margin: 0;
	padding: 0;
	width: 21em;
	float: left;
	margin: 1em;
}
.projectdetailsmall .columnimg {
	width: 15em;
}
.projectdetailsmall img { }
.projectdetailsmall h1 {
	font-size: 1.4em;
	position: relative;	
}
.projectdetailsmall h1 a {
	text-decoration: none;
}
.projectdetailsmall h1 a {
	color: #00539d;
	font-size: 1em;
	font-weight: bold;
}
.projectdetailsmall h1 a span.projectnumber {
	color: #666666;
	font-size: 0.9em;
	font-weight: normal;
}
.projectdetailsmall a img {
	border: none;	
}

.projectdetailsmall p a {
	text-decoration: none;
	color: #666666;
}
.projectdetailsmall ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.projectdetailsmall ul li {
	font-size: 1.2em;
	margin-bottom: 0.4em;
	color: #666666;
}

.projectdetailsmall ul li a {
	color: #005492;
	text-decoration: underline;
	margin-right: 0.4em;
}

#radiogroup-searchtype {
	clear: both;
}
#radiogroup-searchtype div.innerradioitem { }

div p.sorting {
	font-size: 1.2em;
	margin-bottom: 1em;
}
div p.sorting a {
	padding: 0.2em 1em;
}
div p.sorting a.active {
	background-color: #00539D;
	color: #ffffff;
}

/* Sorting */
div.sorting {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
}
div.sorting ul {
	height: 27px;
}
div.sorting ul li {
	display: inline;
	float: right;
	margin-left: 1px;
}
div.sorting ul li a {
	display: block;
	float: left;
	height: 27px;
	width: 44px;
	text-indent: -9000px;
	background: transparent url(../images/buttons/Sorting-Buttons.gif) no-repeat 0 0;
}
div.sorting ul li a.sortdate {
	background-position: 0 -84px;
}
div.sorting ul li a.sortdate:hover,
div.sorting ul li.active a.sortdate {
	background-position: -45px -84px;
}
div.sorting ul li a.sortalphabet {
	background-position: 0 0;
	margin-right: 10px;
}
div.sorting ul li a.sortalphabet:hover,
div.sorting ul li.active a.sortalphabet {
	background-position: -45px 0;
}
div.sorting ul li a.sortdetail {
	background-position: 0 -28px;
}
div.sorting ul li a.sortdetail:hover,
div.sorting ul li.active a.sortdetail {
	background-position: -45px -28px;
}
div.sorting ul li a.sortlist {
	background-position: 0 -56px;
}
div.sorting ul li a.sortlist:hover,
div.sorting ul li.active a.sortlist {
	background-position: -45px -56px;
}
