* {
	outline: none;
	border: none;
}
html,body {
	height:100%;
	margin:0;
	padding:0;
}
html>body {
	height:auto;
}
.clear {clear: both;}

a {
	color: #101010;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}

body {
	position:relative;
	min-height:100%;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	background-color: #444;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position:center top;
}
#header {
	width: 100%;
	height: 35px;
	background-color: #101010;
}
#header .logoText {
	width: 810px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/logoText.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#header .logoText a {
	display: block;
	text-decoration:none;
	width: 169px;
	height: 35px;
}
#container {
	position:relative;
	padding-bottom: 174px;
	width: 810px;
	margin-left: auto;
	left: auto;
	right: auto;
	margin-right: auto;
}
#menu {
	width: 810px;
	margin-top: 58px;
	height: 31px;
	font-size: 13px;
}
#menu .menuLeft {
	background-image:url(../images/menuLeft.png);
	background-repeat:no-repeat;
	background-position:left;
	width: 347px;
	background-color: #101010;
	float: left;
	height: 31px;
	line-height: 31px;
}
#menu .menuRight {
	background-image:url(../images/menuRight.png);
	background-repeat:no-repeat;
	background-position:right;
	width: 347px;
	background-color: #101010;
	float: right;
	height: 31px;
	line-height: 31px;
}
#menu a {
	padding-left: 11px;
	padding-right: 11px;
	float: left;
	display: block;
	color: #ccc;
	text-decoration:none;
}
#menu a:hover, #menu .active {
	color: #fff;
}
#menu .logoImage {
	position: absolute;
	left: auto;
	right: auto;
	margin-left: 347px;
	margin-top: -40px;
	width: 116px;
	background-image:url(../images/logoImage.png);
	background-repeat:no-repeat;
	background-position:left;
	height: 108px;
}
#menu .logoImage a {
	padding: 0px;
	width: 116px;
	height: 108px;
	display: block;
	text-decoration:none;
}
#menu .line {
	margin-top: 2px;
	height: 27px;
	width: 1px;
	font-size: 1px;
	background-color: #252525;
	float: left;
}
#page {
	margin-top: 20px;
}
#frontpage {
	margin-top: 81px;
}
#frontpage .block {
	background-image: url(../images/blockBg.png);
	background-repeat:no-repeat;
	background-position: left 197px;
	width: 195px;
	height: 325px;
	float: left;
	margin-right: 10px;
}
#frontpage .block .title {
	padding-left: 12px;
	padding-top: 10px;
	color: #fff;
	font-size: 17px;
}
#frontpage .block .title a {
	color: #fff;
	text-decoration:none;
}
#frontpage .block .title a:hover {
	text-decoration:underline;
}
#frontpage .block a img {vertical-align: bottom; -moz-border-radius: 3px;-webkit-border-radius: 3px;border: solid 1px #fff;}

#frontpage .block .image div {
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	width: 163px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: #fff;

	position:absolute;
	z-index: 999;
	
	line-height:16px;
	
	border: 1px #fff solid;
	
	height: 185px;
	background-image: url('../images/frontpage_block_rollover.gif');
}



#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height: 174px;
	background-color: #101010;
}
#footer .footerMiddle {
	width: 810px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer .jobOpenings {
	width: 202px;
	border-left: 1px dotted #4c4c4c;
	float: left;
	height: 154px;
}
#footer .newsletter {
	width: 201px;
	border-left: 1px dotted #4c4c4c;
	float: left;
	height: 154px;
}
#footer .upcoming {
	width: 201px;
	border-left: 1px dotted #4c4c4c;
	float: left;
	height: 154px;
}
#footer .login {
	width: 201px;
	border-left: 1px dotted #4c4c4c;
	border-right: 1px dotted #4c4c4c;
	float: left;
	height: 154px;
}
#footer .title {
	font-size: 17px;
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #ccc;
}

