@charset "utf-8";
/**
 **************************************************
 * TYPO3 Master / t3m.hdlab2.de
 * rte.css
 *
 * @author:HDNET GmbH & Co. KG
 * @version:2.1
 * @updated:2011-01-15 (BN)
 **************************************************
**/

li.pdf {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pdf.png) no-repeat;
}

li.tif {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pic.html) no-repeat;
}

li.jpg {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pic.html) no-repeat;
}

li.mpdrei {
	list-style-type:none;
	/* BEN: So the icons display properly...*/
	padding-bottom:3px !important;
	padding-left:20px;
	background:url(../img/ico-mpdrei.html) no-repeat;
}

li.zip {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-zip.html) no-repeat;
}

p.quote {
	font-family:georgia,times,serif;
	font-size:13px;
	font-style:italic;
	padding:0 45px 0 30px;
}

p.code {
	font-family:courier, monospace;
	font-size:12px;
	padding:3px;
	border:1px dotted #b4b4b4;
	margin-left:30px;
}

p.smaller {
	font-size:11px;
	line-height: 14px;
}

p.bigger {
	font-size:14px;
	line-height: 18px;
	margin-bottom: 25px;
}

p.pdf-print-link {
	font-size: 11px;
	line-height: 14px;
	padding-left: 30px;
	min-height: 30px;
	padding: 0 0 6px 30px;
	background:url(../img/ico-pdf.png) no-repeat;
}

p.pdf-print-link a{
	color: #5a5a5a;
}

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;
}

.align-left {
	text-align:left;	
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

/*
a.linkExtBlank,
a.linkIntBlank {
	padding-left:17px;
	background:transparent url(../img/ico-extlink.png) 0 1px no-repeat;
}

a.linkInt,
a.linkExt {
	padding-left:17px;
	background:transparent url(../img/ico-intlink.png) 0 1px no-repeat;
}

a.download {
	padding-left:17px;
	background:transparent url(../img/ico-dllink.png) 0 1px no-repeat;
}

a.mail {
	padding-left:17px;
	background:transparent url(../img/ico-maillink.png) 0 1px no-repeat;
}
*/

a.button {
	padding: 10px 25px;
	color: #ffffff;
	background-color: #325aa5;
}

a.button-gradient {
	height: auto;
	padding: 10px 25px 10px 25px;
	border: 0;
	margin-top: 10px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	outline: none;
	background: #33a5c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #33a5c8 0%, #33a5c8 1%, #0074ae 3%, #0080bd 6%, #00649d 50%, #005990 51%, #003568 98%, #00294e 99%, #041827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33a5c8), color-stop(1%,#33a5c8), color-stop(3%,#0074ae), color-stop(6%,#0080bd), color-stop(50%,#00649d), color-stop(51%,#005990), color-stop(98%,#003568), color-stop(99%,#00294e), color-stop(100%,#041827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #33a5c8 0%,#33a5c8 1%,#0074ae 3%,#0080bd 6%,#00649d 50%,#005990 51%,#003568 98%,#00294e 99%,#041827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #33a5c8 0%,#33a5c8 1%,#0074ae 3%,#0080bd 6%,#00649d 50%,#005990 51%,#003568 98%,#00294e 99%,#041827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #33a5c8 0%,#33a5c8 1%,#0074ae 3%,#0080bd 6%,#00649d 50%,#005990 51%,#003568 98%,#00294e 99%,#041827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #33a5c8 0%,#33a5c8 1%,#0074ae 3%,#0080bd 6%,#00649d 50%,#005990 51%,#003568 98%,#00294e 99%,#041827 100%); /* W3C */
	cursor: pointer;
}