/* Druck-CSS fuer polizei-sv-hannover.de */

body {
	color:black;
	background-color:white;
	width:650px;
	font-size:12pt;
	font-family:serif;
}

/* Ausblenden von im Druck nicht sichtbaren Teilen */
#rand {
	background-image:none;
}

#wrapper {
	background-image:none;
        overflow:visible; /* hebt overflow:hidden auf, wird fuer mozilla, firefox benoetigt */
}

#header {
	display:none;
}

#left {
	display:none;
}

#imagecolumn {
	display:none;
}

.ankermenue {
	display:none;
}

#bottomnavi {
	display:none;
}

#additionalnavi {
	display:none;
}

#navipath {
	display:none;
}

.no_print {
        display:none;
}

hr { 	
	display:none;
}



#text {
        float:left;
	width:auto;
}

#footer {
	background-color:transparent;
}

#centrecontent {
	color:rgb(0,0,0);
	width:660px;
	font-size:12pt;
	font-family:serif;
}

#centrecontent p {
	color:rgb(0,0,0);
}

#centrecontent td {
	color:rgb(0,0,0);
}

#centrecontent th {
	font-size:10pt;
}

#centrecontent h1 {
	font-weight:bold;
	font-size:13pt;
	color:rgb(8,165,0);
}

#centrecontent h2 {
	font-size:15pt;
}

#centrecontent h3 {
	font-size:12pt;
}

#print_header {
        /* Quelle: http://standards.webmasterpro.de/index-article-CSS+Hacks.html */
        display:inherit !important;
        display:inline; /* nur fuer den IE alle Versionen inc. 7 */
	margin-bottom:2%;
}

a {
	font-size:12pt;
	font-family:serif;
	color: rgb(0,0,0);
	text-decoration:none;
}

.hidden {
	display:none;
}