body {
  margin: 0px;
  font-family: Myriad Pro, Arial;
  font-size: 12pt;
  line-height: 140%;
  overflow-y: scroll;
}
#header {
  background: url('images/header.png') top center repeat-y;
  height: 225px; 
}
#container {
  background: url('images/bg.png') center center repeat-y;
  padding-bottom: 10px;
}
.inner {
	margin-right: auto;
	width: 925px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 25px;
  
}
#footer {
  background: url('images/footer.png') center center repeat-y;
  height: 199px;         
}
h1 {
  color: #E11E28;
  font: 600 40px/42px;
  margin: 0 0 18px;
}
p {
  margin: 0 0 25px;
}
.title-text {
	color: #333333;
	display: block;
	font: 14px/19px;
	font-weight: normal;
	margin: 0 0 13px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
  font-weight: normal;
  font-size: 14pt;
}
h4 {
  color: #E11E28;
  font-size: 14pt;
  margin: 0 0 5px;
}
.youAreNow {
	color: #E11E28;
}
.otherFunctions {
  margin-top: 30px;
}
.myFunctions .quickinfo {
  width: 400px;
  float: left;
  margin-right: 20px;
}
.myFunctions .quickinfo.quickinfoActive {
  width: auto;
  float: none;
  margin-right: 0px;
}
.quickinfo {
  border-top: #ccc 2px dotted;
  border-bottom: #ccc 2px dotted;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  /*cursor: default;*/
  display: block;
  color: #555;
}
.quickinfoHover, a.quickinfo:hover {
  background-color: #f6f6f6;
  text-decoration: none;
  color: #555;
}
.otherFunctions .quickinfo {
  cursor: default;
}
.otherFunctions .lbpLinkFunctie, .otherFunctions .lbpLinkFunctie:hover {
  cursor: default; color: #555; text-decoration: none;
}
.quickinfoHover .desc, .quickinfoActive .desc {
  color: #333;
}
.quickinfoTop {
  border-top: 0;
  background-color: #f8f8f8;
  display: none;
}
.myFunctions .quickinfoTop.quickinfoActive {
  border-top: 0;
  background-color: #00aeef;
  color: #fff;
  border-bottom: #0088bb 2px solid;
}
.myFunctions .quickinfoTop.quickinfoActive .quickInfoLabel {
  color: #fff;
}

.myFunctions .quickinfoRow, .otherFunctions .quickinfoRow {
  background-color: #fafafa;
}
.myFunctions .quickinfoActive {
  background-color: #00aeef;
  color: #fff;
  border: #00aeef 1px solid;
}
.myFunctions a.quickinfo.quickinfoActive:hover {
  background-color: #00aeef;
  text-decoration: none;
  color: #555;
}
.myFunctions .quickinfo.quickinfoActive a.lbpLinkFunctie {
  font-size: 14pt;
}

.otherFunctions a.quickinfo {
  cursor: default;
}

.quickinfoActive a.lbpLinkFunctie, .quickinfoActive .subitem, .quickinfoActive .desc, .quickinfoActive *, .quickinfoActive .between {
  color: #fff;
}

.myFunctions .quickinfoActive .quickinfoValue_salaris, .myFunctions .quickinfoActive .quickinfoValue_lbp_schaal, .myFunctions .quickinfoActive .quickinfoValue_lbp_opleiding {
  background-color: #0088bb;
  border: 0;
}

.quickinfoRow {
  margin-bottom: 10px;
  margin-top: 10px;
  
  border-radius: 10px;
  /*background-color: #f8f8f8;*/
  border-top: 0;
  padding: 13px;
  /*border-bottom: #eee 1px dotted;*/
  border: #eee 1px solid;
  position: relative;
}
.otherFunctions .quickinfoRow {
  margin-bottom: 20px;
}
.clear { clear: both; }
.quickInfoItem {
  float: left;
  line-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.quickInfoItem .quickInfoLabel {
  font-size: 9pt;
  font-weight: bold;
  color: #aaa;
}
.quickInfoItemLarge {
  float: none;
  width: auto;
  
}
.otherFunctions .quickInfoItemLarge {
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
}
.quickInfoItemSmallFont {
  font-size: 11pt;
}
.subitem {
  display: block;
  font-size: 9pt;
  color: #888;
  padding-top: 3px;
}

.quickinfoValue_salaris, .quickinfoValue_lbp_schaal,.quickinfoValue_lbp_opleiding {
  background: #fff;
  padding: 10px; 
  font-size: 10pt;
  border-radius: 5px;
  margin-right: 10px;
  border: #eee 1px solid;
}

.otherFunctions .quickinfoHover .quickinfoValue_salaris, .otherFunctions .quickinfoHover .quickinfoValue_lbp_schaal, .otherFunctions .quickinfoHover .quickinfoValue_lbp_opleiding {
  color: #555;
}

.otherFunctions .quickinfoValue_salaris, .otherFunctions .quickinfoValue_lbp_schaal, .otherFunctions .quickinfoValue_lbp_opleiding {
  color: #888;
}

.between {
  color: #888;
  font-size: 9pt;
}

a {
  color: #00AEEF;
  text-decoration: none;
}
a:hover {
  color: #00AEEF;
  text-decoration: underline;
}

.desc, .desc_intro {
  color: #aaa;
  padding-bottom: 5px;
  font-size: 10pt;
}

.linkBack {
  padding: 5px 10px;
  margin-top: 10px;
  width: 150px;
  border-radius: 5px;
  background-color: #00aeef;
}
.linkBack a {
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
}
