/*Wird für RTE und drucken verwendet*/

/* ---------------- Allgemein --------------- */
body {
/*  hier werden die Basiseigenschaften (Schriftgößen, Farben) festgelegt, 
    die an die nachfolgenden Containern verererbt werden. */
    margin:0px;
    padding:0px;
    padding-top:10px;
    background-color:#fff;
    font-family: Arial, Helvetica, Snas-Serif;
    font-size:0.8em;
    font-weight:normal;
    color:#000;
    text-decoration:none;
}

h1 {
    padding:0px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:1.2em;
}

h2{
    padding:0px;
    margin-top:5px;
    margin-bottom:0px;
    font-size:1em;
}

p, p.bodytext {
    margin:0px;
    padding:0px;
    line-height:1.3em;
}

ul {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  list-style-position: outside;
  margin-bottom: 12pt;
  list-style-position: outside;
  list-style-image: url("images/bullet.gif");
}

.text {
    font-family: Arial, Helvetica, Snas-Serif;
    font-size:0.9em;
    font-weight:normal;
    color:#000;
    text-decoration:none;
}

.content_pic_2 {
/*  das kleine Bild, das neben dem Text auf 
    weissem Hintergrund angezeigt wird */
    /* float:left;
    margin-right:0px;
    margin-left:-114px; */
/*  Layerbeschreibung für das Bidchen */
    position: absolute;
    z-index:9;
    top:410px;
    left:220px;
	visibility:hidden;
}

.content_pdf_2 {
/*  das Icon für den PDF-Download, das rechts
     neben dem Text angezeigt wird */
    float:right;
    margin-right:0px;
    margin-left:30px;
    margin-bottom:30px;
    border:0px;
	visibility:hidden;
}

.content_bildrechts {
/*  Z.B. für Logos, die rechts neben dem Text stehen sollen */
    float:right;
    margin-right:0px;
    margin-left:30px;
    margin-bottom:30px;
    border:1px #999999 solid;
	padding:5px;
	background-color:white;
}

.kleiner_grau {
	font-size:1em;
	color:#666666;
	margin-left:20px;
}

.kleinblau {
	font-size:1em;
	color:#172F64;
}


.layout-tabelle img {
	border: 1px #aaaaaa solid;
}

.layout-tabelle td {
	vertical-align:top;
}

.layout-tabelle tr {
	background-image:url('images/tab_verlauf_grau');
}

.layout-tabelle tr:hover {
	background-image:url('images/tab_verlauf_rot');
}



