@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	background-image:url(../images/background-subpage.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#b71955;
}
form {
	margin:0px;
	padding:0px;
}

#subpagetopframe{
	width:930px;			/*OVERALL WIDTH: 930*/
	height:178px;			
	margin:0px auto;
	position:relative;
}

#subpagetopheader{
	width:930px;
	height:134px;
	position:relative;
	float:left;
}

#subpagetopsubheader{
	width:930px;
	height:44px;
	position:relative;
	float:left;
}

#subpagetopsubheaderleft{
	width:444px;
	height:44px;
	position:relative;
	float:left;
	background-image:url(../images/slogan.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.employmentSubscribe
{
	border:1px solid #eaacc3;
	background:#fcdce9;
	color:#b41f56;
}

.pdfBox
{
	border:1px solid #378B83;
	padding:0 20px;
	background:#E5EEF0;
	color:#b41f56;
	width:490px;
}


#subpagetopsubheaderright{
	height:35px;
	line-height:28px;
	position:relative;
	float:right;
	text-align:right;
}
#subpagetopsubheaderrightlogin{
	width:374px;
	background:#fcdce9;
	padding-left:18px;
	border:1px solid #eaacc3;
	margin:3px 0;
	color:#b41f56;
	font-weight:bold;
	height:35px;
	line-height:28px;
	position:relative;
	float:right;
	text-align:right;
}


#subpagetopheaderleft{
	width:623px;
	height:134px;
	position:relative;
	float:left;
}

#subpagetopheaderright{
	width:307px;
	height:134px;
	position:relative;
	float:right;
}

#subpagetopheaderrightsearchfak{
	width:307px;
	height:134px;
	position:relative;
	float:left;
	background-image:url(../images/image-fak-subpage.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#subpagetopheaderrightsearch{
	width:307px;
	height:134px;
	float:left;
	background-image:url(../images/searchpanel.png);
	background-position:top right;
	background-repeat:no-repeat;
}

/* IE6 Only */
* html #subpagetopheaderrightsearch{
	background-image:url(../images/searchpanel-subpage.png);
}


#search{
	width:98px;
	height:21px;
	position:relative;
	background-image:url(../images/input-search.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:4px;
}

/* IE6 Only */
* html #search{
	height:23px;
	padding-top:2px;
}

/* IE7 Only */
*:first-child+html #search{
	height:23px;
	padding-top:2px;
}

#memberslogin{
	width:98px;
	height:20px;
	position:relative;
	background-image:url(../images/input-memberslogin.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:4px;
}

* html #memberslogin{
	height:22px;
	padding-top:2px;
}

/* IE7 Only */
*:first-child+html #memberslogin{
	height:22px;
	padding-top:2px;
}

#contentframe{
	width:930px;			/*OVERALL WIDTH: 962*/
	height:auto;			/*AUTO*/
	margin:0px auto;
	position:relative;
	padding-left:16px;
	padding-right:16px;
	background-image:url(../images/background.gif);
	background-position:top center;
	background-repeat: repeat-y;
	overflow:auto;
}

/* IE6 Only */
* html #contentframe{
	position:static;
}

#sitecontent{
	width:553px;
	height:auto;			/*AUTO*/
	position:relative;
	float:left;
	border-left:dotted 1px #b71955;
	border-right:dotted 1px #b71955;
}

#headerbg{
	width:553px;
	height:58px;
	position:relative;
	background-image:url(../images/background-header.jpg);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
}

#breadcrumbs{
	width:485px;
	height:28px;
	position:relative;
	float:left;
	text-align:left;
	padding-left:34px;
	padding-right:34px;
}

#mainheader{
	width:485px;
	height:30px;
	position:relative;
	float:left;
	text-align:left;
	padding-left:34px;
	padding-right:34px;
}

#sitetext{
	width:485px;
	height:auto;
	position:relative;
	float:left;
	text-align:justify;
	padding-left:34px;
	padding-right:34px;
	padding-top:28px;
	padding-bottom:12px;
}

#sitetext h2{
	text-align:left;
	display:block;
}

#contentright{
	width:140px;
	height:auto;			/*AUTO*/
	position:relative;
	float:right;
	padding-left:15px;
	padding-right:17px;
	padding-top:12px;
}

#contentrightitem{
	width:140px;
	height:auto;
	position:relative;
	float:left;
	padding-bottom:14px;
}

#contentrightitem2{
	width:140px;
	height:auto;
	position:relative;
	float:left;
	padding-bottom:14px;
	border-top:dotted 1px #b71955;
	padding-top:14px;
}

#contentrightitemimage{
	width:140px;
	height:auto;
	position:relative;
	float:left;
}

#contentrightitemtext{
	width:140px;
	height:auto;
	position:relative;
	float:left;
	text-align:left;
	padding-top:10px;
}

#footer{
	width:930px;
	height:44px;			/*OVERALL HEIGHT: 100*/
	margin:0px auto;
	position:relative;
	padding-left:16px;
	padding-right:16px;
	padding-top:66px;
	background-image:url(../images/background-footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}

hr {
	border: 0;
	height: 2px;
	border-bottom: 1px dotted rgb(183, 25, 85);
	margin-bottom: 10px;
	margin-top: 10px;
}

.jobboard_label {
	width: 100px;
	text-decoration: none;
	font-style: italic;
}
.jobboard_text {
	text-decoration: none;
}

#jobboard_apply {
	background-color: #e3f1f2;
	border: 1px solid #000000;
	width: 90%;
	
	padding: 10px 5px 10px 5px;
	text-decoration: none;
}
#jobboard_apply td {
	text-decoration: none;
}

.jobboard_rowclosed {
	background-color: #cccccc;
}
.jobboard_rowhighlight {
	background-color: #c7f9fe;
}
.jobboard_rowhighlight td a {
	color: #4b8084;
}

.jobboard_details {
	float: left;
}
.jobboard_logo {
	float: right;
	padding: 4px;
	border: 1px solid #b71955;;
}

.comment_name {
	font-weight: bold;
}
.comment_date {
	font-size: 10px;
}
.comment_text {
	padding:5px 5px 5px 5px;
	background-color:#fdf1dd;
}

.registrationinput
{
	background:	#e1eff2;
	border:1px solid #c5dddd;
}

/* Copied from style.css
.button a
{
	height:25px;
	width:100px;
	background:#ff0000;
	border:1px solid #7f0f3a;
	text-align:center;
	font-weight:bold;
	color:white;
	display:block;
	text-decoration:none;
	line-height:25px;
	font-weight:normal;
	font-size:11px;
	float:right;
	margin:-10px 20px 0 0;
}
*/
