a {
	color: black;
}
a:hover {
	color: maroon;
}
body {
	margin: 0;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	/*background-color: #f5f9fb;*/
	background-image: url('images/background.gif');
	background-position: center top;
	background-color: silver;
	font-family: verdana;
	font-size: 10pt;
}
form {
	margin: 0;
}
input {
	font-size: 8pt;
	font-family: verdana;
}
select {
	font-size: 8pt;
	font-family: verdana;
}
textarea {
	font-size: 8pt;
	font-family: verdana;
}
h1 {
	font-size: 12pt;
	color: black;
}
h2 {
	font-size: 10pt;
	margin: 0;
}
h4 {
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #CBFFA0;
	font-size: 10pt;
}
.container {
	width: 750px;
	/*background-image: url('images/containerbg.gif');*/
	background-color: white;
	margin: auto;
}
.content {
	background-color: white;
	width: 580px;
}
.searchbar {
	text-align: center;
	/*background-image: url('images/search_bg.gif');*/
	/*margin: 4px;*/
	margin-bottom: 20px;
	border-top: 1px solid #e8e5a4;
	border-bottom: 1px solid #e8e5a4;
	background-color: #f5f4e0;
	height: 28px;
	padding-top: 10px;
}
.brancher {
	/*background-image: url('images/brancherbg.gif');
	background-repeat: no-repeat;*/
	padding: 10px;
	padding-top: 20px;
}
.brancher .branche {
	margin-bottom: 20px;
}
.brancher .branche a {
	font-weight: bold;
	color: #224d68;
	text-decoration: underline;
}
.brancher .branche a:hover {
	color: maroon;
}
.brancher .branche .sub {
	font-size: 10px;
	margin-top: 3px;
}
.brancher .branche .sub a {
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.brancher .branche .sub a:hover {
	color: maroon;
	text-decoration: underline;
}
.brancher .branche .sub a img {
	border: 0;
}
h1.contentheader {
	/*background-image: url('images/contentheaderbg.gif');*/
	/*background-color: #f0f0f0;*/
	border-bottom: 2px solid #CBFFA0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 14px;
	padding-bottom: 3px;
	/*height: 25px;*/
	margin: 0;
}
/*.extrabg {
	width: 750px;
	background-image: url('images/containerbg2.gif');
}*/
.header {
	width: 750px;
	//background-image: url('images/headerbg.gif');
	background-color: #000000;
	margin: auto;
	position: relative;
}
.header .banner {
	position: absolute;
	right: 3px;
	top: 17px;
}
.menu {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 158px;
}
.menubanner {
	margin-left: 5px;
	margin-right: 5px;
	width: 136px;
	padding: 10px;
	text-align: center;
	border: solid 1px #888888;
}
.menu .headline {
	height: 35px;
	background-color: #E0E0E0;
	border: 1px solid #888888;
	
	border-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 5px;
	height: 18px;
}
.menu .linkcontainer {
	border: 1px solid #888888;
	border-top: 0;
	background-color: white;
	margin-bottom: 10px;
}
.menu .linkcontainer a {
	display: block;
	width: 146px;
	padding: 7px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: black;
}
.menu .linkcontainer a:hover {
	text-decoration: underline;
}
/*.menu .linkcontainer a:hover {
	text-decoration: underline;
	background-color: #e0e8ed;
}*/
.menu .linkcontainer a.active {
	font-weight: bold;
	background-color: #f0f0f0;
}
/*.menu .linkcontainer a.active:hover {
	background-color: #e0e8ed;
}*/
.newestjobs {
}
.newestjobs a {
	padding: 7px;
	padding-bottom: 11px;
	padding-top: 11px;
	width: 238px;
	height: 31px;
	display: block;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #c0c0c0;
}
.newestjobs a:hover {
	color: black;
	text-decoration: underline;
}
.newestjobs .jobauthor {
	font-style: italic;
	text-align: right;
}
.copyright {
	color: #ffffff;
	background-color: #0173b1;
	font-size: 10px;
	padding: 5px;
	width: 740px;
	margin: auto;
	text-align: center;
}
.copyright a {
	color: white;
}
.focus {
}
.focus a img {
	border: 0;
}
.subcats {
	position: absolute;
	background-image: url('images/hintbg.gif');
	background-repeat: repeat-x;
	background-color: #c7d5e5;
	border: 1px solid #6a819d;
}
.subcats a {
	display: block;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	text-decoration: none;
}
.subcats a:hover {
	background-color: #abc3df;
}
#hint {
	position: absolute;
	background-image: url('images/hintbg.gif');
	background-color: #c7d5e5;
	border: 1px solid #6a819d;
	padding: 5px;
}
.defaultContent {
	padding: 10px;
}
.error {
	padding: 5px;
	margin: 5px;
	margin-bottom: 20px;
	background-color: #FCFCFC;
}
.error .headline {
	display: inline;
	font-size: 14px;
	padding-right: 15px;
	padding-bottom: 3px;
	background-color: white;
}
.steptitle {
	background-image: url('images/steptitlebg.gif');
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 22px;
	height: 38px;
	font-weight: bold;
}
.steptitle .step {
	float: right;
	color: gray;
	font-weight: bold;
}
.steptitleNew {
	color: #2a6282;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ececec;
}
.steptitleNew .step {
	float: right;
	color: gray;
	font-weight: bold;
}
a.infolink {
	text-align: right;
	border: 1px solid #ECECEC;
	padding: 5px;
	display: block;
}
a.infolink:hover {
	background-color: #ECECEC;
}
.ad {
	border: 1px solid silver;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}
