* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 770px;
	padding: 20px;
}

.top {
	background: url(../images/top.jpg) no-repeat;
	height: 355px;
	width: 770px;
}

label {
	font-weight: bold;
	color: #a2130e;
	letter-spacing: 1px;
}

select {
	webkit-border-radius: 3px;
	moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	border: #d9d9d9 1px solid;
}

.ulNoneTop {
	padding: 270px 0 0 0;
	list-style: none;
	height: 355px;
	width: 770px;
}

.ulNoneTop li {
	list-style: none;
	float: left;
	padding: 0 0 0 20px;
}

.btnSearch {
	margin-top: 2px;
	background: url(../images/btnSuche.jpg) no-repeat;
	width: 155px;
	height: 47px;
	display: block;
}

.btnSearch:hover {
	background: url(../images/btnSucheHover.jpg) no-repeat;
}

.btnBewerben {
	background: url(../images/btnBewerben.jpg) no-repeat;
	float: right;
	width: 155px;
	height: 26px;
	display: block;
}

.btnBewerben:hover {
	background: url(../images/btnBewerbenHover.jpg) no-repeat;
}

#jobCategory,#jobPlace,#jobPlaceRadius {
	width: 150px;
	padding: 5px;
	margin: 5px 0 0 0;
	border: #d9d9d9 1px solid;
}

#jobCategory {
	width: 190px;
}

.jobsBox {
	width: 94%;
	padding: 3%;
}

.separator {
	height: 3px;
	width: 770px;
	display: block;
	background: url(../images/separator.jpg) no-repeat;
}

#busy {
	position: absolute;
	z-index: 1000;
	top: 50%;
	right: 50%;
	margin: -33px -33px 0 0;
	display: none;
	background-image: url('/static/portal/images/busyMyMissions.gif');
	width: 66px;
	height: 66px;
}

button {
	cursor: pointer;
	border: none;
}

.impressum {
	padding: 10px 20px 20px 20px;
	font-size: 11px;
	color: #9eb6c6;
	text-align: center;
}