/* Vacancy search box 2009 */
#sidebar #vacancy_search {
	width: 240px;
	height:226px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 12px 0;
	background:url(/static/img/vacancy_search_bg.gif) 20px bottom no-repeat;
}

#vacancy_search .request_entry {
	width:240px;
	height:30px;
	overflow:hidden;
}

#vacancy_search .request_entry .detail {
	height:123px;
	overflow:hidden;
	padding:0;
	width:210px;
}

#vacancy_search .request_entry .head {
	cursor:pointer;
	height:23px;
	overflow:hidden;
	padding:7px 0 0 60px;
	width:160px;
	font-weight:bold;
	color:#333;
}

#vacancy_search #bed.request_entry .head {
	background:url(/static/img/portal09/vacancy_search_bed.gif) 20px top no-repeat;
}

#vacancy_search #bus.request_entry .head {
	background:url(/static/img/portal09/vacancy_search_bus.gif) 20px top no-repeat;
}

#vacancy_search #card.request_entry .head{
	background:url(/static/img/portal09/vacancy_search_card.gif) 20px top no-repeat;
}


#vacancy_search .request_entry .head.open {
	color:#990000;
}

#vacancy_search #bed.request_entry .head.open {
	background:url(/static/img/portal09/vacancy_search_bed_active.gif) 20px top no-repeat;
}

#vacancy_search #bus.request_entry .head.open {
	background:url(/static/img/portal09/vacancy_search_bus_active.gif) 20px top no-repeat;
}

#vacancy_search #card.request_entry .head.open {
	background:url(/static/img/portal09/vacancy_search_card_active.gif) 20px top no-repeat;
}

#vacancy_search .request_entry .detail {
	width:200px;
	height:123px;
	overflow:hidden;
	padding:0 20px;
}

/* vacancy form */
#vacancy_search .request_entry .detail form {
	width: 210px;
	height: 105px;
	overflow: hidden;
	padding: 5px 0 0 0;
	background:none;
}

#vacancy_search .request_entry .detail form .f_line {
	width: 210px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

#vacancy_search .request_entry .detail form .f_line label {
	display: block;
	width: 65px;
	overflow: hidden;
	padding: 3px 5px 3px 0;
	color: #000;
	float: left;
}

#vacancy_search .request_entry .detail form .f_line label.second {
	text-align: right;
	padding: 3px 10px 3px 0;
	width: 60px;
}

#vacancy_search .request_entry .detail form .f_line input {
	background: #d3d6da;
	width: 16px;
	overflow: hidden;
	border: 1px solid #d3d6da;
	padding: 2px 5px 4px 5px;
	color: #000;
	margin: 0 4px 0 0;
	float: left;
	/*text-align: center;*/
}

#vacancy_search .request_entry .detail form .f_line input.year {
	width: 31px;
	margin: 0;
}

#vacancy_search .request_entry .detail form .f_line select {
	background: #d3d6da;
	width: 130px;
	overflow: hidden;
	border: 1px solid #d3d6da;
	padding: 2px 2px 2px 5px;
	color: #000;
	float: left;
}

#vacancy_search .request_entry .detail form .f_line .calendar_icon {
	display: block;
	background: url(/static/img/calendar_icon_dta.gif) left top no-repeat;
	width: 23px;
	height: 21px;
	padding: 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

#vacancy_search .request_entry .detail form .submit_line {
	width: 200px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

* html #vacancy_search .request_entry .detail form .submit_line {
	padding: 12px 0 0 0;
}

#vacancy_search .request_entry .detail form .submit_line input.submit {
	background: #fff url(/static/img/portal09/submit_vacancy.gif) right center no-repeat;
	width: auto;
	border: none;
	/*padding: 2px 40px 2px 10px;*/
	padding:0px 40px 4px 10px;
	overflow: visible;
	color: #990000;
	float: right;
	cursor: pointer;
	height: 20px;
}

* html #vacancy_search .request_entry .detail form .submit_line input.submit {
	padding: 1px 40px 1px 10px;
}

#vacancy_search .request_entry .detail p {
	width: 200px;
	height: 56px;
	overflow: hidden;
	padding: 9px 0 5px 0;
	color: #333;
}

#vacancy_search .request_entry .detail .vb_links {
	width: 200px;
	overflow: hidden;
	padding: 0;
}

#vacancy_search .request_entry .detail .vb_links .vb_link {
	width: 200px;
	overflow: hidden;
	padding: 0;
}

#vacancy_search .request_entry .detail .vb_links .vb_link a {
	background: url(/static/img/infolink_arrow.gif) left 4px no-repeat;
	overflow: hidden;
	text-decoration: none;
	color: #990000;
	padding: 0 0 0 10px;
}

/* social bookmarkin on submenu */
#sidebar .social_bm_left {
	background:#fff;
	height:38px;
	overflow:hidden;
	padding:15px 0 0 30px;
	width:160px;
}

#sidebar .social_bm_left a.button {
	float:left;
	width:38px;
	height:38px;
	margin:0 1px 0 0;
	overflow:hidden;
}