.ad h3 {
	margin: 0;
}
.ad h3 a {
	font-size: 14px;
	color: #2a6282;
	font-weight: bold;
}
.ad h3 a:hover {
	color: #822a2a;
}
.ad h3.mini a {
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.ad h3.mini a:hover {
	color: #822a2a;
}
.ad .info a {
	text-decoration: none;
}
.ad .info {
	font-style: italic;
}
.ad .text {
	margin-top: 10px;
	margin-bottom: 15px;
	/*height: 130px;*/
}
.ad .link {
	text-align: right;
	margin-top: 10px;
}
.ad .link a {
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.ad .link a:hover {
	text-decoration: underline;
}
.cv {
	border: 1px solid silver;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}
.cv a.h1 {
	font-size: 14px;
	color: #2a6282;
	font-weight: bold;
}
.cv a.h1:hover {
	color: #822a2a;
}
.cv .h1 a {
	color: #2a6282;
}
.cv .text {
	margin-top: 10px;
	/*height: 130px;*/
}

.cv .link {
	text-align: right;
}
.cv .link a {
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.cv .link a:hover {
	text-decoration: underline;
}
.productBox {
	background-color: #c3dbea;
	border: 1px solid gray;
	text-align: center;
	margin-top: 5px;
	padding: 3px;
	font-size: 10px;
}
.searchhelpHeadline {
	border: 1px solid #8ca0ac;
	border-bottom: 0;
	background-color: #c3dbea;
	padding: 5px;
	font-weight: bold;
}
.searchhelpContainer {
	border: 1px solid #8ca0ac;
	border-top: 0;
	padding: 5px;
}
a.pagelink {
	padding-left: 5px; padding-right: 5px;
	border: 1px solid #d0d0d0;
	background-color: #f0f0f0;
	text-decoration: none;
}
a.pagelink:hover {
	color: black;
}
a.pagelinki {
	padding-left: 3px; padding-right: 3px;
	text-decoration: none;
}
a.pagelinki:hover {
	text-decoration: underline;
	color: black;
}
.jobCount {
	font-size: 12px;
	background-color: white;
	padding: 0;
	padding-top: 45px;
	margin: 5px;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
	cursor: pointer;
}
.jobCount h5 {
	font-weight: normal;
	font-size: 10pt;
	margin: 0;
}
.jobCount a {
	text-decoration: none;
}
.jobCount a:hover {
	color: black;
}
.notifier {
        padding: 5px;
        background-color: white;
        border-bottom: 1px solid #319ed8;
        margin-bottom: 1px;
        font-size: 8pt;
}
ul.spacey li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.focusAd
{
	background-color: white;
	width: 120px;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	margin: 0 0 10px 0;
}
.focusAd .logo
{
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.focusAd a
{
	color: black;
}