#footer .content {
	margin-left: 10px;
	margin-right: 10px;
	height: 120px;
	background-color: #1c1c1c;
}
#footer .contentLogin {
	padding-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	height: 110px;
	background-color: #1c1c1c;
}
#footer .contentLogin a {
	display: block;
	float: left;
	clear: both;
	color: #ccc;
	font-size: 11px;
	line-height: 22px;
	text-decoration:none;
}
#footer .contentLogin a:hover {
	color: #fff;
}
#footer .content .jobTitle {
	color: #970614;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#footer .content .jobTitle a {
	text-decoration: none;
	color: #970614;
	text-shadow: #000 1px 1px, #970614 0px 0px;
}
#footer .content .jobTxt {
	color: #f1f1f1;
	padding: 10px;
	font-size: 11px;
}
#footer .content .jobMore {
	padding-left: 10px;
	font-size: 11px;
}
#footer .content .jobMore a {
	background-image:url(../images/jobMore.gif);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #970614;
	text-shadow: #000 1px 1px, #970614 0px 0px;
	text-decoration:none;
	font-weight: bold;
}
#footer .content .newsletterTitle {
	font-size: 11px;
	color: #ccc;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer .content .newsletterInput input {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 11px;
	color: #101010;
	width: 158px;
	border: 1px solid #101010;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
#footer .content .newsletterSubmit {
	float: right;
	margin-right: 8px;
	background-image:url(../images/submit.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#footer .content .newsletterSubmit a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#footer .content .newsletterSubmit a:hover {
	color: #fff;
}
#footer .upcoming .content {
	padding-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #ccc;
	height: 110px;
	background-color: #1c1c1c;
}
#footer .upcoming .content a {
	display: block;
	padding-bottom: 10px;
	line-height: 13px;
	color: #ccc;
	text-decoration:none;
	clear: both;
}
#footer .upcoming .content a:hover {
	color: #fff;
}
#footer .upcoming .content span {
	color: #970614;
	padding-right: 5px;
	height: 20px;
	float: left;
}
/*#footer .content .pageFlip {
	margin-left: auto;
	margin-right: auto;
	width: 127px;
	text-align:center;
	color:#d20020;
	font-size: 14px;
	padding-top: 25px;
	height: 74px;
	line-height: 30px;
	border: 1px solid #6b6b6b;
	background-image:url(../images/pageFlipBg.png);
	background-repeat:no-repeat;
}
#footer .content .pageFlip a {
	color:#d20020;
	text-decoration:none;
}
#footer .content .pageFlip strong {
	font-size: 50px;
	font-weight: bold;
}
#footer .content .pageFlip .pageFlipOver {
	background-image:url(../images/pageFlip.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	position:absolute;
	z-index:2;
	width: 127px;
	margin-top: -25px;
	height: 94px;
}
*/
#footer .content .loginTitle {
	font-size: 11px;
	color: #ccc;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer .content .loginTitle a {
	color: #ccc;
	text-decoration:underline;
}
#footer .content .loginTitle a:hover {
	color: #fff;
}
#footer .content .loginInput input {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 11px;
	color: #101010;
	width: 158px;
	border: 1px solid #101010;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer .content .loginSubmit {
	float: right;
	margin-right: 8px;
	background-image:url(../images/submit.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#footer .content .loginSubmit a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#footer .content .loginSubmit a:hover {
	color: #fff;
}


#blockWhite {
	margin-bottom: 20px;
}
#blockWhite .blockWhiteTop {
	height: 2px;
	font-size: 1px;
	width: 810px;
	background-image:url(../images/blockWhiteTop.gif);
}
#blockWhite .blockWhiteBottom {
	height: 2px;
	font-size: 1px;
	width: 810px;
	background-image:url(../images/blockWhiteBottom.gif);
}
#blockWhite .blockWhiteMiddle {
	background-color: #fff;
}

#pagemanager {
	padding-left: 20px;
	padding-top: 18px;
	padding-right: 20px;
}
#pagemanager .pageContent {
	float: left;
	width: 506px;
	padding-bottom: 18px;
}
#pagemanager .pageTitle {
	padding-bottom: 10px;
	font-weight: bold;
	color: #101010;
	font-size: 17px;
}
#pagemanager .pageTxt {
	color: #666;
	line-height: 14.5px;
	font-size: 11px;
}
#pagemanager .pageTxt strong {
	font-size: 14px;
}
#pagemanager .pageImage {
	float: right;
	border: 1px solid #cfcfcf;
}
#pagemanager .pageImage img{
	border: 1px solid #fff;
}


