/*############################################################*/
/*                                                            */
/*                DRUCK STYLESHEET HPIHOLDING.DE              */
/*                                                            */
/*############################################################*/

/*
Autor:     Sebastian Dubbel
Website:   www.thedublab.de
E-Mail:    mail@thedublab.de

Browser:   getestet in
		   Internet Explorer (Win) >= 5.x 
		   Firefox >= 0.x
		   Opera >= 8
		   Mozilla >= 1.5
		   Netscape >= 8
		   Safari
*/

/*############################################################*/
/*#                  LAYOUT BLOCK ELEMENTE                   #*/
/*############################################################*/

/* Au�en- und Innenabst�nde aller Elemente zur�cksetzen */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0.5cm 0 0.5cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
}

#skipNav {
	display: none;
}

div#container div#navigation {
	display: none;
}

div#container div#fusszeile {
	display: none;
}


/*############################################################*/
/*#                   ALLGEMEINE DEFINITIONEN                #*/
/*############################################################*/

.nomargin {
	margin: 0 !important;
}

.unsichtbar {
	display: none;
} 

div#container div#hauptInhalt img {
	margin-top: .5cm;
}	


.clearfix:after,
dl dd:after {
    content:"";
    display:table;
}

.clearfix:after,
dl dd:after {
    clear:both;
}

.clearfix,
dl dd {
    zoom: 1;
}



/*############################################################*/
/*#                 TYPOGRAFISCHE DEFINITIONEN               #*/
/*############################################################*/


h1,
h2,
h3,
h4,
caption {
	line-height: 1.2;
	color: #1660AF;
}

h2 {
	font-size: 14pt;
	margin-top: .7cm;
}

h3 {
	margin-top: .5cm;
	font-size: 12pt;
	font-weight: normal;
	border-bottom: 2px solid #293139;
}

h4 {
	font-size: 11pt;
}

p,
ul,
ol,
dl {
	margin-top: .6cm;
}


/* Ungeordnete- und geordnete Listen */
ul,
ol {
	color: #1660AF;
	list-style-type: none;
}

ul {
	margin-left: 1cm;
	list-style-image: url(../assets/liste_punkt.gif);
}

ul.downloadliste {
	margin-left: 0;
	list-style-image: none;
	color: #333;
}

ol {
	margin-left: 1cm;
	list-style-type: decimal;
}

ul li,
ol li {
	margin-bottom: .3cm;
	line-height: 1.4;
}

ul.downloadliste li {
	margin-bottom: .6cm;
}

/* Definitionslisten */
dl dt {
	float: left;
	width: 1.5cm;
	color: #1660AF;
	font-weight: bold;
}

dl dd {
	margin-bottom: .3cm;
	clear: right;
	margin-left: 2cm;
}

p.bildunterschrift {
	margin-top: .2cm;
	font-size: 10pt;
	color: #1660AF;
}

/*############## SCHRIFTFORMATIERUNG RANDSPALTE ##############*/
div#zweiterInhalt h3.nomargin {
	margin-top: .5cm !important;
}

/* Blockquote Zitate */
blockquote {
	margin: 1cm .5cm;
}


/*################ SCHRIFTFORMATIERUNG SUCHE #################*/
p span.suchbegriff {
	font-weight: bold;
}


/*############################################################*/
/*#                      FEHLERMELDUNGEN                     #*/
/*############################################################*/

p.cms_message {
	margin-top: 1cm;
}

p.cms_message span {
	padding: .3cm;
	line-height: 2.3;
	border: 2px solid;
}


p.cms_message span.fehler {
	color: #901f1f;
	border-color: #901f1f;
}

p.cms_message span.erfolg {
	color: #135E09;
	border-color: #135E09;
}


/*############################################################*/
/*#                        LINKS                             #*/
/*############################################################*/

a, 
a:link {
	line-height: 1;
	color: #1660AF;
	text-decoration: none;
	border-bottom: 1px solid #1660AF;
}

a:visited {
	border-bottom: 1px dashed #1660AF;
}

a:hover,
a:active {
	color: #00488f;
	border-bottom: none;
}

/*############### LINKZIELE HINTER LINK AUSGEBEN #############*/

/* Linkziele der normalen Links ausgeben */
a:after {
	content: " [URL: "attr(href)"]";
}

/* E-Mail Links, Link der Header-Grafik und �berschriften mit Link von Linkziel ausnehmen */
a[href^="mailto"]:after,
a.email:after,
a.url:after,
div#container div#header a:after,
h2 a:after,
h3 a:after,
h4 a:after {
	display: none;
} 


/*####################### LINK GRAFIKEN ######################*/
a img {
	border: none;
}

/*######################## LINKS SUCHE #######################*/
h3.sucheH3 a {
	border-bottom: none;
}


/*############################################################*/
/*#                        HEADER                            #*/
/*############################################################*/

/* Flash Animation ausblenden */
div#container div#header #flashAnimation {
	display: none;
}

/* Rahmen des Links entfernen */
div#container div#header a {
	line-height: 0;
	border-bottom: none;
}


/*############################################################*/
/*#                  KONTAKT - ADRESSE                       #*/
/*############################################################*/

/*#################### ADRESSE MICROFORMATS ##################*/
div.vcard span.org {
	font-weight: bold;
}

