@charset "UTF-8";
/* CSS Document */


/* Farben */

.rot{
color: #ff00ff;
}

.hellgrau{
color: #acacac;
}


/* Klassen */

.grafik {
width:80%;
margin-left: 60px;
text-align: center;
font-weight: bold;
}

.grafik td{
vertical-align: middle;
text-align: center;
}
.dach{
background-image: url(../../img/graph/grafik_dach.gif);
background-repeat: no-repeat;
line-height: 16px;
text-align: center;

}
td.dach{
padding: 0px;
vertical-align: bottom;
text-align: center;
}
.bg-yellow{
background-color: #F2CE1E;
}
.bg-yellow-hell{
background-color:#FAE78C;
text-align:center;
}
.border-right {
border-right: 25px solid #fff;
}
.border-left {
border-left: 25px solid #fff;
text-align: center;
}
.border-left-right {
text-align: center;
border-left: 25px solid #fff; 
border-right: 25px solid #fff;
}
.center{
text-align: center;
}
.bold{
font-weight: bold;
}
.padding-25{
padding:0 25px 0 25px;
}
.small{
font-size: 0.9em;
line-height: 16px;
}
.bild img{
border: 1px solid #ccc;
padding: 1px;
}

.bildleiste img{
margin-bottom: 12px;
}

.bildleiste img{
margin-right: 5px;
border: 1px solid #ccc;
padding:1px;
}

.imgBorder{
border: 1px solid #ccc;
padding: 1px;
}
.portraet{
margin:0px 7px 8px 0px;
float: left;
}
.pic {
width:100%;
}
.bild{
margin:5px 8px 0px 0px;
float: left;
}
.logo{
float:left;
margin-right: 12px;
}
.table01{
width:90%;
}
.table01 td{
border: 1px solid #acacac;
vertical-align:middle;
}
.pdflist{
list-style-image: url(../../img/graph/pdf.gif);
}
/* List */


ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Tabellen */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* fonts */

.times_F {
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}
.arial_F {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.georgia_F {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}
.tahoma_F {
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
}
.trebuchet_F {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
}
.verdana_F {
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
}
/* Bilder & Rahmen */

a img{
border: 0px;
}

adress{
font-size: 11px;
}

hr{
width:90%;
border-style:solid;
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid #B2B2B2;
height:1px;
margin-bottom: 24px;
clear: both;
}

p{
margin: 0 0 0.9em 1.2em;
}
