@charset "utf-8";
/**
 **************************************************
 * Hettich
 * rte.css
 *
 * @author:HDNET GmbH & Co. KG
 * @version:3.0
 * @updated:2013-09-09 (BN)
 **************************************************
**/



ul.linklist {

}

li.pdf {
	list-style-type:none;
	padding-left:20px;
	background:url(/fileadmin/templates/img/ico-pdf.png) left center no-repeat;
}

li.mov {
	list-style-type:none;
	padding-left:20px;
	background:url(/fileadmin/templates/img/sliding/ico-mov.png) left center no-repeat;
}

li.tif {
	list-style-type:none;
	padding-left:20px;
	background:url(/fileadmin/templates/img/ico-pic.png) left center no-repeat;
}

li.jpg {
	list-style-type:none;
	padding-left:20px;
	background:url(/fileadmin/templates/img/ico-pic.png) left center no-repeat;
}

li.mpdrei {
	list-style-type:none;
	padding-left:20px;
	background:url(/fileadmin/templates/img/ico-mpdrei.png) left center no-repeat;
}

li.zip {
	list-style-type:none;
	padding-left:20px;
	background:url(/fileadmin/templates/img/ico-zip.png) left center no-repeat;
}

p.padding {
	padding:10px;
}

p.code {
	font-family:courier, monospace;
	font-size:1.0em;
	padding:3px;
	border:1px dotted #b4b4b4;
	margin-left:30px;
}

p.subheader {
	margin-top:20px;
	font-weight:bold;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table.data,
table.data th,
table.data td {
	border:1px dotted gray;
}

table.statistics {
	background:#9ceb04;
}

table.statistics th,
table.statistics td {
	border:1px solid #7ec000;
}

.important {
	letter-spacing:0.2em;
}

span.strikethrough {
	text-decoration:line-through;
}

.arrow {
	padding-left: 16px;
	background:transparent url(/fileadmin/templates/img/ico-arrow-red.png) left 5px no-repeat;
}

p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

.movinglist {}

.button {}