#contact {
	padding-left: 20px;
	padding-top: 18px;
	padding-right: 20px;
}
#contact .pageTitle {
	padding-bottom: 10px;
	font-weight: bold;
	color: #101010;
	font-size: 17px;
}
#contact .pageTxt {
	padding-bottom: 15px;
	color: #666;
	line-height: 18px;
	font-size: 14px;
}
#contact .error {
	padding-bottom: 15px;
	font-size: 12px;
	color: #333;
}
#contact .error strong {
	color: red;
	font-size: 14px;
}
#contact .backgroundBlock {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e7e7e7;
	width: 600px;
}
#contact table {
	font-size: 12px;
	color: #222;
	text-align:right;
}
#contact input, #contact textarea {
	width: 198px;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #101010;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: 11px;
}
#contact textarea {
	height: 110px;
	width: 580px;
	margin-left: 0px;
}
#contact .submitBtn {
	float: right;
	margin-top: 5px;
	background-image:url(../images/submitContact.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#contact .submitBtn a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#contact .submitBtn a:hover {
	color: #fff;
}

#newsletter input, #contact textarea {
	width: 198px;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #101010;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: 11px;
}


#newsletter .submitBtn {
	float: right;
	margin-top: 5px;
	background-image:url(../images/submitContact.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#newsletter .submitBtn a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#newsletter .submitBtn a:hover {
	color: #fff;
}








#usermanager {
	padding-left: 20px;
	padding-top: 18px;
	padding-right: 20px;
}
#usermanager .pageTitle {
	padding-bottom: 10px;
	font-weight: bold;
	color: #101010;
	font-size: 17px;
}
#usermanager .pageTxt {
	padding-bottom: 15px;
	color: #666;
	line-height: 18px;
	font-size: 14px;
}
#usermanager .error {
	padding-bottom: 15px;
	font-size: 12px;
	color: #333;
}
#usermanager .error strong {
	color: red;
	font-size: 14px;
}
#usermanager .userTable {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #e7e7e7;
	width: 730px;
	font-size: 12px;
	color: #222;
	text-align:left;
}
#usermanager input, #usermanager textarea, #usermanager select {
	width: 198px;
	padding: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	border: 1px solid #101010;
	font-family: Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: 11px;
}
#usermanager textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 184px;
	width: 204px;
	margin: 0px;
	padding: 0px;
}
#usermanager .smallTxt {
	color: #222;
	font-size: 10px;
}
#usermanager .submitBtn {
	float: right;
	margin-top: 5px;
	background-image:url(../images/submitContact.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#usermanager .submitBtn a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#usermanager .submitBtn a:hover {
	color: #fff;
}

#tabs {
	line-height: 30px;
	height: 30px;
}
#tabs .borrelTab {
	width: 151px;
	float: left;
}
#tabs .borrelTab a {
	font-size: 17px;
	font-weight: bolder;
	color: #101010;
	width: 151px;
	height: 27px;
	text-align:center;
	padding-top: 3px;
	background-image: url(../images/tab_deborrel.gif);
	display: block;
	text-decoration:none;
}
#tabs .achiveTab {
	width: 151px;
	float: left;
}
#tabs .achiveTab a {
	font-size: 17px;
	font-weight: bolder;
	color: #101010;
	width: 151px;
	height: 27px;
	text-align:center;
	padding-top: 3px;
	background-image: url(../images/tab_achive.gif);
	display: block;
	text-decoration:none;
}
#tabs .achiveTab a:hover, #tabs .borrelTab a:hover {
	color: #d20020;
}
#tabs .active {
	width: 151px;
	float: left;
}
#tabs .active a {
	font-size: 17px;
	font-weight: bolder;
	color: #101010;
	width: 151px;
	height: 27px;
	text-align:center;
	padding-top: 3px;
	display: block;
	text-decoration:none;
	background-image: url(../images/tab_active.gif);
}
.blockWhiteTopTab {
width: 2px;
height: 2px;
background-color: #fff;
}

#borrel {
	padding-top: 20px;
	padding-bottom: 20px;
}

#borrel .borrelItem {
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #101010;
	float: left;
	height: 110px;
	width: 345px;
}
#borrel .borrelItem .borrelContent {
	width: 240px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#borrel .borrelItem .borrelContent .title a {
	color: #e10d22;
	font-weight: bolder;
	font-size: 16px;
	text-decoration:none;
}
#borrel .borrelItem .borrelContent .txt {
	padding-top: 5px;
	font-size: 11px;
	line-height: 12px;
	color: #666;
}
#borrel .borrelItem .borrelContent .txt a {
	color: #666;
	text-decoration:none;
}
#borrel .borrelItem .borrelContent .txt a:hover {
	color: #444;
	text-decoration:underline;
}
#borrel .borrelItem .borrelContent .txt strong {
	line-height: 16px;
	font-size: 13px;
	color: #444;
}
#borrel .borrelItem .borrelImage {
	width: 90px;
	margin-top: 9px;
	border: 1px solid #cfcfcf;
	float: right;
}
#borrel .borrelItem .borrelImage img {
	border: 1px solid #fff;
}
.scroll-pane {
	width: 790px;
	height: 320px;
	overflow: auto;
	background: #fff;
	float: left;
}

