@import url(../style.css);
@import url(../box.css);
@import url(../entry.css);

div.list {
	padding:35px 70px 75px 70px;
}

div.entry {
	margin-bottom:20px;
}

div.search {
	padding:20px 0px 5px 20px;
	margin-bottom:20px;
	background-color:#f0f1f1;
	position:relative;
}

div.search input {
	width:135px;
	border:0px;
}

div.search select {
	width:154px;
	border:0px;
}

div.search input.submit {
	width:154px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	background-color:#ecb469;
	padding:1px 0px 1px 0px;
	cursor:pointer;
}

div.search div {
	color:#ecb469;
	font-weight:bold;
	position:relative;
}

div.search div.left {
	width:250px;
	float:left;
}

div.search div.center {
	width:250px;
	float:left;
}

div.search div.right {
	width:250px;
	float:left;
}

div.search span {
	color:#ecb469;
	font-weight:bold;
}

div.search span.desc {
	width:75px;
	margin-bottom:15px;
	float:left;
}

div.search span.inpt {
	width:175px;
	margin-bottom:15px;
	float:left;
}

/* fuer den IE positionieren */
* html div.search input.submit {
	height:17px;
	line-height:17px;
	vertical-align:middle;
	padding:0px;
}
