/* ------------------------------------------------
Slide Stylesheet

Date: 20.04.2012
Creator: Michael Eden
--------------------------------------------------- */

@media screen {
	
#page-wrap { 
background-color: transparent;	
	width: 98%; 
	margin: 0 auto; 
	padding:10px 0 15px 0;

	
	}

#page-wrap a { 
	text-decoration: none; 
	outline: none; 
}

#page-wrap a img { border: none; }


#slider { 
	background: white url(../images/img_layout/slider-bg.jpg); 
	height: 240px; 
	overflow: hidden;
	position: relative; 
	margin: 0; 
	 border: 2px solid #E3D4A6; 
	}
								  
/* DEFAULT is for three panels in width, adjust as needed his only matters if JS is OFF, otherwise JS sets this. */								  
#mover { 
	width: 2880px; 
	position: relative; 
	}

.slide { 
	padding: 5px 15px; 
	width: 825px; 
	float: left; 
	position: relative; 
	}
	
.slide h2 {  
	font-size: 1.3em;
	font-weight: bold; 
	color: #a1cf5d;
	}
	
.slide p { 
	color: #fff; 
	font-size: 1.1em; 
	line-height: 1.8em; 
	width: 400px;
	 
	}
	
.slide img { 
	position: absolute; 
	top: 20px;
	left: 420px; 
	}
	
#slider-stopper { 
	position: absolute; 
	border:1px solid #D7C99E;
	top: 0; 
	right: 20px; 
	background:#608C33 ;
	color: #fff;
	padding: 3px 8px; 
	font-size: 10px; 
	text-transform: uppercase;
	font-weight:bold;
	z-index: 1000;  
	}
	
} /* Ende @media - nicht löschen */

/* -----------------------------------------
   end   stylesheet
   ----------------------------------------- */