.scroll-pane2 {
	width: 290px;
	height: 270px;
	overflow: auto;
	background-color: #e7e7e7;
	float: left;
}
.scroll-pane4 {
	width: 290px;
	height: 170px;
	overflow: auto;
	background-color: #e7e7e7;
	float: left;
}
.archiefPhotos {
	height: 160px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.archiefPhotos img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.archiefPhotos .contentPhoto {
	clear: both;
	margin-bottom: 10px;
}
.archiefPhotos .titlePhoto {
	font-size: 16px;
	font-weight: bolder;
	color: #e10d22;
	padding-bottom: 10px;
}
.archiefPhotos .morePhoto {
	clear: both;
}
.archiefPhotos .morePhoto a {
	float: right;
	font-size: 11px;
	text-decoration: none;
	font-weight: bolder;
	color: #666;
	height: 24px;
	line-height: 24px;
}
.archiefPhotos .morePhoto a:hover {
	color: #000;
}

.panelContent {
	background-color: #e7e7e7;
	padding: 15px;
}

#borrelItem {
	padding: 20px;
}
#borrelItem .content {
	float: left;
	width: 430px;
	padding-right: 20px;
}
#borrelItem .content .title {
	width: 325px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #444;
	font-weight: bolder;
	float: left;
}
#borrelItem .content .txt {
	width: 325px;
	padding-left: 10px;
	color: #666;
	float: left;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}
#borrelItem .content .image {
	margin-bottom: 10px;
	width: 90px;
	border: 1px solid #e7e7e7;
	float: right;
}
#borrelItem .content .agenda {
	height: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #101010;
	clear: both;
	font-size: 11px;
	color: #666;
	line-height: 14px;
}
#borrelItem .content .agenda a {
	text-decoration: none;
	color: #666;
}
#borrelItem .content .agenda a:hover {
	text-decoration: none;
	color: #444;
}
#borrelItem .content .agenda strong {
	font-size: 16px;
	color: #444;
	font-weight: bolder;
}
#borrelItem .content .agenda .agendaLeft {
	float: left;
	padding-left: 10px;
	width: 210px;
}
#borrelItem .content .agenda .agendaRight {
	float: left;
	width: 210px;
}
#borrelItem .content .sponsor {
	padding-top: 15px;
	padding-left: 10px;
}
#borrelItem .content .sponsor strong {
	font-size: 16px;
	color: #444;
	font-weight: bolder;
}
#borrelItem .content .sponsor .sponsorItem {
	float: left;
	padding-top: 10px;
	width: 210px;
	font-size: 11px;
	color: #666;
}
#borrelItem .content .sponsor .sponsorItem a {
	text-decoration: none;
	color: #666;
}
#borrelItem .content .sponsor .sponsorItem a:hover {
	color: #444;
}
#borrelItem .content .sponsor .sponsorItem .sponsorImage {
	height: 100px;
	padding-bottom: 10px;
}

#borrelItem .content .image img {
	border: 1px solid #fff;
}
#borrelItem .whoIsThere {
	float: left;
	width: 320px;
}
#borrelItem .whoIsThere .title {
	background-color: #e7e7e7;
	padding-left: 15px;
	padding-top: 15px;
	color: #e10d22;
	font-weight: bolder;
	font-size: 16px;
}
#borrelItem .whoIsThere .imThere {
	font-size: 14px;
	height: 30px;
	padding-left: 15px;
	clear: both;
}
#borrelItem .whoIsThere .imThere a {
	text-decoration: none;
	color: #e10d22;
	padding-left: 20px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	background-image:url(../images/imThere.gif);
	background-repeat:no-repeat;
	background-position: left center;
}
#borrelItem .whoIsThere .whoIsThereBlock {
	line-height: 15px;
	border-bottom: 1px solid #101010;
	font-size: 11px;
	color: #222;
	padding-top: 5px;
	padding-bottom: 5px;
}
#borrelItem .whoIsThere .whoIsThereBlock strong {
	font-size: 12px;
}
#borrelItem .whoIsThere .whoIsThereBlock a {
	color: #222;
	text-decoration:none;
}
#jobOpenings {
	padding: 20px;
}

