/**
 * @version $Id: print.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12pt;
	color:#000;
	background-color:#FFF;
}

/* Überschriften */
h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top:0;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	text-transform: none;
	margin-bottom:0.2em;
	margin-top:0;
}
h3 {
	font-size:12pt;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}
h4 {
	font-size:12pt;
	font-weight: bold;
	margin-bottom:0;
	margin-top:0;
}
h5 {
	font-size:12pt;
	font-weight: bold;
	margin-bottom:0;
	margin-top:0;
}
h6 {
	font-size:12pt;
	font-weight: bold;
	margin-bottom:0;
	margin-top:0;
}
.componentheading {
	font-weight:bold;
	font-size: 18pt;
	text-transform:uppercase;
	margin-bottom: 0.5em;
	margin-top:0;
}
.contentheading {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top:0;
}

/* Vermeidung von Seitenumbr�chen direkt nach einer �berschrift */
h1,h2,h3 { page-break-after: avoid; }

/* Links */
a
{	
	color: #c4081c;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	border:0;
	margin:0;
	padding:0;
}

#head, #navi_left, #bild, #unterbuttons, #right, #footer { display: none; }

#wrapper {
	margin:0;
	float:left;
}
#main
{	
	width:auto;
	position: relative;
	float:none;
	padding:0;
	margin:0;
	background-image:none;
	background-color: #FFF;
}
#main2
{
	width:auto;
	position: relative;
	float:none;
	padding:0;
	margin:0;
	background-image:none;
	background-color: #FFF;
}
#main2:before
{
	content: " EZP smart-home-systems, www.ezp.co.at ";
	color: #c4081c;
	display: block;
	background-color: inherit;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px #c4081c solid;
	margin-bottom: 1em;
}
#main:before
{
	content: " EZP smart-home-systems, www.ezp.co.at ";
	color: #c4081c;
	display: block;
	background-color: inherit;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px #c4081c solid;
	margin-bottom: 1em;
}
/* Listenpunkte allgemein - unorderd list*/
ul li {
	list-style-type:none;
	background-image:url(/web/20171009003012im_/http://ezp.co.at/templates/ezp/images/aufzaehlung.png);
	background-repeat:no-repeat;
	background-position: left 1px;
	padding-left:12px;
}
ul ul li{
	list-style-type:none;
	background-image:url(/web/20171009003012im_/http://ezp.co.at/templates/ezp/images/aufzaehlung.png);
	background-repeat:no-repeat;
	background-position: left 1px;
	padding-left:12px;
}

/* Listenpunkte allgemein - orderd list*/
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ol ol li{
	list-style-type: decimal;
	list-style-position: inside;
	margin-left:10px;
}

#wrapper img {
	border: 0px;
	max-width: 513px;
}
#wrapper img a {
	border: 0px;
}

.floatleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
}
.floatright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	clear:right;
}
.bildtext {
	font-size:80%;
	color:#c4081c;
	margin-top:0.5em;
}
.download {
	background-image:url(/web/20171009003012im_/http://ezp.co.at/templates/ezp/images/pdf.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:23px!important;
}

textarea {
	border:1px solid #777;
	width:445px !important;
}

/* Pagination */
.counter {
    float: left;
}
.pagination {
    float: right;
}
.pagination li {
    float: left;
    list-style-type: none;
    margin: 0 5px;
}

/* ########################## Tabellen allgemein ########################## */

table {
	margin:0;
	padding:0;
}

td {
	margin:0;
	padding:0;
	border:0;
}