#sidebar .social_bm_left .fb {
	background:url(/static/img/icons/sb_h.png) no-repeat 0 0;
}

#sidebar .social_bm_left .yt {
	background:url(/static/img/icons/sb_h.png) no-repeat -80px 0;
}

#sidebar .social_bm_left .fr {
	background:url(/static/img/icons/sb_h.png) no-repeat -120px 0;
}

#sidebar .social_bm_left .tw {
	background:url(/static/img/icons/sb_h.png) no-repeat -40px 0;
}

#sidebar .social_bm_left a.fb:hover {
	background:url(/static/img/icons/sb_h.png) no-repeat 0 0;
}

#sidebar .social_bm_left a.yt:hover {
	background:url(/static/img/icons/sb_h.png) no-repeat -80px 0;
}

#sidebar .social_bm_left a.fr:hover {
	background:url(/static/img/icons/sb_h.png) no-repeat -120px 0;
}

#sidebar .social_bm_left a.tw:hover {
	background:url(/static/img/icons/sb_h.png) no-repeat -40px 0;
}


#fb_content {
	background:#fff;
	float:left;
	padding:15px 0 10px 20px;
	width:550px;
	overflow:hidden;
}

#fb_content h2 {
	display:block;
	color:#990000;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 0;
}

#fb_content h2 a {
	color:#990000;
	text-decoration:none;
}


#fb_content .fb_entry, #new_wall_post {
	background-color:#fff;
	border-top:1px solid #eee;
	margin-bottom:7px;
	min-height:50px;
	padding:7px 0 0 60px;
	position:relative;
}

#fb_content .fb_entry a.image, #new_wall_post a.image {
	left:0;
	_left:-60px;
	position:absolute;
	overflow:hidden;
}

#fb_content .fb_entry .name, #new_wall_post .name {
	color:#990000;
	font-weight:bold;
}

#fb_content .fb_entry .date {
	display:block;
	width:350px;
	padding:3px 0 4px 0;
	font-size:10px;
	color:#777;
}

#fb_content .fb_entry .date a {
	font-size:10px;
	color:#990000;
	text-decoration:none;
}

#fb_content .fb_login_line {
	position:relative;
	width:550px;
	height:23px;
	overflow:hidden;
}

#fb_content .fb_login_line .login_desc {
	float:left;
	width:400px;
	padding:3px 0 0 0;
	overflow:hidden;
}

#fb_content .fb_login_line .login_button {
	float:right;
	overflow:hidden;
}

#fb_content .fb_like_box {
	background:#f5f5f5 url(/static/img/fb_like.png) 5px 6px no-repeat;
	border-bottom:1px solid #d8dce0;
	clear:left;
	float:none;
	margin-bottom:2px;
	overflow:hidden;
	padding:5px 0 4px 24px;
	width:350px;
}

#fb_content .fb_comment_box {
	background:#f5f5f5;
	border-bottom:1px solid #d8dce0;
	clear:left;
	float:none;
	margin-bottom:2px;
	overflow:hidden;
	padding:0;
	width:374px;
}

#fb_content .fb_comment_box .comment {
	border-top:1px solid #fff;
	margin-bottom:7px;
	min-height:35px;
	padding:7px 0 0 40px;
	position:relative;
}

#fb_content .fb_comment_box .comment a.image {
	left:5px;
	_left:-35px;
	height:30px;
	width:30px;
	position:absolute;
	overflow:hidden;
}

#fb_content .wall_posts {
	float:left;
	padding:10px 0 0 0;
	overflow:hidden;
}

#fb_wall_post {
	width:530px;
	float:left;
	background-color:#F2F2F2;
	border-color:#919191 #B5B5B5 #CBCBCB;
	border-top:2px solid #919191;
	padding:10px;
	margin:10px 0 0 0;
	height:80px;
	overflow:hidden;
	position:relative;
}

#fb_wall_post textarea {
	display:block;
	float:left;
	width:512px;
	height:17px;
	padding:7px 8px;
	border-color:#AEAEAE #bbb #bbb;
	border-right:1px solid #bbb;
	border-style:solid;
	border-width:1px;
	color:#666;
}

#fb_wall_post input.submit {
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:13px;
	display:block;
	text-align:center;
	position:absolute;
	right:10px;
	bottom:10px;
	border:1px solid #640000;
	background:#990000;
	color:#fff;
	font-weight:bold;
	padding:3px 5px;
	max-width:80px;
}

#textarea .fb_like {
	overflow:hidden;
	padding:0 0 0 20px;
	width:550px;
}

/* ski shuttle form */
#textarea .feedback_suggest form input.anzahl {
	float:none;
	width:16px;
	margin:0 3px;
}

/* barrierefrei table */
#textarea .contentblock table.salzburginfo {
	width:535px;
	border-left: 1px solid #d8dce0;
	border-collapse: collapse;
	margin: 5px 0 0 0;
}

#textarea .contentblock table.salzburginfo td {
	background: #eeeff0 url(/static/img/table_dark_bg.gif) left top repeat-x;
	border-right: 1px solid #d8dce0;
	border-bottom: 1px solid #d8dce0;
	border-collapse: collapse;
	padding: 4px 5px 4px 5px;
	color: #333;
	vertical-align:text-top;
}

