/*
SAXONIA Verlag GmbH - Recht Sachsen
CSS für PRINTAUSGABE
geändert am: 2006-01-08
================================================*/

/* Global
================================================*/
* {
  margin:0px;
  padding:0px;
  }
body {
  font:76%/150% "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
  }
table {
  table-layout:fixed;
  }
.hid {
  display:none;
  }
a:link {
  text-decoration:none;
  color:#00995F;
  }
a:visited {
  text-decoration:none;
  color:#0000FF;
  }

/* Background Images
================================================*/
#bg_titel {
  display: none;
  }      
#shadow {
  display: none;
  }   
#shadow_left {
  display: none;
  }
#shadow_right {
  display: none;
  }
#menu_left {
  display: none;
  }
  
/* Main Layout
================================================*/
#banner {
  height:1.7em;
  font-size:90%; font-weight:500;  
  }
#center {
  margin:0px;
  }
#content {
  width:600px;
  padding-top:15px;
  padding-left:15px;
  font-size:110%;
  }
#content table {
  width:600px;
  font-size:90%;
  }
#content_form {
  display:none;
  }
#sidebar {
  display:none;
  }
#bottom {
  margin:0px;
  }
#footer_text {
  padding-top:5px;
  padding-left:30px;
  text-align:left;
  font-size:80%;
  color:#333333;
  }  
#footer_menu {
  display: none;
  }
#footer_line {
  margin:0px;
  }

/* Formatierung: Content
================================================*/
#zAbstand {
  line-height: 1.5;
  }
#NeuSparte {	
  height:1.3em;
	font-size: 100%;
	font-weight: 900;
	background: #CCCCCC;
  }
#imgRahmen {
  border: 1px rgb(0,0,0) solid;
  }
#index_mtitel {
  font-size:130%;
  font-weight: 700;
  padding-bottom: 10px;
  }
#index_utitel {
  font-size:110%;
  font-weight: 700;
  padding-bottom: 10px;
  }
#index_ititel {
  padding:2px;
  font-size:85%;
  text-align: center;
  vertical-align: top;
  font-style:italic;
  font-weight:bold;
  }
#fsn_table tr td {
  text-align:center;
  }

.inhaltListe {
  padding-left:1em;
  text-indent:-1em;
  }
