/* dateiname:    print.css                    */
/* validiert am: 02.09.2005 10:07             */
/* mit:          jigsaw.w3.org/css-validator  */

body {
	font: 11pt 'Arial', arial, serif; color:#000; background: #fff !important; /* grundlegende definition von schriftart und -groesse*/
}

#wrapper {
	border: 0px solid black;
}

#quernavigation, #navigation, #banner, #header, #foot, #meta, #context {
	display: none;
}


.ahem { display: none; }

span.ahem a {
	display: none;	
}


/* ##### typographie ##### */

h1 {
	margin: 10px 2px 2px 0px;
	font-size: 1.6em;
	font-weight: bold;
}

h1.normal {
	display: none;
}

h2 {
	margin: 10px 2px 2px 0px;
	font-size: 1.35em;
	font-weight: bold;
	clear: left;
	
}

h2.normal {
	display: none;
}

h3 {
	margin: 10px 2px 2px 0px;
	font-size: 1.20em;
	font-weight: bold;
	clear: left;
	
}

h4 {
	margin: 10px 2px 2px 0px;
	font-size: 1.15em;
	font-weight: bold;
	
}

h5 {
	margin: 5px 2px 2px 0px;
	font-size: 1.0em;
	font-weight: bold;
	
}

h6 {
	margin: 2px;
	font-size: 0.8em;
	font-weight: bold;
	
}

hr { 
	display: none;
}

p {
	margin: 0;
	line-height: 1.3em;
	font-size: 1em;
}

p a {
	text-decoration: none;
	color:#000;
}

a {
	text-decoration: none;
	color:#000;
}

.liste {
	margin: 0px 5px 10px 15px;
	padding: 0;
	line-height: 1.5em;
}

.liste ul {
	margin: 0px 5px 0px 25px;
	padding: 0;
	line-height: 1.5em;
}

img {
  margin: 10px 10px 0px 0px;
}

#breadcrumb {
  margin: 0px 0px 10px 0px;
}

#content {
  position: relative;
  width: 650px;
  background: #fff;
}

.aufmachermeldung a { 
	display: none;
}