/*############################################################*/
/*                                                            */
/*              STANDARD STYLESHEET HPIHOLDING.DE             */
/*                                                            */
/*############################################################*/

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

Anmerkung: noch in der Entwicklung

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üksetzen */
* {
	margin: 0;
	padding: 0;
}

/* vertikalen Scrollbalken erzwingen, damit Inhalt im Fenster nicht springt */
html {
	min-height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%; /* Schriftgröße für Opera anpassen */
	color: #333;
}

div#container {
	margin: 0;
	font-size: 62.5%; /* Schriftgr��e f�r alle Browser so setzen, dass 1em = 10px entspricht */
	width: 775px;
	text-align: left;
	line-height: 1.5;
	background-color: #fff;
}

div#container div#header {
	margin-top: 0;
	height: 138px;
	line-height: 0;
	background: #293139 url(../assets/header_hintergrund.gif) no-repeat left bottom;
}

div#container div#inhalt {
	width: 570px;
	float: right;
	margin-top: 2.2em;
}

div#container div#navigation {
	position: relative; /* Damit 2. Subnavigation absolut positioniert werden kann */
	width: 160px;
	float: left;
	margin-left: 15px;
}

div#container div#inhalt div#hauptInhalt {
	width: 365px;
	float: left;
}

div#container div#inhalt div#zweiterInhalt {
	width: 175px;
	float: right;
}

div#container div#fusszeile {
	width: 365px;
	height: 1.8em;
	margin: 0 auto 1em auto;
	padding: .5em 0;
	border-top: 2px solid #293139;
}

/* Bilder mit Vorstandsmitgliedern */
.float_bild {
	float:left;
	width:80px;
	margin-right: .9em;
}


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

.nomargin {
	margin: 0 !important;
}

.margin-top_1_5em {
	margin-top: 1.5em;
}


.unsichtbar {
	position: absolute; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
	padding: 0;
	margin: 0;
} 

div#container div#hauptInhalt img {
	margin-top: 2.6em;
	border: 10px solid #293139;
	border-top: none;
}

div#container div#hauptInhalt img.noborder {
	border: none;
}

.clearboth {
	clear:both;
}

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

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

.clearfix,
dl dd {
    zoom: 1;
}
	


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

/* Standardschriftgr��e f�r Flie�text setzen */
p, 
li,
td,
th,
dt,
dd {
	font-size: 1.2em;
}

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

h2 {
	font-size: 1.8em;
}

h3 {
	margin-top: 1.8em;
	font-size: 1.3em;
	border-bottom: 2px solid #293139;
}

h4 {
	font-size: 1.2em;
}

p,
ul,
ol,
dl,
h2.h2margin {
	margin-top: 1.2em;
}


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

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

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

ol {
	margin-left: 2em;
	list-style-type: decimal;
}

ul li,
ol li {
	margin-bottom: 0.8em;
	line-height: 1.4;
}

ul.downloadliste li {
	margin-bottom: 1.2em;
}

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

dl dd {
	clear: right;
	margin-left: 5em;
}

dl dt,
dl dd {
	margin-bottom: .4em;
	line-height: 1.3;
}

/* clearfix für Definition Items */
dl dd:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height:0;
    clear: both; 
    visibility: hidden;
}

dl.dl_breit dt {
	width: 10em;
}

dl.dl_breit dd {
	margin-left: 11em;
}

.float_bild p {
	margin-top: .4em;
	font-size: 1.1em;
	line-height: 1;
	color: #1660AF;
}

/*############## SCHRIFTFORMATIERUNG RANDSPALTE ##############*/
div#zweiterInhalt p {
	font-size: 1.1em;
}

/* Blockquote Zitate */
blockquote {
	margin: 1.6em 1em;
}

/* Paragraph Fusszeile */
div#fusszeile p {
	float: left;
	margin: 0 .5em 0 0;
}


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


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

p.cms_message {
	margin-top: 1.5em;
}

p.cms_message span {
	padding: 0.5em;
	line-height: 2.3em;
	color: #fff;
}


p.cms_message span.fehler {
	background: #901f1f;
}

p.cms_message span.erfolg {
	background: #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;
}

a.pdf {
	background: url(../assets/link_pdf.gif) right top no-repeat;
	padding-right: 17px;
}

a.xls {
	background: url(../assets/link_xls.gif) right top no-repeat;
	padding-right: 14px;
}

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

/*######################## SKIP LINKS ########################*/
/* Links durch absolute Positionierung aus dem sichtbaren Bereich verschieben */
#skipLinkNav a, 
#skipLinkInhalt a {
	position: absolute; 
	z-index: 2; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
	padding: 0;
	margin: 0;
} 

