/* -----------------------------------------------------------------------------------------------
   Druck.css wird verwendet, wenn die medienausgabe print gestartet wird
   Darstellung der Seite ohne Tabellen, mit DIV
   ---------------------------------------------------------------------------------------------*/
   
body { margin: auto;  /* main-Box zentrieren in IE 5 und hoeher */
	text-align:left; /* main-Box zentrieren in IE 5 und hoeher */
 	font: 15px Arial; }
 
#wrap  { padding:0; margin: auto; text-align:left; }
#header {display: none; }       /* switch of heder box*/
#navigation  {display: none; }  /* switch of navigation box  (yet icon-line) */
#sidebar {display: none; }      /* switch of sidebar menue box*/

#content{
 	//margin:-30px 0px 0px 171px;
 	padding: 20px; width: 100%; }

#footer{display: none; }

/* -----------------------------------------------------------------------------------------------
   --  Darstellung des Men?s ---------------------------------------------------------------------
   ---------------------------------------------------------------------------------------------*/

#list-menu {display: none; }

#list-menu ul {display: none; }

#list-menu a {display: none; }

#list-menu a:link, #list-menu a:active, #list-menu a:visited {display: none; }

#list-menu a:hover {display: none; }


/* -----------------------------------------------------------------------------------------------
   --  Darstellung des Text und Tabellen  --------------------------------------------------------
   ---------------------------------------------------------------------------------------------*/

td 		{
	vertical-align:top;
}

h1 		{
	font: 20px Arial;
 	margin:30px 0px 30px 0px;
}

p#slarge,  {
	font: bold 40px Arial;
}

.no {
	margin:20px 0px 0px 0px;
	border-top: 1px solid blue;	
}
	

.klsch{
	font: 12px Arial;
}

.klsch1{
	font: 10px Arial;
	align:right;
}

td.main{
	font: 14px Arial;
}

.jahr{
	font: bold 16px Arial;
}
.class { }
.smimg{
	width:19px;
	height;16px;
	vertical-align:top;
	border:0px;
}

.imgrechts1{
   	float: left;
   	border:solid 0 blue;
   	margin:5px 0 0 11px;
	//padding:0px;
}

.icons{ display: none;  }
.iconbox {display: none; }
