/*
////////////////////////////////////////////////////////////////
//
// Printversion
//
////////////////////////////////////////////////////////////////
*/


*   {color:#000;padding:0;margin:0;border:none;text-decoration:none;} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	margin: 0;
	padding: 0;
	width:100%;
}

h2{ 
  margin-bottom:10px;
}

img{
  padding-bottom:20px;
  padding-top:40px;
}

a{
  color:#0143B3;
}


/* ===============================
   = Kopfzeile
=============================== */

div#header div.notdienst { /*24h Service und Notdienst */
  position: absolute;
  top: 0;
  right:0;
}

/* ===============================
   = Druckknopf ausblenden
=============================== */

div#druck{
  display:none;
}

/* ===============================
   = Textformatierung
=============================== */

#inhalt{
  margin-left:25px;
}

#inhaltInnerer ul li{
  margin-left:20px;
}

div.umbruch1{
  margin-bottom:15px;
}

div.umbruch2{
  margin-bottom:17px;
}

div.linkerTeil ul li img{
  display:none;
}

/* ===============================
   = Ausblenden
=============================== */

div#seitenleiste,
div#seitenleisteAlt,
div#navigation,
div#footer,
div.layout,
div.field.captchaImage,
div.field.captchaText {
  display:none;
}

div#container,
div#top, 
div#inhaltInnerer  {
  background:none;
}