#jobOpenings .jobOpeningsLeft {
	float: left;
	width: 242px;
}
#jobOpenings .jobOpeningsLeft .title {
	padding-bottom: 15px;
	font-size: 17px;
	height: 20px;
	font-weight: bolder;
	color: #101010;
}
#jobOpenings .jobOpeningsRight .title {
	padding-bottom: 15px;
	padding-left: 20px;
	height: 20px;
	font-size: 15px;
	font-weight: bolder;
	color: #101010;
}
#jobOpenings .jobOpeningsLeft .content {
	padding: 20px;
	background-color: #e7e7e7;
	width: 202px;
	height: 275px;
}
#jobOpenings .jobOpeningsLeft .content strong {
	color: #e10d22;
	font-size: 15px;
	font-weight: bolder;
}
#jobOpenings .jobOpeningsLeft .content td {
	font-size: 11px;
	padding-bottom: 8px;
	color: #101010;
}
#jobOpenings .jobOpeningsLeft .content input  {
	border: 1px solid #101010;
	width: 200px;
	padding: 1px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: 11px;
}
#jobOpenings .jobOpeningsLeft .content select {
	border: 1px solid #101010;
	width: 204px;
	padding: 1px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: 11px;
}
#jobOpenings .jobOpeningsLeft .content .submitBtn {
	margin-top: 6px;
	float: right;
	background-image:url(../images/submitContact.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#jobOpenings .jobOpeningsLeft .content .submitBtn a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#jobOpenings .jobOpeningsLeft .content .submitBtn a:hover {
	color: #fff;
}
#jobOpenings .jobOpeningsRight {
	float: left;
	width: 508px;
}
.scroll-pane3 {
	width: 528px;
	height: 315px;
	overflow: auto;
	float: left;
}
#jobOpenings .jobOpeningsRight .content {
	height: 315px;
	width: 508px;
}
#jobOpenings .searchItem {
	width: 224px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #333;
	line-height: 18px;
	float: left;
	font-size: 11px;
	background-color: #e7e7e7;
}
#jobOpenings .searchItem a {
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
}
#jobOpenings #searchWait {
	font-size: 15px;
	padding-left: 20px;
	font-weight: bolder;
	background-color: #fff;
	position:absolute;
	z-index: 10;
	color: #e10d22;
	display: none;
	height: 315px;
	width: 488px;
}
#jobOpenings .jobOpeningsItem {
	height: 150px;
	border-bottom: 1px solid #101010;
	width: 225px;
	margin-left: 20px;
	float: left;
}
#jobOpenings .jobOpeningsItem img {
	width: 86px;
	height: 86px;
	border: 1px solid #e7e7e7;
}
#jobOpenings .jobOpeningsItem .itemContent {
	float: left;
	width: 125px;
	margin-top: 10px;
}
#jobOpenings .jobOpeningsItem .itemImage {
	width: 100px;
	text-align:right;
	margin-top: 10px;
	float: right;
}
#jobOpenings .jobOpeningsItem .itemContent .job {
	color: #e10d22;
	font-size: 15px;
	font-weight: bolder;
}
#jobOpenings .jobOpeningsItem .itemContent .job a {
	color: #e10d22;
	text-decoration:none;
}
#jobOpenings .jobOpeningsItem .itemContent .jobInfo {
	padding-top: 5px;
	color: #666;
	line-height: 16px;
	font-size: 11px;
}
#jobOpenings .jobOpeningsItem .itemContent .jobInfo strong {
	font-size: 14px;
	font-weight: bolder;
}
#jobOpenings .jobOpeningsItem .itemContent .jobInfo a {
	text-decoration: none;
	color: #666;
}
#jobOpenings .jobOpeningsItem .itemContent .jobInfo a:hover {
	color: #444;
}
#jobOpeningsItem {
	padding: 20px;
}
#jobOpeningsItem .title {
	font-size: 17px;
	font-weight: bolder;
	color: #101010;
	padding-bottom: 10px;
}
#jobOpeningsItem .jobOpeningsItemLeft {
	width: 220px;
	padding: 10px;
	float: left;
	font-size: 11px;
	color: #222;
	background-color: #e7e7e7;
}
#jobOpeningsItem .jobOpeningsItemLeft a {
	text-decoration: none;
	color: #222;
}
#jobOpeningsItem .jobOpeningsItemLeft a:hover {
	text-decoration: underline;
	color: #101010;
}
#jobOpeningsItem .jobOpeningsItemLeft strong {
	font-size: 14px;
	font-weight: bolder;
}
#jobOpeningsItem .jobOpeningsItemLeft img {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #bcbcbc;
	margin-bottom: 5px;
	background-color: #fff;
	padding-left: 24px;
	padding-right: 24px;
}
#jobOpeningsItem .jobOpeningsItemRight {
	float: left;
	width: 510px;
	margin-left: 20px;
	color: #444;
	line-height: 15px;
	font-size: 11px;
}
#jobOpeningsItem .jobOpeningsItemRight .title {
	color: #e10d22;
	font-size: 15px;
	font-weight: bolder;
}
#jobOpeningsItem .jobOpeningsItemRight a {
	color: #444;
	text-decoration:underline;
}
#jobOpeningsItem .jobOpeningsItemRight a:hover {
	color: #222;
	text-decoration:none;
}
#jobOpeningsItem .jobOpeningsItemRight strong {
	font-size: 13px;
	font-weight: bold;
	color: #222;
}
.scroll-pane6 {
	width: 510px;
	height: 450px;
	overflow: auto;
	float: left;
}
#jobOpeningsItem .applyBtn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image:url(../images/applyBtn.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#jobOpeningsItem .applyBtn a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#jobOpeningsItem .applyBtn a:hover {
	color: #fff;
}

