/*Stylesheet für ASC*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../grafik/hintergrund-asc.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	/*scrollbar-arrow-color: #000000; 
    scrollbar-face-color: #F1F1F2; 
    scrollbar-highlight-color: #FFFFFF; 	Helle Innen 3D Kante von Elementen
    scrollbar-3dlight-color: #96969A; 		Helle Aussen 3D Kante von Elementen
    scrollbar-darkshadow-color: #F1F1F2; 	Dunkle 3D Kante von Elementen 
    scrollbar-track-color: #F1F1F2; 		Leistenhintergrund
    scrollbar-shadow-color: #000000; */
	
}

/*Kopf mit Grafik*/
#kopf {
	background-image: url(../grafik/fueller-kopf.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

/*Ebene Menü links*/
#menu {
	/*position: absolute; Keine absolute Positionierung !!!
	left: 0px;
	top: 80px;*/
	float: left;
	width: 160px;
	margin-top: 10px;
}

/*Links im Menü*/
#menu a {
	border-top: 1px solid #FFFFFF; /*border-Einstellungen ergeben einen 3-D-Effekt*/
	border-bottom: 1px solid #AAAAAA;
	/*border-bottom-width: 1px;     (alte Einstellungen)
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	text-decoration: none;
	display: block;
	font-size: 13px;
	padding: 5px 5px 5px 20px;
	background-image: url(../grafik/menupfeil-schwarz.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 1%; /*Höhenangabe bewirkt,
				 dass IE den Link bei Mouseover richtig als Blockelement anzeigt*/
}

#menu a:hover {
background-color: #99ADD2;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../grafik/menupfeil-weiss.gif);
	background-repeat: no-repeat;
}

/*Navigationsmenü ohne Rand unten*/	
#menu a.menuOhneRandUnten {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 5px 5px 20px;
	background-image: url(../grafik/menupfeil-schwarz.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
}

/*Navigationsmenü mit Rand oben*/	
#menu a.menuMitRandOben {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	border-top: 1px solid #FFFFFF; /*border-Einstellungen ergeben einen 3-D-Effekt*/
	border-bottom: 1px solid #AAAAAA;
	/*border-bottom-width: 1px;		(alte Einstellungen)
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;*/
	text-decoration: none;
	font-size: 13px;
	padding: 5px 5px 5px 20px;
	background-image: url(../grafik/menupfeil-schwarz.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#menu a.menu:hover, #menu a.menuMitRandOben:hover, #menu a.menuOhneRandUnten:hover {
	background-color: #99ADD2;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../grafik/menupfeil-weiss.gif);
	background-repeat: no-repeat;
}

/*Menueintrag ohne Link*/
#menu span.ohneLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	border-top: 1px solid #FFFFFF; /*border-Einstellungen ergeben einen 3-D-Effekt*/
	/*border-bottom: 1px solid #AAAAAA;  (keine Linie unten)
	border-bottom-width: 1px;		(alte Einstellungen)
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	text-decoration: none;
	background-color: #99ADD2;
	font-size: 13px;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	background-image: url(../grafik/menupfeil-weiss.gif);
	background-repeat: no-repeat;
}

/*Untermenü z.B. bei Gefährdungsbeurteilung*/
#menu a.untermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 20px;
	background-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu a.untermenu:hover {
	color: #FFFFFF;
	background-color: #99ADD2;
	font-weight: bold;
	background-image: none;
}


/*Untermenueintrag ohne Link*/
#menu span.untermenuOhneLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-left: 20px;
	background-color: #99ADD2;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*Ebene Inhalt; Mittelteil*/
#inhalt {
	/*position: absolute;   Keine absolute Positionierung wg. Druckproblem!!!
	top: 85px;
	left: 155px;*/
	margin-top: 15px;      /*Randeinstellungen zur Platzierung des Inhalts*/
	margin-bottom: 5px;
	margin-left: 176px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#inhalt a {
	color: #CC0000;
	text-decoration: none;
}

#inhalt a:hover {
	color: #003366;
}

#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
}

#inhalt strong {
	font-weight: bold;
	color: #003366;
}

/*Tabellen innerhalb des Textes*/
table.tabelleListe {
	background-color: #C8D2E6; /*Dunkler Hintergrund der ganzen Tabelle; ergibt mit hellem Hintergrund der Zellen einen Rahmen*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 5px;
	width: 98%;
}

table.tabelleListe td {
	background-color: #E9EDF5; /*Heller Hintergrund in Tabellenzellen*/
	padding: 3px 5px 2px;
}

table.tabelleListe p {
	margin-top: 3px;
	margin-bottom: 10px;
}


/*Aufzählung in der Tabelle, z .B. bei Gefährdungsbeurteilung*/
table.tabelleListe ul {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 0px;   /*Werte für linken Rand und Auffüllen links für gleiche Platzierung der 			                        Listenpunkte in IE und Netscape*/
	padding-left: 17px;
	padding-right: 5px;
	list-style-image: url(../grafik/word-symbol-klein.gif);
}


/*Auf der Seite Gefährdungsbeurteilung -> Psychische Belastungen*/
table.abbildung {
	background-color: #C8D2E6; /*Dunkler Hintergrund der ganzen Tabelle; ergibt mit hellem Hintergrund der Zellen einen Rahmen*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

table.abbildung td {
	background-color: #E9EDF5; /*Heller Hintergrund in Tabellenzellen*/
	padding: 3px 5px 2px;
}	

/* Liste der Gefährdungsbeurteilungen und Checklisten*/
.listeGefaehrdung, .listeChecklisten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Textauszeichnungen, z. B. Großbuchstaben bei Checklisten*/
.initial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	padding-right: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.wingdings {
	font-family: Wingdings;
	color: #003366;
	font-weight: bold;
}	

.quadrat {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: 120%;
}	

.rotFett {
	font-weight: bold;
	color: #CC0000;
}

/*Unterzeile Checklisten*/
p.unterzeile {
	font-weight: bold;
	color: #B9B9B9;
}

/*Tabelle für Symbole*/
#tabelleSymbole {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-left: 20px;
}

#tabelleSymbole td {
	border: 1px solid #666666;
	padding-top: 5px;
}

