/**
 * 	SLIDE FILM
 */
ul#slideFilm
{
	margin: 5px 0;
	padding: 0;
}

ul#slideFilm li.image
{
	float: left;
	margin: 0;
	padding: 0 2px;
	position: relative;
}

ul#slideFilm li.image .layer
{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
	padding: 5px;

}

ul#slideFilm li.image .layer p.description,
ul#slideFilm li.image .layer p.caption
{
	/*display: none;*/
}

/**
 * 	QUICK TIPS
 */
.quickTips
{
    
}

.quickTips .col1
{
    width: 341px;
    position: relative;
}

.quickTips .col1 h2
{
	position: absolute;
	top: 20px;
	left: 160px;
	color: #C40020;
	font-size: 1.5em;
}

.quickTips .col1 .content
{
	color: #fff;
	position: absolute;
	top: 40px;
	left: 160px;
	width: 140px;
}

.quickTips .col1,
.quickTips .col2,
.quickTips .col3,
.quickTips .col4
{
    float: left;
    margin-right: 10px;
}

.quickTips .col4
{
    margin-right: 0;
}

.quickTips .col2,
.quickTips .col3,
.quickTips .col4
{
    width: 176px;
    height: 91px;
    background-color: #efefef;
    background-image: url("/fileadmin/templates/html/images/general/quicklinks_ecke.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 20px 10px 0 10px;
    position: relative;
}

.quickTips .col2 img.icon,
.quickTips .col3 img.icon,
.quickTips .col4 img.icon
{
    position: absolute;
    top: -17px;
    right: 0;
}

/**
 * 	Teaser Columns
 */

.teaserColumns
{
    
}

.teaserColumns .col
{
    float: left;
    background-color: #EFEFEF;
    padding-bottom: 13px;
}

.teaserColumns .col.grey
{
	background-color: #EFEFEF;
}

.teaserColumns .col.white
{
	background-color: #fff;
}

.teaserColumns .col h2
{
    color: #E90113;
    text-align: center;
    padding-top: 13px;
    font-weight: bold;
}

.teaserColumns .col p.bodytext
{
    padding: 13px;
}

.teaserColumns .col a.moreLink
{
    text-decoration: underline;
    padding: 13px;
}

/**
 * 	technicalliterature
 *  Fachliteratur
 */
.technicalliterature {
	float: left;
	width: 470px;
	border: 1px solid #888;
	height: 380px;
	margin-bottom: 16px;
	overflow: hidden;
}

.technicalliterature.even
{
	margin-left: 8px;
}

.technicalliterature.odd
{
	margin-right: 8px;
}

.technicalliterature .header
{
	background-color: #EFEFEF;
	padding: 5px 10px;
	height: 55px;
}

.technicalliterature .header h2
{
	font-size: 1.05em;
	font-weight: bold;
	border-bottom: 1px solid #888;
}

.technicalliterature .header hr
{
	
}

.technicalliterature .header .information
{
	font-size: 0.9em;
}

.technicalliterature .header .information .author
{
	float: left;
	width: 37%;
}

.technicalliterature .header .information .publisher
{
	float: left;
	width: 63%;
}

.technicalliterature .header .information .label
{
	color: #888;
	/*width: 53px;*/
	width: 56px;
	float: left;
}

.technicalliterature .header .information .definition
{
	float: left;
}

.technicalliterature .header .information .author .definition
{
	width: 110px;
}

.technicalliterature .header .information .publisher .definition
{
	/*width: 230px;*/
	width: 225px;
}

.technicalliterature .content
{
	padding: 5px 10px;
}

.technicalliterature .content .text
{
	float: left;
	width: 67%;
	font-size: 0.9em;
}

.technicalliterature .content .text p
{
	margin-top: 0.5em;
}

.technicalliterature .content img
{
	float: left;
	margin: 5px 0 0 8px;
}