#textarea .contentblock table.salzburginfo td.boxaheadb {
	background: #990000;
	border-right: 1px solid #d8dce0;
	border-collapse: collapse;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-weight: normal;
	vertical-align:text-top;
}

#textarea .contentblock table.salzburginfo td.alista, #textarea .contentblock table.salzburginfo tr, #textarea .contentblock table.salzburginfo td.alistb, #textarea .contentblock table.salzburginfo td td {
	background:none;
	border:none;
}


/* hrs integration */
.hrs_frame {
	float:left;
	width:530px;
	padding:0 0 0 20px;
	overflow:hidden;
}

.hrs_frame .hrsleft {
	float:left;
	width:260px;
	overflow:hidden;
}

.hrs_frame .hrsright {
	float:right;
	width:260px;
	overflow:hidden;
}

.hrsleft .request_entry {
	float:left;
	width:251px;
	height:198px;
	border:1px solid #d3d6da;
}

.hrsleft .request_entry .head {
	display:inline;
	margin:1px;
	background:url(/static/img/hrs_head.png) no-repeat;
	color:#ffffff;
	float:left;
	font-family: Arial;
	font-size: 13px;
    font-weight: bold;
    width:199px;
	height:28px;
	padding:12px 0 0 50px;
	overflow:hidden;
}

.hrsleft .request_entry .detail {
	float:left;
    padding:20px 0 0 25px;
}

/* vacancy form */
.hrsleft .request_entry .detail form {
	width: 210px;
	height: 105px;
	overflow: hidden;
	padding: 5px 0 0 0;
	background:none;
}

.hrsleft .request_entry .detail form .f_line {
	width: 210px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

.hrsleft .request_entry .detail form .f_line label {
	display: block;
	width: 65px;
	overflow: hidden;
	padding: 3px 5px 3px 0;
	color: #000;
	float: left;
}

.hrsleft .request_entry .detail form .f_line label.second {
	text-align: right;
	padding: 3px 10px 3px 0;
	width: 60px;
}

.hrsleft .request_entry .detail form .f_line input {
	background: #d3d6da;
	width: 16px;
	overflow: hidden;
	border: 1px solid #d3d6da;
	padding: 2px 5px 4px 5px;
	color: #000;
	margin: 0 4px 0 0;
	float: left;
	/*text-align: center;*/
}

.hrsleft .request_entry .detail form .f_line input.year {
	width: 31px;
	margin: 0;
}

.hrsleft .request_entry .detail form .f_line select {
	background: #d3d6da;
	width: 130px;
	overflow: hidden;
	border: 1px solid #d3d6da;
	padding: 2px 2px 2px 5px;
	color: #000;
	float: left;
}

.hrsleft .request_entry .detail form .f_line .calendar_icon {
	display: block;
	background: url(/static/img/calendar_icon_dta.gif) left top no-repeat;
	width: 23px;
	height: 21px;
	padding: 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.hrsleft .request_entry .detail form .submit_line {
	width: 200px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

* html .hrsleft .request_entry .detail form .submit_line {
	padding: 12px 0 0 0;
}

.hrsleft .request_entry .detail form .submit_line input.submit {
	background: #fff url(/static/img/hrsbutton.png) right center no-repeat;
	width: auto;
	border: none;
	padding:0px 31px 4px 10px;
	overflow: visible;
	color: #FFFFFF;
	float: right;
	cursor: pointer;
	height: 20px;
}

* html .hrsleft .request_entry .detail form .submit_line input.submit {
	padding: 1px 40px 1px 10px;
}

.hrsleft .entries {
	float:left;
	width:253px;
	padding:10px 0 0 0;
	overflow:hidden;
}

.hrsleft .entries .entry {
	background:url(/static/img/hrsbg.png) 0 0 repeat-x;
	float:left;
	cursor:pointer;
	border-top:1px solid #d8dce0;
	border-bottom:1px solid #d8dce0;
	margin:0 0 10px 0;
	overflow:hidden;
}

.hrsleft .entries .entry .left {
	float:left;
	width:90px;
	overflow:hidden;
}

.hrsleft .entries .entry .left .image {
	float:left;
	width:80px;
	height:80px;
	overflow:hidden;
}

.hrsleft .entries .entry .left .link {
	float:left;
	width:70px;
	height:20px;
	padding:12px 0 10px 10px;
	overflow:hidden;
}

.hrsleft .entries .entry .left .hidden {
	display:none;
}

.hrsleft .entries .entry .left .link span {
    background:url(/static/img/subnav_arrow.gif) no-repeat left 7px;
    color: #990000;
    margin: 1px 0 0;
    padding: 2px 0 6px 10px;
    text-decoration: none;
}

.hrsleft .entries .entry .right {
	float:left;
	width:163px;
	overflow:hidden;
}

.hrsleft .entries .entry .right h3 {
    color:#990000;
	padding:5px 0 5px 0;
    overflow:hidden;
    width:163px;
}

.hrsleft .entries .entry .right p {
    color:#666666;
	padding:0 0 10px 0;
}