.umfeldLogo {
width:110px;height:92px;position:absolute;bottom:0px;
}


#umfeld {
	padding: 20px;
}
#umfeld .umfeldLeft {
	float: left;
	width: 205px;
	padding-right: 20px;
	height:320px;
	position:relative;
}
#umfeld .umfeldLeft .title {
	font-size: 16px;
	font-weight: bolder;
	color: #e10d22;
	padding-bottom: 15px;
}
#umfeld .umfeldLeft .txt {
	font-size: 11px;
	color: #666;
}
#umfeld .umfeldRight {
	float: left;
	height: 320px;
	width: 545px;
	background-color: #e7e7e7;
}
#umfeld .umfeldRight .previous {
	float: left;
	width: 45px;
}
#umfeld .umfeldRight .previous a {
	text-decoration: none;
	height: 27px;
	width: 27px;
	float: left;
	margin-left: 10px;
	margin-top: 145px;
	background-image:url(../images/previousIcon.gif);
	background-repeat:no-repeat;
	display: block;
}
#umfeld .umfeldRight .previous a:hover {
	background-image:url(../images/previousIcon_over.gif);
	background-repeat:no-repeat;
}
#umfeld .umfeldRight .next {
	float: right;
	width: 45px;
}
#umfeld .umfeldRight .next a {
	text-decoration: none;
	height: 27px;
	width: 27px;
	float: right;
	margin-right: 10px;
	margin-top: 145px;
	background-image:url(../images/nextIcon.gif);
	background-repeat:no-repeat;
	display: block;
}
#umfeld .umfeldRight .next a:hover {
	background-image:url(../images/nextIcon_over.gif);
	background-repeat:no-repeat;
}
#umfeld .umfeldRight .image {
	margin-top: 5px;
	border: 1px solid #bebebe;
	float: left;
	width: 452px;
}
#umfeld .umfeldRight .image img {
	border: 1px solid #fff;
}

#events {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#events .eventPhotos {
	width: 588px;
	float: left;
	height: 440px;
	border-right: 1px solid #101010;
}
#events .titlePhoto {
	font-size: 16px;
	font-weight: bolder;
	color: #e10d22;
	padding-bottom: 15px;
}
#events .titlePhoto a {
	color: #e10d22;
	text-decoration:none;
}
#events .titlePhoto a:hover {
	text-decoration: none;
	color: #000;
}
#events .eventPhotos .image {
	width: 140px;
	height: 93px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	text-align:center;
	background-color: #e7e7e7;
}


