/*
HTML/CSS-Author: Sven Thiele
E-Mail: thiele@omg.de

ActiView GmbH
Tannenbergstrasse 29
26603 Aurich
*/

/* Easy Slider */
/* image replacement */

.graphic, #prevBtn, #nextBtn{
       margin:0;
       padding:0;
       display:block;
       overflow:hidden;
       text-indent:-8000px;
 }
    /* // image replacement */
    
    
	#slider{position:relative; overflow: hidden!important;width:485px;height:241px;}
	#slider IMG{border:none;}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:485px;
		height:241px;
		overflow:hidden; 
		position: relative;
		}	
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		/* height:77px; */
		position:absolute;
		margin-left:10px;
		margin-top:-34px;
		z-index:9999;
		line-height: 30px;
		}	
	
	#nextBtn{ 
		margin-left: 460px;
		}
															
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:30px;
		background:url(http://preview.aurich.de/fileadmin/layout3/images/test1.gif) no-repeat 0 0;
		}	
	#nextBtn a{ 
		background:url(http://preview.aurich.de/fileadmin/layout3/images/test2.gif) no-repeat 0 0;
		}
	
	#Bereich{
	   /*
		background:url(/fileadmin/layout3/images/bg_slider.png) 0 0;
		height:57px;
		width:485px;
		margin-top:-59px;
		position:relative;
		*/
		display: none;
	}
	
	#text, #text2
	{
		font-family:Verdana;
		position:relative;
		left:45px;
		z-index:9999;
		color:#ffffff;
        width: 396px;
	}
	
	#text{
		top:-56px;
		font-weight:normal;
		font-size:13px;
	}
	
	#text2{
		top:-53px;
		font-weight: normal;
		font-size:11px;
	}
	
/* IE7 hacks für text bzw. text2 */
*:first-child+html #text, *:first-child+html #text2
{
    left: 40px;
    width: 406px;
}
*:first-child+html #text
{
    font-weight:bold;
}
	
			
/* // Easy Slider */



/* Search Result */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title{
	background: #FFF;	
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	}

.tx-indexedsearch-title A{
	font-weight: normal;
	padding-top: 10px;
	}
	

.tx-indexedsearch-res TD{

	}

.tx-indexedsearch-descr{

	padding: 10px 0px 5px 15px;
	}

.browsebox{
	padding: 5px 0px 25px 10px;
	}
	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #FFF;
	padding-top: 5px;
	border-top: 1px solid #274c75;
	}
