#imgSlider
{
	position: relative;
	width: 912px;
	height: 196px;
	overflow: hidden;
	background-color: transparent;
	background-image: url("/images/slider/slider_back.png");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	margin-top: 119px;
	margin-left: 1px;
}



#slider {
    display: none;
    position: absolute;
    width: 899px;
    height: 198px;
    left: 5px;
    top: 0px;
    overflow: hidden;
    border: 0px;
    background-color: #c4d0d5;
}


#slider .slide {
    position: absolute;
    height: 198px;
    width: 493px;
    background-color: transparent;
    overflow: hidden;
    border: 0px;
    /* border-right: #999 solid 1px;*/

    cursor: help; 
    cursor: move;
    cursor: crosshair;
    cursor: e-resize;
    /*
    cursor: url("/images/cursors/cur226_2.cur"), crosshair;
    cursor: url("/images/cursors/cur204.ani"), crosshair;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in; 
    */
}


#slider .slide .weiterButton
{
	position: absolute;
	display: none;
	left: 35px;
	top: 0px;
	width: 300px;
	height: 43px;
	padding-top: 110px;
	padding-left: 133px;
	background-image: url("/images/1blank.gif"); /* MSIE fix */
	
	cursor: pointer;
	cursor: hand;
	
	/* border: 1px solid red; */
	
}
	
/*

#slider .slide .weiterButton
{
	position: absolute;
	display: none;
	left: 170px;
	top: 110px;
	color: #fff;
	text-shadow: #333 0 1px 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
	padding: 4px 7px 3px 9px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 9px;
	border-radius: 8px;
	
	// background-color: #ac1600;
	// background: -webkit-gradient(linear, left top, left bottom, from(#faebe9), to(#ce401c),color-stop(0.4, #8c1b0b));
	
	background-color: #ac1600;
	background-image: url("/images/buttons/button_back_red.png");
	background-repeat: repeat;
	background-position: center center;
	border-width: 0;
	cursor: hand;
	// box-shadow:8px 8px 8px 8px #666;
}

#slider .slide .weiterButton
{
	color: #fff;
	text-shadow: #666 0 1px 0;
	text-decoration: none;
}

#slider .slide .weiterButton:hover, .weiterButton a:hover
{
	text-decoration: none;
	text-shadow: #999 0 1px 0;
	background-color: #2c64bf;
	background-image: url("/images/buttons/button_back_blue.png");
	background-repeat: repeat;
	background-position: center center;
}
*/



/*
#slider .title   {
    color: #F80;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: .5em;
    text-decoration: none;
}
*/

#slider .link   {
    color: #000;
    font-weight: bold;
    font-size: 1em;
    margin-left: .5em;
    background-color: #F80;
    text-decoration: none;
}


#slider .backgroundText
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 35px;
    background: #94abb5;
    background: #889ba5;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer; 
    cursor: hand;
}


#slider .text,   #slider .textdefault
{
	position: absolute;
	top: 100%;

	color: #fff;
	text-shadow: #777 0 1px 0;
	/*
	color: #35708f;
	text-shadow: #eee 0 1px 0;
	*/
	
	font: 13px/1.3em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	/* text-align: justify; */
	padding: 2px 20px 2px 50px;
	cursor: hand;
}


#slider .diapo {
    position: absolute;
    width: 493px;
	height: 198px;
	border: 0px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: hidden;
}


#slider h2
{
    text-indent: -9999px;
    overflow: hidden;
}

/*
#slider h2.diapo {
    margin: 0px;
    padding: 0px;
    
    width: 493px;
	height: 198px;
	text-indent: -9999px;
	
	overflow: hidden;
}
*/




/*
.sliderfoot {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#82a4d9), to(#436599));
	background-color: #c4d0d5;
	height: 10px;
	color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	
    border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}
*/



h2.sliderhead
{
	display: inline-block;
	font-size: 28px;
	width: 650px;
	height: 38px;
	line-height: 120%;
	color: #888;
	text-shadow: #efefef 0 1px 0;
	padding: 0px;
	margin: 0px auto auto 34px;
	
	font-size: 30px;
	font-family: Georgia, Palatino, Palatino Linotype, serif;
	font-weight: lighter;
}


.sliderfoot
{
	background-image: url("/images/slider/slider_foot.png");
	background-repeat: no-repeat;
	background-position: 0px -15px;
	width: 912px;
	height: 22px;
	margin-left: 1px;
}
