/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthılt */
html, body, input, textarea, select {
font-family: Verdana,'Trebuchet MS', Tahoma,  Arial, Helvetica, Sans-serif, sans-serif;
color: Navy;
}

html, body, table, td, tr, p, div, textarea, input  {
font-size: 13.5px;
margin: 0px;
}

A:link { color: rgb(0,0,204); text-decoration: none ;}
A:active { color: rgb(0,0,0); font-weight: normal; text-decoration: none ;}
A:visited { color: rgb(100,0,223); text-decoration: none ;}
A:hover { color: rgb(0,0,0); text-decoration: underline ;}
A.navtop:active { color: rgb(0,0,0);  text-decoration: none ;}

UL { padding-bottom: 1px;
padding-top: 0px;
margin-top: 2px;
margin-bottom: 2px;
}

norm {
font-size: 100%;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px; 
padding:0px;
margin: 0px;
}

H1 {
font-size: 150%;
font-weight: bold;
border: 0px;
margin: 0px;
}
H2 { font-size: 140%; font-weight: bold;
 padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 5px; 
margin: 0px;
}

H3 { font-size: 130%;
 padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 4px;
margin: 0px;
}

H4 { font-size: 120%; font-weight: bold;
 margin: 0px;
padding-bottom: 6px;
padding-top: 10px;
}

H5 { font-size: 110%; font-weight: bold;
padding-bottom: 5px;
padding-top: 10px;
margin: 0px;
}
H6 { font-size: 100%; font-weight: bold;
padding-top: 10px;
padding-bottom: 1px;
margin: 0px;
}
  P { margin-top: 3px; margin-bottom: 5px;}
 LI { list-style-type: square; margin-top: 3px; margin-bottom: 3px;}
 OL {}

 
span.Words {
border-right-width: 0;
padding-left: 1px;
padding-right: 1px;
}
.bold {
font-weight: bold;
}
.head-Left {
font-size: 125%;
color: rgb(170,0,64);
letter-spacing: 0.1em;
font-weight: bold;
padding: 2px 5px 6px 2px;
float: left;
max-width: 63%;
border-color: Blue;
border-style: solid none none solid;
border-width: 1px 0px 0px 1px;
}
.darkred {color: rgb(170,0,64); letter-spacing: 1px;}

.small {
font-size: 86%;
font-weight: normal;
}

.quote { font-style: italic; color: #ee9; }
.backcolor1 {
background-color: #FFC24F;
padding-left: 5px;
padding-right: 5px;
}  
.highlight {
background-color: #EAFF79;
padding-left: 2px;
padding-right: 2px;
}
.deprecated { text-decoration: line-through; color: #aaa; }
 
.pos-left {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
 max-width: 30%;
width: 30%;
 padding: 5px;
}

.pos-right {
position: inherit;
float: right;
margin-right: 0px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 8px;
max-width: 30%;
width: 30%;
padding: 5px;
}
 
 .infobox {
border: 1px dashed Black;
background: #D3D3D3;
font-size: 73%;
}