/* Links bei hover-Status relativ positioieren und somit wieder in den sichtbaren Bereich bringen */
#skipLinkNav a:focus, 
#skipLinkInhalt a:focus, 
#skipLinkNav a:active, 
#skipLinkInhalt a:active {
	position: relative; 
	z-index: 99; 
	top: .2em;
	left: 0;
} 

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


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

/* Logo Grafik nach links floaten */
div#container div#header img#logo {
	float: right;
}

/* Flash Animation oder entahltenes Bild neben Logo platzieren */
div#container div#header #flashAnimation {
	float: left;
	width: 600px;
}

/* 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;
	clear: left;
	width: 5.5em;
}

/*############### 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: 1.2em !important;
}

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

fieldset input.textfield,
fieldset textarea {
	padding: 0.2em;
	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: 2em;
}

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

form#kontaktformular {
	margin: 1em 0 0 0;
}

form fieldset input.textfield,
form fieldset textarea {
	width: 29.5em;
}

form fieldset select {
	width: 7em;
}

/* BUTTONS */
form input#send_btn,
form input#reset_btn,
form input#such_btn,
form input#okay_btn {
	margin: 0.5em 1.5em 0 0;
	padding: 0.3em 0.6em;
	border: none;
	color: #fff;
	font-weight: bold;
	background: #293139;
	cursor: pointer;
}

form input:hover#send_btn,
form input:hover#reset_btn,
form input:hover#such_btn,
form input:hover#okay_btn {
	background: #1660AF;
}


/*############## FORMULAR UNTERNEHMENSBERICHTE ###############*/
form#berichteformular fieldset fieldset {
	margin-top: 1.2em;
}

form#berichteformular fieldset fieldset legend {
	display: block;
	font-size: 1.2em;
}


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

/* SUCHFELD */
form#suchformular fieldset input.textfield {
	width: 19em;
}

/* SUCHBUTTON */
form#suchformular fieldset input#send_btn {
	margin-left: .5em;
}


/*############################################################*/
/*#                       NAVIGATION                         #*/
/*############################################################*/

/*###################### SKIP NAVIGATION #####################*/
#skipNav {
	margin-top: 0;
	border-left: 15px solid #1660AF;
	height: 2em;
	background-color: #fff;
}


/*##################### SEITEN NAVIGATION ####################*/
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}


/* HAUPTNAVIGATION */
div#navigation ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

div#navigation ul li a {
	display: block;
	padding: .3em 1.2em .3em .2em;
	width: 11.933em;
	line-height: 1.2;
	color: #293139;
	border-bottom: 1px solid #293139;
	background: #fff;
}

div#navigation ul li a:visited {
	background: #fff url(../assets/navigation_visited.gif) no-repeat right center;
}

div#navigation ul li a:hover {
	color: #fff;
	background: #1660AF;
}

div#navigation ul li a#active {
	color: #fff;
	background: #293139;
}


/* SUBNAVIGATION */
div#navigation ul li ul li {
	font-size: 100%;
}

div#navigation ul li ul li a {
	color: #293139;
	padding-left: 1.2em;
	width: 10.5em;
	border-left: 5px solid #293139;
}

div#navigation ul li ul li a#subactive {
	color: #293139;
	font-weight: bold;
	background: #fff;
}


/* 2. SUBNAVIGATION */
ul#sub2navigation {
	position: absolute;
	float: left;
	width: 47em;
	left: 15.8em;
	top: .3em;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Clearfix für Navigation */
ul#sub2navigation:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#sub2navigation li {
	float: left !important;
	border-left: 1px solid #1660AF !important;
}

ul#sub2navigation li.firstchild {
	border: none !important;
}

ul#sub2navigation li a {
	display: inline;
	padding: 0 !important;
	margin: 0 .6em;
	width: auto !important;
	color: #1660AF !important;
	line-height: 1.4;
	border: none !important;
	white-space: nowrap;
}

ul#sub2navigation li.firstchild a {
	margin-left: 0 !important;
}


ul#sub2navigation li a#sub2active {
	font-weight: bold;
}

ul#sub2navigation li a:visited {
	background: none !important;
}

ul#sub2navigation li a:hover {
	color: #1660AF !important;
	background: none !important;
}

ul#sub2navigation li a:active {
	background: none;
}


/*################### FUSSZEILEN NAVIGATION ##################*/
div#container div#fusszeile ul {
	float: left;
	margin: .2em 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

div#container div#fusszeile ul li {
	float: left;
	padding: 0 .4em;
	border-left: 1px solid #293139;
	line-height: 1.1;
}


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

table {
	border-collapse: collapse;
	width: 100%;
	border: none;
}

th,
td {
	line-height: 1.2;
	padding: .2em 0;
	vertical-align: top;
}

caption {
	padding-top: 2em;
	padding-bottom: .5em;
	font-size: 1.3em;
	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;
	line-height: 2;
	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;	
	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;
	margin-right: -3px;
}

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