#events .eventsLeft {
	width: 271px;
	padding-right: 15px;
	float: left;
}
#events .eventsLeft .title {
	color: #e10d22;
	font-size: 15px;
	font-weight: bolder;
	padding-top: 15px;
	padding-bottom: 15px;
}
#events .eventsLeft .agenda {
	height: 50px;
	line-height: 14px;
}
#events .eventsLeft .agenda .agendaLeft {
	width: 140px;
	float: left;
	color: #666;
	font-size: 11px;
}
#events .eventsLeft .agenda .agendaLeft strong {
	font-size: 16px;
	font-weight: bolder;
	color: #444;
}
#events .eventsLeft .agenda .agendaRight {
	width: 130px;
	float: left;
	color: #666;
	font-size: 11px;
}
#events .eventsLeft .agenda .agendaRight strong {
	font-size: 16px;
	font-weight: bolder;
	color: #444;
}
#events .eventsLeft .agenda .agendaRight a {
	text-decoration: none;
	color: #444;
}
#events .eventsLeft .agenda .agendaRight a:hover {
	text-decoration: none;
	color: #101010;
}
#events .eventsLeft .content {
	font-size: 11px;
	color: #666;
	clear: both;
	padding-top: 10px;
}
#events .eventsLeft .buyTicket {
	padding-top: 10px;
	padding-bottom: 10px;
}
#events .eventsLeft .buyTicket a {
	background-image:url(../images/buyTicket.png);
	background-repeat:no-repeat;
	text-decoration: none;
	width: 182px;
	height: 32px;
	display: block;
}
#events .eventsLeft .photos {
	border-top: 1px solid #101010;
}
#events .eventsLeft .photos .titlePhoto {
	color: #444;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 15px;
}
#events .eventsLeft .photos .contentPhoto {
	padding-top: 7px;
}
#events .eventsLeft .photos .contentPhoto img {
 	width: 80px;
	height: 50px;
	margin-right: 8px;
	margin-top: 8px;
}
#events .eventsLeft .photos .morePhoto a {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	text-decoration:none;
	font-weight: bolder;
	color: #666;
	height: 24px;
	line-height: 24px;
}
#events .eventsLeft .photos .morePhoto a:hover {
	color: #222;
}
#events .eventsMiddle {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 262px;
	height: 370px;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
}
#events .eventsMiddle .image {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 259px;
	border: 1px solid #d2d2d2;
}
#events .eventsMiddle .image img {
border: 1px solid #fff;
}
#events .eventsRight {
	padding-left: 15px;
	padding-top: 5px;
	width: 165px;
	float: left;
}
#events .eventsRight .title {
	color: #444;
	font-size: 16px;
	font-weight: bolder;
}
#events .eventsRight .content {
	text-align: center;
	padding-top: 20px;
}









#photoAlbum {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#photoAlbum .title {
	padding-bottom: 10px;
	font-weight: bold;
	color: #101010;
	font-size: 17px;
}
#photoAlbum .title a {
	color: #101010;
	text-decoration:none;
}
#photoAlbum .title a:hover {
	text-decoration:underline;
}

#photoAlbum .imageBlock {
	background-image:url(../images/imageBg.gif);
	background-repeat:no-repeat;
	width: 247px;
	height: 128px;
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}
#photoAlbum .imageBlockPhoto {
	width: 150px;
	padding-left: 4px;
	padding-top: 4px;
}
#photoAlbum .imageBlockThatsme {
padding-top: 3px;
font-size: 11px;
font-weight:bold;
color: #65a51a;
padding-left: 3px;
width: 70px;
}
#photoAlbum .imageBlockThatsmeTxt {
font-size: 10px;
padding-left: 3px;
color: #000000;
}
#photoAlbum .imageBlockThatsmeTxt a {
color: #000000;
text-decoration:none;
}
#photoAlbum .imageBlockThatsmeTxt a:hover {
text-decoration:underline;
}
#photoAlbum .thatsmeIcon {
background-image:url(../images/meTooIcon.gif);
padding-left: 23px;
background-repeat:no-repeat;
background-position:left;
font-size: 10px;
font-weight:bold;
color: #65a51a;
height: 20px;
line-height: 20px;
margin-top: 5px;
margin-left: 5px;
}
#photoAlbum .thatsmeIcon a {
text-decoration:none;
color: #65a51a;
}
#photoAlbum .thatsmeIcon a:hover {
text-decoration: underline;
color: #65a51a;
}
#photoAlbum .add {
background-image:url(../images/addIcon.jpg);
padding-left: 23px;
background-repeat:no-repeat;
background-position:left;
font-size: 10px;
font-weight:bold;
color: #65a51a;
height: 20px;
line-height: 20px;
margin-top: 5px;
margin-left: 5px;
}
#photoAlbum .add a {
text-decoration:none;
color: #65a51a;
}
#photoAlbum .add a:hover {
text-decoration: underline;
color: #65a51a;
}


