


/* CSS Document */

/* Der Body beschreibt grundlegende Gestaltungseigenschaften */
body {
	color: black;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	background-color: #ffffff;
/*	margin: 0;*/
}
/* a beschreibt die Gestaltungeeigenschaften der Links */
a:link {
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration:none
}
a:active {
	color: #666666;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #2963B5;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration:underline
}
a:visited {
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration:none
	
}
a:visited:hover {
	color: #2963B5;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration:underline
	
}
/* Weisser horizontaler Strich (im Menü) */
hr {
	color: #ffffff;
	width: 100%;
	text-decoration: none;
	height: 1px;
}
/* Schwarzer horizontaler Strich */
hr.black {
	color: #000000;
	width: 100%;
	text-decoration: none;
	height: 1px;
}
p {
	color: black;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
/* Tabellen-Zelle */
td {
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
/* Titel-Tabellen-Zelle */
th {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: bold;
	background-color: #D20000;
}
/* Listenformatierung, schwarz */
li {
	font-size: 12px;
	font-family: Arial, sans-serif;
	list-style-type: square;
	list-style-position: outside;
	white-space: normal;
	margin-left: -24px;
}
/* Klasse für Listenformatierung, weiss für Menü */
li.nav {
	color: #ffffff;
}
/* Formatierung für Titel */
.titel			{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
/* Formatierung für Menü-Titel*/
.menutitel			{
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
/* Formatierung, hellgrau */
.haupttitel {
	font-size: 24px;
	color: #cccccc;
	font-family: Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}
/* Formatierung für den Text unter den URLS */
.titeltext {
	font-size: 14px;
	font-weight: normal;
}
/* Fomatierung für Untertitel */
.untertitel {
	font-size: 12px;
	font-weight: bold;
}
/* Formatierung für die Adresse in der Menü-Leiste, weiss */
.adresse {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
/* Klassen für Hintergrundfarben für Tabellen (Togeln) */
.list1 {
	background-color: #FBFCBC;
}
.list2 {
	background-color: #DAE987;
}
/* Zentriert den Text (horizontal und vertikal) und definiert die Höhe einer Zelle in Tabellen */
.prodlistc {
	valign: middle;
	height: 26px;
	text-align: center;
}
/* Richtet den Text links aus (horizontal und definiert die Höhe einer Zelle in Tabellen */
.prodlistl {
	valign: middle;
	height: 26px;
	text-align: left;
}
/* Formatierung für die Downloadtext auf den einzelnen Datenblätter */
.downloadtext {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
/* ID für die Navigation -> weiss */
#nav {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
#nav:hover {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
#ws {
	color: #333333;
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-decoration:none
}

#ws:hover {
	color: #2963B5;
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-decoration:underline
}

#ws2 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-decoration:none
}

#ws2:hover {
	color: #2963B5;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-decoration:underline
}



/* Formatierung Schrift und Hintergrund von Überschrift von Offertanfrage-Art.-Nr. Tabellen */
.bestellinfo_typ-titel {
	background-image: url(http://www.hiltbrand.ch/images/hintergrund.gif);
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
/* grauer Hintergrund für Zellen in Tabellen */
.zeile_grau2 {
	background-color: #EEEEEE;
}
/* grauer Hintergrund für Zellen in Tabellen */
.zeile_grau {
	background-color: #EEEEEE;
}
/* Formatierung von Textboxen */
.textbox {
	border: 1px solid #0082C9;
	font-size: 12px;
}
/* Formatierung von Pull-Down-Menüs */
select {
	font-size: 12px;
}
/* Formatierung der allgemeinen Knöpfe (Buttons) */
.button {
	border: 1px solid #0082C9;
	font-size: 12px;
	background-color: #FFFFFF;
}
/* Formatierung von Texteingabefelder */
textarea {
	border: 1px solid #0082C9;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
/* Haupttitel, schwarz */
.maintitel {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* Formatierung für Kapitelzahln in der Produktübersicht */
.kapitel {
	font-size: 20px;
	font-weight: bold;
	color: #0082C9;
}
/* erzeugt ein Hintergrundbild (Sechseck) */
.hintergrund {
	background-image: url(http://www.hiltbrand.ch/images/hintergrund_netz.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* Formatierung der Überschrift zur Offertanfrage, rot */
#offertanfragetitel {
	color: #D20000;
	font-size: 14px;
}
/* Formatierung für einzelne Links, um Produkte in den Offertanfragekorb hinzuzufügen */
#offertanfrage {
	color: #0082C9;
}
/* Formatierung für Zurück-Buttons, blau */
#back {
	border: 1px ridge #999999;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0082C9;
	width: 70px;
	height: 22px;
	font-weight: normal;
}
/* Kleine Schrift*/ 
.schriftKlein {
	font-size: 9px;
}
/* Formatierung der URLs, scharz */
#urltitel {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
/* Klasse für Formatierung der URLs, grau */
#urltitel.grau {
	color: #cccccc;
}
/* erzeugt einen vertikalen Strich mittels einer Zelle, blau */
.vertical {
	background-image: url(http://www.hiltbrand.ch/images/hintergrund.gif);
	background-repeat: repeat-y;
}
/* Gelb für Gas-Komponenten */
.gelb {
	color: #f9ab07;
}
.border {
	border: 1px solid #666666;
}
.borderWhite {
	border: 1px solid #FFFFFF;
	padding: 4px 0px 6px 12px;
}
/* Formatierung der URLs, scharz */
h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin : 0px 0px 0px 0px;
}
.nullbox {
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#toggle_00 {background-color: #FFFFFF;}
#toggle_01 {background-color: #F0F0F0;}

