/**
 * @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 {
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	line-height: 1.5em;
	font-size: 12px;
	color:#000;
}

h1 {
	margin-top:0;
	margin-bottom:0.5em;
	font-size: 36px;
	line-height:1em;
	font-weight: lighter;
	text-transform:uppercase;
	padding:0;
	display:block;
	color:#bd1616;
	
}
h2 {
	margin-top:0;
	margin-bottom:0.5em;
	font-size: 36px;
	line-height:1em;
	font-weight: lighter;
	text-transform:uppercase;
	padding:0;
	display:block;
	color:#bd1616;
}
h3 {
	margin-top:0;
	margin-bottom: 0.5em;
	font-size: 24px;
	line-height: 1em;
	font-weight: lighter;
	text-transform:uppercase;
	display:block;
	color:#bd1616;
}
h4 {
	margin-top:0;
	margin-bottom: 0.3em;
	font-size: 18px;
	line-height: 1em;
	font-weight: lighter;
	text-transform:uppercase;
	color:#bd1616;
	
}
h5 {
	margin-top:0;
	margin-bottom: 0.3em;
	font-size: 15px;
	line-height: 1em;
	font-weight: lighter;
	text-transform:uppercase;
	color:#bd1616;
	
}
h6 {
	margin:0;
	font-weight: lighter;
}

p {
	margin:0;
	padding:0;
}

a:link, a:visited {
	color:#bd1616;
}
a:hover, a:active {
	color:#454347;
}

img {
	max-width:100%;
}
body ul, body ol {
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;
}
hr {
	clear:both;
}

/* Vermeidung von Seitenumbruechen direkt nach einer Ueberschrift */
h1,
h2,
h3 {
      page-break-after: avoid;
}

#header,
#nav,
.moduletable_bild,
.moduletable_produkte,
#close,
#right,
#footer-outer,
#scrollToTop,
.actions,
.unseen {
      display: none;
}

#back {
	padding:0;
}

#contentarea, 
#contentarea2,
#wrapper2 {
	margin:0;
	padding:0;
}

#main,
#main2 {
	width:100%;
	padding:0!important;
}
#main:before
{
	content: " Höfer & Karpf GmbH ";
	color:#bd1616;
	display: block;
	border-bottom:1px solid #bd1616;
	font-weight: normal;
	font-size: 1em;
	text-transform:uppercase;
	margin-bottom: 2em;
}
#main2:before
{
	content: " Höfer & Karpf GmbH ";
	color:#bd1616;
	display: block;
	border-bottom:1px solid #bd1616;
	font-weight: normal;
	font-size: 1em;
	text-transform:uppercase;
	margin-bottom: 2em;
} 

/* +++++++++++++++  Balken - Bild - Text ++++++++++++++++++++++++ */
.balken_grau {
	background-color:#fff;
	padding: 0 0 1em 0;
	color:#454347;
}
.balken_grau h3 {
	color:#454347;
}
.text, .blog {
	padding:0;
}
.column-1, .column-2, .column-3 {
    width:100%;
	padding: 1em 0;
}
.bildtitel {
	font-size:11px;
}

.cols-2 .column-1 {
    width: 47.5%;
    float: left;
}
.cols-2 .column-2 {
    width: 47.5%;
    float: right;
    margin: 0;
}


/* +++++++++++++++  Tabelle ++++++++++++++++++++++++ */
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em;
}

table th,table td {
	padding: 0.3em;
	vertical-align: top;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	text-align: left;
	color:#807c74;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c8c8c;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}


.skiplinks,
#suckerfish
{
	display:none !important
}

.clr {
	clear:both;
}