#events .photoNavigation {
clear: both;
padding-bottom: 20px;
}
#events .previous {
	margin-top: 6px;
	float: left;
	background-image:url(../images/submitContact.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#events .previous a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#events .previous a:hover {
	color: #fff;
}
#events .next {
	margin-right: 10px;
	margin-top: 6px;
	float: right;
	background-image:url(../images/submitContact.gif);
	background-repeat:no-repeat;
	height: 18px;
	line-height: 18px;
	text-align:center;
	width: 102px;
}
#events .next a {
	display: block;
	width: 102px;
	height: 18px;
	text-decoration: none;
	color: #ffdcdc;
	font-size: 12px;
}
#events .next a:hover {
	color: #fff;
}


#profile {
	padding: 20px;
}
#profile .title {
	padding-bottom: 20px;
	font-weight: bold;
	color: #101010; 
	font-size: 17px;
}
#profile .content {
	background-color: #e7e7e7;
	width: 770px;
	padding-bottom: 10px;
}
#profile .content .profileLeft {
	min-height: 290px;
	margin-left: 10px;
	margin-top: 10px;
	width: 139px;
	border: 1px solid #171717;
	background-color: #fff;
	float: left;
}
#profile .content .profileLeft .name {
	font-weight: bold;
	color: #222;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#profile .content .profileLeft .image {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 125px;
}
#profile .content .profileLeft .function {
	font-size: 12px;
	color: #222;
	padding-left: 10px;
	padding-bottom: 10px;
}
#profile .content .profileLeft .company {
	font-size: 12px;
	color: #222;
	padding-left: 10px;
}
#profile .content .profileLeft .company strong {
	font-size: 14px;
	font-weight: bold;
}
#profile .content .profileLeft .contact {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 40px;
}
#profile .content .profileLeft .contact a {
	color: #e10d22;
	text-decoration: none;
}
#profile .content .profileLeft .contact a:hover {
	text-decoration: underline;
}

#profile .content .profileMiddle {
	margin-top: 10px;
	width: 272px;
	min-height: 290px;
	margin-left: 10px;
	border: 1px solid #171717;
	background-color: #fff;
	float: left;
}
#profile .content .profileMiddle .titleMiddle {
	font-weight: bold;
	color: #222;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#profile .content .profileMiddle .contentMiddle {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #444;
}
#profile .content .profileRight {
	height: 280px;
	margin-top: 10px;
	width: 312px;
	margin-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #171717;
	background-color: #fff;
	float: left;
}
.scroll-pane5 {
	width: 312px;
	height: 290px;
	overflow: auto;
	background-color: #fff;
	float: left;
}
#profile .content .profileRight .titleRight {
	font-weight: bold;
	color: #222;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}




#profile .content .profileRight .contentRight {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #101010;
}
#profile .content .profileRight .profile_active a {
	background-image:url(../images/active.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left: 35px;
	color: #101010;
	float: left;
	display:table-column;
	text-decoration:none;
	width: 110px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#profile .content .profileRight .profile_nonactive a {
	background-image:url(../images/nonactive.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left: 35px;
	color: #101010;
	float: left;
	display:table-column;
	width: 110px;
	text-decoration:none;
	padding-bottom: 5px;
	padding-top: 5px;
}






#profile .content .profileRight .profile_active a:hover, #profile .content .profileRight .profile_nonactive a:hover {
	color: #c32a1d;
}
#jobOpeningsTable {
	margin-left: 10px;
	margin-right: 10px;
}
#jobOpeningsTable th {
	padding-right: 10px;
	white-space:nowrap;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align:left;
	font-weight: normal;
	font-size: 11px;
	background-color: #1a1a1a;
	color: #fff;
}
#jobOpeningsTable td {
	padding-right: 10px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 10px;
	color: #101010;
}

/* 
 * ========================================
 * form Tooltip
 * ========================================
 */

#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	padding: 5px;
	line-height: 120%;
}
.DHTMLgoodies_formTooltipContent {
}