div.vcard span.adr_float {
	float: left;
	width: 2cm;
}

/*############### FEHLERMELDUNG KONTAKTFORMULAR ##############*/
p.input_fehler,
fieldset.input_fehler {
	color: #901f1f;
	font-weight: bold;
}

p.input_fehler input.textfield,
p.input_fehler textarea,
fieldset.input_fehler label {
	border-color: #901f1f;
	background: #ffdfdf;
	font-weight: normal;
}

p.input_fehler input:focus.textfield,
p.input_fehler textarea:focus {
	background: #fff;
}

/* BEST�TIGUNG DER DATEN DES KONTAKTFORMULARS */
p span.bezeichnung {
	color: #1660AF;
	font-weight: bold;
}


/*############################################################*/
/*#                        FORMULARE                         #*/
/*############################################################*/

/* ALLGEMEINE SCHRIFTFORMATIERUNG DER FORMULARE */
fieldset {
	border: solid 0 #fff; /* Workaround: Opera interpretiert border:none oder border:0 bei fieldsets nicht */
}

fieldset legend {
	display: none;
}

form fieldset p {
	margin-top: .3cm !important;
}

fieldset input.textfield,
fieldset textarea,
fieldset select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

fieldset input.textfield,
fieldset textarea {
	padding: .05cm;
	border: 1px solid #293139;
	border-left-width: 2px;
	border-bottom-width: 2px;
}

fieldset input:focus.textfield,
fieldset textarea:focus {
	border-color: #1660AF;
}

fieldset textarea {
	font-size: 100%;
}

fieldset input.checkbox {
	margin-left: 1cm;
}

form span.pflichtfeld {
	color: #901f1f;
}

form#kontaktformular {
	margin: .5cm 0 0 0;
}

form fieldset input.textfield,
form fieldset textarea {
	width: 100%;
}



/*############## FORMULAR UNTERNEHMENSBERICHTE ###############*/
form#berichteformular fieldset fieldset {
	margin-top: .5cm;
}

form#berichteformular fieldset fieldset legend {
	display: block;
	font-size: 11pt;
}


/*####################### SUCHFORMULAR #######################*/

/* SUCHFELD + SUCHBUTTON */
form#suchformular fieldset input.textfield,
form#suchformular fieldset input#send_btn {
	display: none;
}



/*############################################################*/
/*#                        TABELLEN                          #*/
/*############################################################*/

table {
	border-collapse: collapse;
	width: 100%;
	border: none;
	margin-bottom: .3cm;
}

th,
td {
	padding: .05cm 0;
	vertical-align: top;
}

caption {
	padding-top: .5cm;
	padding-bottom: .05cm;
	font-size: 12pt;
	text-align: left;
	border-bottom: 2px solid #293139;
}

table tbody td,
table tbody th {
	border-bottom: 1px solid #293139;
}

/* Alle Tabellenzellen rechtsb�ndig ausrichten */
table tr th,
table tr td {
	text-align: right;
}

/* Erste Spalte der Tabellen linksb�ndig ausrichten */
table th:first-child,
table td:first-child,
table th.firstchild,
table td.firstchild {
	text-align: left;
}

/* Erste Spalte f�r alle Browser ohne ausreichende CSS Unterst�tzung linksb�ndig ausrichten (�ber Klasse) */
table th.table_leftalign,
table td.table_leftalign {
	text-align: left;
}

table thead th.table_leftalign {
	font-weight: normal !important;
}

/*#################### TABELLE ZWEISPALTER ###################*/
/* Tabellen Kopfzeile Verstecken */
table.tabelle2Spalter thead th {
	line-height: 0;
	padding: 0;
	text-indent: -1000em;
	font-size: 0;
}


/*#################### TABELLE MEHRSPALTER ###################*/
table.tabelle3Spalter thead th,
table.tabelle5Spalter thead th {
	font-weight: bold;
	border-bottom: 2px solid #293139;
}


/*############################################################*/
/*#                        HR-TRENNER                        #*/
/*############################################################*/

div.hr {
	clear: both;
	padding-bottom: 3em;
}

div.hr hr {
	display: none;
}

/*############################################################*/
/*#                        ORGANIGRAMM                       #*/
/*############################################################*/
#org-scheme {
	margin-top: 1.8em;
	width: 368px;
	background-color: #eee;
}

#org-scheme h2 {
	margin: 0;
	border-bottom: 1px solid #fff;
	background-color: #4A4D4F;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

#org-scheme h3 {
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

#org-scheme h3 span {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

#org-scheme .zk h3 {
	color: #990000;
}

#org-scheme img {
	margin-top: 0 !important;
	border: none !important;
}

#org-scheme .org-col {
	width: 182px;
	float: left;
}

#org-scheme .berger {
	border-right: 1px solid #fff;
}

#org-scheme .zk {
	border-left: 1px solid #fff;
	margin-left: -1px;
}

#org-scheme .org-col p,
#org-scheme .org-col ul,
#org-scheme .org-col h3 {
	margin: 10px;
}

#org-scheme .org-col p {
	margin-bottom: -5px;
}

#org-scheme .org-col ul {
	list-style-image: url("../assets/liste-strich.gif");
	margin-left: 25px;
	color: #000;
}

#org-scheme .org-col li {
	margin-bottom: 5px;	
}

