/*************
*	2005-06-22: footer wird jetzt sowohl bei iexplorer, als auch bei firefox angezeigt.
*				bei iexplorer allerdngs mit 2 scrolleisten... -> todo: 1. scrolleiste raus
*				ausserdem noch machen: sinnlose übriggebliebene test-codefetzen suchen und vernichten
*
*************/


/**	Layout	**/

/* Body der Startseite */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg_tabelle.gif);
	background-color: #D6D7CE;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A499C;
}

/* Body für den I-Explorer*/
* html body {
	height: 100%;
	overflow: hidden;
}

/* Body für alle Sub-Seiten*/
body.unterseite {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg_tabelle.gif);
	background-color: #D6D7CE;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Sub-Seiten-Body für den I-Explorer*/
* html body.unterseite {
	height:100%;
	overflow-y: hidden;
}

/* Inhalt der Seite, wichtig für Footer */
div.content {
	background-image: url(http://www.asb-gmbh.de/images/bg_unterseite_04.gif);
	background-repeat: repeat-y; /*simuliert die blau-weiß-graue Tabelle*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 24px;	
	position: static;
}

/* Inhalt für den Iexplorer*/
* html div.content {
	width: 100,01%;
	height: 97%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 24px;
	position: static;
}


/*grauer Kasten oben rechts, im ie nicht da... */
div.grau {
	background-color: #E8E9E4;
	width: auto;
	height: 198px;
	margin: 0px;
	padding: 0px;
	/*float: right;*/
	position: absolute;
	top: 0px;
	left: 760px;
	right: 0px;
}


/* Massentext 1. Spalte */
div.text {
	width: 260px;
	margin-left: 22px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
	font-size: 12px;	
}

/* IE-Massentext 1. Spalte */
* html div.text {
	width: 262px;
	margin-left: 13px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
	font-size: 12px;	
}

/* Text über die gesamte Breite */
div.textbreit {
	width: 548px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding: 0px;
	float: left;
	font-size: 12px;	
}

* html div.textbreit {
	width: 520px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding: 0px;
	float: left;
	font-size: 12px;	
}

/* Boxen ganz links auf den Unterseiten */
div.unterseitebox {
	margin-left: 16px;
	margin-top: 25px;
	width: 140px;
	font-size: 11px;	
}

/* gelbe Kästen neben dem Text */
div.infobox {
	float: right;
	background-color: #FEFBE3;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	width: 190px;
	font-size: 11px;
	border: 1px #B7B7B3 solid;	
}
/* gelbe Kästen nur referenz */
div.referenzbox {
	background-color: #FEFBE3;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	width: 190px;
	font-size: 11px;
	border: 1px #B7B7B3 solid;
	
	float:left;
}

/* IE gelbe Kästen neben dem Text */
* html div.infobox {
	margin-right: 13px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}

div.footer {
	width: 100%;
	height: 24px;
	position: fixed;
	bottom: 0px;
	background-color: #5A499C;
}

/* Footer für den IE */
* html div.footer {
	width: 100%;
	height: 3%;
	background-color: #5A499C;
}


/** Menü **/

a.menu:link, a.menu:visited {
	white-space: nowrap;
	border: 0;
	float: right;
	height: 23px;
	margin-left: 3px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #5A499C;
	text-align: center;
	border-width: 0;
	padding-top: 4px;
}

a.menu:hover, a.menu:active, a.active, a.active:visited {
	white-space: nowrap;
	border: 0;
	float: right;
	height: 23px;
	margin-left: 3px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	border-width: 0;
	padding-top: 4px;
	color: #FFFFFF;
	background-color: #5A499C;
}

/* links, die nicht wie das menü aussehen sollen, z.b. mailto*/
a:link, a:hover, a:active, a:visited  {
	border: 0;
	height: auto;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-decoration: underline;
	color: #5A499C;
	text-align: left;
	border-width: 0;
	padding-top: 0px;
}

* html a:link, * html a:hover, * html a:active, * html a:visited  {
	float: none;
}


/**	Einheits-Typografie	**/

h2 {
	font-size:	19px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* hübsche Listen */
ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 20px;
	text-indent: 0px;
	list-style-type: square;
}

/** Kontaktformular ***/ 

.systemmeldung {
	font-weight:bold;
}


/** Allgemeines **/

img
{
	border:				0px;
}

table {
	padding: 0px;
}

td {
	padding: 0px;
}

table.einkauf td {
	padding-left: 5px;
}

td.h2 {
	border-bottom: 2px #666666 solid;
}

td.h1 {
	background-color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
}
