@charset "utf-8";
/* CSS Document */
input.focus, textarea.focus, select.focus{
	background-color:#f3fafa;
}

/*--------------------------- SearchBox ------------------------*/

.searchBox input{
	margin:0px 0px 0px 5px;
	width:100px;
	border:1px solid #e6e6e7;
	border-top:1px solid #aaadb2;
}

.searchBox input.searchButton{
	width:15px;
	margin:0px 0px 0px 5px;
	background-image:url(../images/layout/btnSearchButton.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:0px;
	cursor:pointer;
}

/*--------------------------- DefaultForm ------------------------*/
.defaultForm{
	width:487px;
	padding:10px 0px 10px 0px;
}

.defaultForm div.radioOptions{
	float:left;
	width:205px;
}

.defaultForm label{
	float:left;
	width:280px;
	height:18px;
	padding:3px 0px 0px 0px;
	display:block;

}
.defaultForm input, .defaultForm textarea, .defaultForm select{
	float:left;
	margin:0px 0px 10px 0px;
	padding:2px 0px 0px 5px;
	background-color:#ffffff;
	border:1px solid #cccccc;
}

.defaultForm input.focus, .defaultForm textarea.focus, .defaultForm select.focus{
	background-color:#f3fafa;
}

.defaultForm input.invalid, .defaultForm textarea.invalid, .defaultForm select.invalid{
	background-color:#ebced7;
	border:1px solid #9a0c39;
}

.defaultForm input{
	width:200px;
	height:17px;
}

.defaultForm input.postalCode{
	width:50px;
	margin-right:10px;
}

.defaultForm input.location{
	width:133px;
}

.defaultForm input.adres{
	width:133px;
	margin-right:10px;	
}

.defaultForm input.homeNumber{
	width:50px;
}

.defaultForm input.radioButton{
	width:30px;
	border:0px;
}

.defaultForm label.radioText{
	float:left;
	width:30px;
	padding:3px 0px 0px 0px;
	margin-right:10px;
}

.defaultForm label.radioTextLarge{
	float:left;
	width:170px;
	padding:3px 0px 0px 0px;
}

.defaultForm textarea{
	width:480px;
	height:100px;
}

.defaultForm select{
	width:207px;
	height:20px;
	padding:2px 0px 0px 0px;	
}

.defaultForm input.inputButton{
	float:right;
	width:100px;
	height:22px;
	margin:0px;
	padding:0px;
	background-image:none;
	background-color:#ffffff;
	border:1px solid #00405b;
	color:#00405b;
	font-weight:bold;
	cursor:pointer;
}

.defaultForm input.inputButton.focus{
	background-color:#c2d1d8;
}

/*--------------------------- Teasers ------------------------*/

.teaserBox #vacancySearch label{
	float:left;
	width:170px;
	display:block;
}

.teaserBox #vacancySearch label.vacancySelectSearch{
	width:140px;
	margin:8px 0px 0px 0px;
}

.teaserBox #vacancySearch input, .teaserBox #vacancySearch select{
	float:left;
	margin:2px 0px 10px 0px;
	padding:2px 0px 0px 5px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	display:block;
}

.teaserBox #vacancySearch input.focus, .teaserBox #vacancySearch textarea.focus, .teaserBox #vacancySearch select.focus{
	background-color:#f3fafa;
}

.teaserBox #vacancySearch input{
	width:170px;
	height:17px;
}

.teaserBox #vacancySearch select{
	width:175px;
	height:20px;
}

.teaserBox #vacancySearch input.radioButton, .teaserBox #vacancySearch input.radioButton.focus{
	width:15px;
	margin-right:5px;
	border:0px;
}

.teaserBox #vacancySearch input.vacancyDirectSearch{
	width:145px;
}

.teaserBox #vacancySearch input.inputButton{
	float:right;
	width:80px;
	height:22px;
	margin:10px 8px 4px 0px;
	padding:0px;
	background-image:none;
	background-color:#ffffff;
	border:1px solid #00405b;
	color:#00405b;
	font-weight:bold;
	cursor:pointer;	
}

.teaserBox #vacancySearch input.inputButton.focus{
	background-color:#c2d1d8;
}


/*--------------------------- Teasers ------------------------*/

.teaserBox .mailafriendForm label{
	float:left;
	width:150px;
	display:block;
}

.teaserBox .mailafriendForm input{
	float:left;
	width:154px;
	height:15px;	
	margin:2px 0px 5px 0px;
	padding:2px 0px 0px 5px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	display:block;
}

.teaserBox .mailafriendForm input.focus, .teaserBox .mailafriendForm textarea.focus, .teaserBox .mailafriendForm select.focus{
	background-color:#f3fafa;
}

.teaserBox .mailafriendForm input.inputButton{
	float:right;
	width:80px;
	height:22px;
	margin:5px 8px 4px 0px;
	padding:0px;
	background-image:none;
	background-color:#ffffff;
	border:1px solid #00405b;
	color:#00405b;
	font-weight:bold;
	cursor:pointer;
}

.teaserBox .mailafriendForm input.inputButton.focus{
	background-color:#c2d1d8;
}

/*--------------------------- Hint ------------------------*/

div.hintContainer{
	position:relative;
	width:100%;
}

div.hint {
    position:absolute;
	top:-5px;
    left:508px;
    width:160px;
    border:1px solid #999999;
    padding:8px 9px;
    background-color:#ffc;
    font-size:11px;
    line-height:normal;
}

div.hint div.hint_pointer {
    position:absolute;
    left:-10px;
    top:5px;
    width:10px;
    height:19px;
    background-image:url(../images/layout/hintPointer.gif); 
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
}