/* Cascading Style Sheets -                                      */
/* DEPRAG SCHULZ GMBH u. CO. Amberg, Germany                     */
/* Frank Reichel                                                 */
/* <link rel=stylesheet type="text/css" href="../../deprag.css"> */
/*                                                               */

body,p,ul,ol,li,nobr { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:10pt; text-align:justify; }

body { margin-right:20px; }

small { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:8pt; }

b { font-weight:bold; }

i { font-style:italic; }

sup { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:8pt; text-align:justify; }

div { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:10pt; }

td { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:10pt; }

th { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:10pt; font-weight:bold; }

h1 { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:14pt; font-weight:bold; text-align:left; }

h2 { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:13pt; font-weight:bold; text-align:left; }

h3 { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:11pt; font-weight:bold; text-align:left; }

h4 { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:10pt; font-weight:bold; text-align:left; }

tt { font-family: "Lucida Console", "Courier New", Courier, monospace; font-size:10pt; }

pre { font-family: "Lucida Console", "Courier New", Courier, monospace; font-size:10pt; }

big { font-family:Arial,"Vera Sans",Helvetica,sans-serif; font-size:12pt; font-weight:bold; }

li { list-style: square outside; position:relative; left: 15px; }

.black  { color: #000000; }
.gruen  { color: #009933; }
.gelb   { color: #FFCC00; }
.orange { color: #FF9900; }
.blau   { color: #333399; }

a:link { color:#005F00; text-decoration:underline; }
a:visited { color:#1E1C77; text-decoration:underline; }
a:active { color:#EF6B00; text-decoration:underline; }
a:hover{ color:#009933; text-decoration:none; font-weight:bolder; }

div.bild {
    margin-bottom: .5em; border-style: solid; border-color: white; width: auto;
}
div.bildinnen {
	border: 1px solid #ccc;	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 90%;	text-align: center;
	overflow: hidden;
}
html .bildselbst {
	border: 1px solid #ccc;
}
html .bildtitel {
	border: none; text-align: left;
	line-height: 1.4em; padding: 3px !important;
	font-size: 90%;
}
div.absrechts {
	clear: right; float: right; border-width: .5em 0 .8em 1.4em;
}
div.abslinks {
	float: left; clear: left; margin-right: .5em; border-width: .5em 1.4em .8em 0;
}

div.grauhinten {
     background-color: #F9F9F9; border-color: #F0F0F0; }

div.schraubhinten {
     background-color: #A7D4B6; border-color: #009933; }

div.motorhinten {
     background-color: #F9F9F9; border-color: #F0F0F0; }

div.dlwkzhinten {
     background-color: #333399; border-color: #8888EE; }

div.automationhinten {
     background-color: #ffdd66; border-color: #ffcc00; }

a.motorinfo {
    font-family:Arial,"Vera Sans",Helvetica,sans-serif;
    font-size:8pt; font-weight:bold;
    color:#FF7700;
    cursor: crosshair;
    text-decoration: none;
}

/* CSS-Tooltipps */

a span {
    display: block;
    position: absolute;
    width: 170px;
    z-index: 100;
    color: #000000;
    border: 1px solid;
    border-color: #FFFFFF #FFFFFF #009933 #FFFFFF;
    border-left: 4px solid #009933;
    padding: 2px 10px 2px 10px;
    background: #EEEEEE;
    font-family: Arial,"Vera Sans",Helvetica,sans-serif;
    font-style: Normal;
    text-align: left;
    text-decoration: none;
    visibility: hidden;
}

a:hover span {
    visibility: visible;
} 
 
