/* Formatvorlage fuer EDV-Beratung Hermann Kienlein */
body {
	background-color: 99ccff;
	color: #000000;
}
 :link { color: #000080 }
 :visited { color: #000080 }
 :active { color: #000080 }

 a:link{
color:#0000FF;
text-decoration:none;
}
a:visited{
color:#800080;
text-decoration:none;
}
a:active{
color:#800000;
text-decoration:none;
}
a:hover{
color:#FF0000;
text-decoration:none;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,i{
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
}

a b{
font-family: Arial, Helvetica, sans-serif;
color: #0000FF;
text-decoration :none
}

li{
        list-style-type : square;
        font-family : sans-serif;
        font-weight : bold;
}
.linkliste{
	margin-top: 50px;
	margin-left: 20px;
	}
ul.linkliste li{
        list-style-type : none;
        font-family : sans-serif;
        font-weight : bold;
        margin-bottom: 10px;
}
ul.norm1 li{
        list-style-type : none;
        font-family : sans-serif;
        font-weight : bold;
}

ol.normal li{
        list-style-type : decimal;
        font-family : sans-serif;
        font-weight : normal;
}

p.h1{
font-size:12pt;
font-weight:bold;
}
p.b{
font-size:10pt;
font-weight:bold;
}
p.c{
font-size:10pt;
text-align:center;
}
p.bc{
font-size:10pt;
font-weight:bold;
text-align:center;
}
dt{
        margin-top : 5pt;
}
dd{
        margin-left : 15pt;
}
hr.hbl{
        color : #66CCFF;
        height : 1pt;
}
td.h1{
font-size:12pt;
 background-color : #00AFFF;
 color : Navy;
 font-weight : bold;
}
td.h2{
font-size:10pt;
 background-color : Yellow;
 color : Black;
 font-weight: bold;
}
td.h3{
font-size:10pt;
 background-color : Silver;
 color : Black;
 font-weight : bold;
}
h1{
font-size:14pt;
}
h2{
font-size:12pt;
}
.blau{
color:blue;
text-decoration:none;
}
.rot{
color:red;
text-decoration:none;
}
.gelb{
color:yellow;
text-decoration:none;
}
.rl{
        display : block;
        border-left : thin solid #66CCFF;
        padding-left : 5pt;
        border-bottom : thin ridge #66CCFF;
}
.fett{
        font-weight : bold;
}
.center{
        text-align: center;
}
td.menu1{
text-align:center;
 height : 20pt;
 width : 100pt;
 font-weight : bold;

 }
#kopf{
/*text-align:center;
position: absolute;
//top:5pt;
//left:5pt;*/
width:800pt;
 background-color : #f5f5f5;
}
#kopf table.td{
vertical-align:bottom;
}

#menu{
position:absolute;
top:170pt;
left:5pt;
width:100pt;
height : 200pt;
z-index:30;
  display : block;
}
#inhalt{
position:absolute;
top:160pt;
left:130pt;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 150px;
width:550pt;
z-index:20;
 background-color : 99ccff;
}
#fuss{
position:absolute;
top:450pt;
width:250pt;
left :  20pt;
z-index:10;
 }
