/**tools**/

/* clearing */

.stretch, .clearer {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	font-size: 0px;
	line-height: 0px;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf {
	display: inline-block;
}
 
html[xmlns] .cf {
	display: block;
}
 
* html .cf {
	height: 1%;
}



/* end clearing */
/* accessibility */
span.accesskey {
	text-decoration:none;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

.skipLinks {
	 height: 0;
    left: -2000px;
    position: absolute;
    top: -1000px;
}

.skipLinks a:hover,
.skipLinks a:focus, 
.skipLinks a:active {
    font-size: 1em;
    left: 2123px;
    position: absolute;
    text-decoration: none;
    top: 1108px;
    width: 17em;
    z-index: 20;
    background: #fff;
	 padding: 5px;
}
/* end accessibility */

.hide, .hidden {
	display: none;
}
*/

.hide, .hidden {
    height: 1px;
    left: -6000px;
    position: absolute;
    top: -6000px;
    width: 1px;
}

/*Datepicker*/

.dp-choose-date {
   background: url(/images/calendar.gif) no-repeat 0 0;
   width: 23px;
   height: 25px;
   top: -8px;
   margin-left: 4px;
   position: relative;
   display: inline-block;
   text-indent: -9999999px;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#fragment-2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.photoslider {

}

.photoslider_nav {
	position: relative;
	border: solid black 1px;
	overflow: hidden;
	height: 90px;
	width: 720px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid black 1px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 420px;
	padding-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	border: solid #000 10px;
	display: block;
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('/images/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 0.9em;
	font-family: arial;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:981px;
	height:360px;
	overflow:hidden; 
	position: relative;
}

#slider li span.sliderContent{ 
	background:url("/images/claim.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:145px;	
	z-index: 10;
	width: 32.5em;
	position: absolute;
	right: 22px;
	top: 100px;
	margin-top: 4em;
	overflow: auto;
	
}

#slider li img {
	z-index: 1;
}

#slider li span.sliderContent span.title { 
	color:#034EA2;
	font-size:1.4em;
	font-weight:normal;
	padding:9px 55px 9px 9px;
	display:block;
}

#slider li span.sliderContent span.text{ 
	color:#57585A;
	font-size:1.15em;
	margin:0;
	padding:0 9px 0px 9px;
	display:block;
}

#slider li span.sliderContent  .moreLink a {
	background:url("/images/teaserMoreLink_blau.gif") no-repeat scroll 0 8px transparent;
	color:#034EA2;
	display:block;
	padding-left:10px;
}

span#sliderPrevBtn{
	
	left:878px;
position:absolute;
top:263px;
z-index:555;
}

span#sliderPauseBtn{
	
	left:901px;
position:absolute;
top:263px;
z-index:555;
}

span#sliderPlayBtn{
	
	left:901px;
position:absolute;
top:263px;
z-index:555;
}

span#sliderNextBtn{
	
	left:924px;
	position:absolute;
	top:263px;
	z-index:555;
}	

