/* -----------------------------------------------------------------------------

	Programming by SPURENELEMENTE UG (haftungsbeschränkt), http://www.se-medien.de/
	Copyright 2012, Frijus GmbH, http://www.frijus.de/
	
	Don't use without permission!
	
  ------------------------------------------------------------------------------ */

@charset "utf-8";

body { margin-top: 30px; }



#audioList { list-style-type: none; padding-left: 30px; position: relative; text-indent: 0; }

#audioList li { width: 280px; height: 90px; margin-right: 20px; margin-bottom: 60px; padding-left:10px; padding-right:10px; float:left; display: inline; cursor: pointer; }

.thumbWrap { width: 235px; margin-left: 45px; }

.thumbWrap img { margin: auto; display: block; }

#audioList li h2 { height: 26px; padding: 6px 0px 0px 45px; margin-left: -45px; background: url('../images/btn_audio.jpg') 0px 0px no-repeat; }
#audioList li h2 a { text-decoration: none; color: #000; }
#audioList li.RO h2 { background-position: 0px -64px; color: #b01e4f; font-weight: bold; }
#audioList li.RO h2 a { color: #b01e4f; }
#audioList li.RO h2 a:hover { color: #b01e4f; }

#audioList li .caption { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; text-align: left; padding-top: 5px; line-height: 1.18em; }
#audioList li.RO .caption {  } 