.togglable {
	display: none;
}

div.selector {
	width: 206px;
}

div.selector span {
	width: 174px;
}


#start_overview {
	width: 710px; /* Firefox zoom workaround: 10 additional pixels added */
	padding-bottom: 20px;
	overflow: hidden;
}

#start_overview ul {
	width: 730px; /* Firefox zoom workaround: 10 additional pixels added */
}

#start_overview li {
	float: left;
	width: 198px;
	margin-right: 20px;
	border: 1px solid #eaeaea;
}

#start_overview h2,
#content h2 {
	padding: 60px 0 10px;
}

#start_overview img,
#content img {
	float: left;
	padding: 0 10px 0 0;
}

#content {
	width: 700px;
	border: 0 none;
	background-color: transparent;
}

#content .container_third {
	width: 698px;
	margin-bottom: 20px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url(../images/background-box.gif) repeat-y;
}

#content .container_two_third {
	float: left;
	width: 469px;
}

#content .container_small,
#content .container_big {
	float: left;
	width: 209px;
	padding: 10px;
}

#content .container_two_third .container_big,
#content .container_two_third .container_small {
	padding-top: 0;
}

#content .container_big {
	width: 220px;
}

#content .container_third li {
	padding: 0 0 10px 12px;
	background: url(../images/arrow-list-start.gif) no-repeat 0 4px;
}

#content .top_jobs {
	margin: 0 10px;
	padding: 10px 0;
	background-color: #fff;
}

#content .top_jobs a {
	padding-right: 20px;
	background-image: url(../images/sprite-arrows.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

#content .top_jobs .expanded {
	background-position: right -30px;
}

#content,
#content p,
#content ul {
	padding: 0;
}

#content form {
	padding-top: 20px;
}

#content input[type=text],
#content select {
	margin-bottom: 2px;
}

#content input[type=text] {
	width: 200px;
	margin: 2px 0 2px 1px;
}

#content input[type=image] {
	float: right;
	margin-top: 2px;
}

#footer {
	margin-top: 40px;
}