/* BEGIN Allgemeine Angaben zur Seite */
html, body, div, h1, h2, h3, h4, ul, ol, span, a, table, td, form, img, li
{
	margin: 0;
	padding: 0;
	border: 0px none;
}

html
{
    min-height: 101%; /* vertikalen Scrollbalken immer anzeigen */
}

body
{
	font-family: Verdana, Helvetica, Arial, Tahoma, Sans Serif;
	font-size: 101%;
	text-align: center;  /* nur fuer alte Browser */
	background-color: rgb(87,87,87);
}

.fett {
    font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.rot
{
    color: rgb(229,052,058);
    font-weight: bold;
}

#seite
{
	width: 1230px;
	margin: 0px auto;
	text-align: left;
	background-color: white;
	background-image: url("/cms2/NETZVERWEIS_prod/NETZVERWEIS/_styles/_bilder/bg.gif");
	background-repeat: repeat-y;
}
/* END Allgemeine Angaben zur Seite */

/* BEGIN Seitenstruktur */
#kopf_navi_inhalt
{
	float: left;
    width: 1030px;
}

#kopf
{
    width: 1030px;
}

#navi_inhalt
{
    width: 1030px;
}

#navi
{
	float: left;
    width: 199px;
}

#inhalt
{
	float: left;
    width: 830px;
}

#datum
{
    width: 805px;
    color: #E5343A;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 20px 10px 0px;
    text-align: right;
}

#mitte
{
    width: 796px;
    font-size: 0.8em;
    padding: 0 0px 10px 10px;
}

#rechts
{
	float: left;
    width: 200px;
	text-align: center;
	margin: 156px 0 0 0;
}
/* END Seitenstruktur */

/* BEGIN Kopf */
#kopf .zeile1 {}

#kopf .zeile1 .li
{
	float: left;
	width: 199px;
    height: 133px;
	border-right: 1px solid rgb(222,222,222);
}

#kopf .zeile1 .re
{
	float: left;
	width: 830px;
	height: 133px;
}

#kopf .zeile2 {}

#kopf .zeile2 .li
{
	float: left;
	width: 199px;
    height: 30px;
	border-right: 1px solid rgb(222,222,222);
	background-image: url("/cms2/NETZVERWEIS_prod/NETZVERWEIS/_styles/_bilder/logo_unten.jpg");
}

#kopf .zeile2 .re
{
	float: left;
 	width: 820px;
    height: 22px;
    background-color: #E5343A;
    color: #FFFFFF;
    font-size: 0.7em;
    padding: 8px 0 0 10px;
}

#kopf .zeile2 .re a
{
	color: #FFFFFF;
	text-decoration: none;
}

#kopf .zeile2 .re a:hover
{
	font-weight: bold;
}

/* Breadcrumbs */
#kopf .zeile2 .re .breadcrumb
{
	float: left;
	width: 500px;
}

#kopf .zeile2 .re .breadcrumb li
{
	display: inline;
	padding: 0px 4px 0px 6px;
	border-left: 1px solid #FFFFFF;
	list-style-type: none;
}

#kopf .zeile2 .re .breadcrumb li.nr1
{
	border-left: none;
	padding-left: 0px;
}

#kopf .zeile2 .re .breadcrumb li.letzter
{
	font-weight: bold;
}

/* diverse Links */
#kopf .zeile2 .re  .diverselinks
{
	float: right;
	width: 250px;
	padding-right: 23px;
	text-align: right;
}

#kopf .zeile2 .re .diverselinks li
{
	display: inline;
	padding: 0px 4px 0px 6px;
	border-left: 1px solid #FFFFFF;
	list-style-type: none;
}

#kopf .zeile2 .re .diverselinks li.nr1
{
	border-left: none;
	padding-left: 0px;
}
/* END Kopf */

/* BEGIN Navigation */
#navi ul
{
	margin: 0;
	list-style-type: none;
}

#navi a
{
	color: rgb(86,86,86);
	text-decoration: none;
	line-height: 1.40em;
}

#navi a
{
	height: 26px;
	display: block;
	font-size: 0.75em;
	padding-top: 6px;
	border-bottom: 1px solid rgb(243,243,243);
	background-color: rgb(219,219,219);
	background-image: url("/cms2/NETZVERWEIS_prod/NETZVERWEIS/_styles/_bilder/menue_bg.gif");
	background-repeat: repeat-x;
}

#navi a:hover,
#navi a.active_branch
{
	background-image: url("/cms2/NETZVERWEIS_prod/NETZVERWEIS/_styles/_bilder/menue_bg_hover.gif");
}

#navi ul.level_1 a
{
	text-indent: 18px;
}

#navi ul.level_2 a
{
	text-indent: 36px;
	font-style: italic;
}
/* END Navigation */

/* BEGIN Mitte */
#mitte .webitem
{
	border: 1px solid rgb(222,222,222);
	padding: 20px;
	margin-top: 10px;
}

#meldestelle
{
    background-image: url("/cms2/NETZVERWEIS_prod/NETZVERWEIS/_styles/_bilder/meldestelle.gif");
    background-repeat: no-repeat;
    position: relative;
    display: block;
    float: right;
    width: 230px;
    height: 195px;
    top: 0;
    left: 10px;
}

#mitte h1
{
    font-size: 1em;
    font-weight: bold;
    padding: 1em 0;
}

#mitte h2
{
    font-size: 1em;
    font-style: italic;
    padding: 1em 0;
}

#mitte p
{
    border: 0 none;
    margin: 0 0 1em;
    padding: 0;
}

#mitte ol
{
	margin-left: 2em;
}

#mitte ul
{
    list-style-type: square;
	margin-left: 1.5em;
}

#mitte ul li, ol li
{
    padding: 5px 5px;
}

#mitte ul ul
{
    list-style-type: disc;
}

#mitte ul ul li
{
    padding: 10px 0px;
}
/* END Mitte */

/* BEGIN Infografiken */
#kipo_infografik_links{
	float:left;
	padding: 15px;
	padding-top: 6px;
	padding-left: 50px;
	padding-bottom: 10px;
}

#kipo_infografik_rechts{
	padding: 15px;
	padding-top:8px;
	padding-right: 50px;
	padding-bottom: 10px;
	text-align:right;	
}


#extremismus_infografik_links{
  float:left;
  padding: 15px;
  padding-top: 17px;
  
}

#extremismus_infografik_rechts{
  padding: 15px;
  padding-top:18px;  
  text-align:right; 
  padding-bottom: 15px;
}

#computer_infografik {
	width: 100%;
	text-align:center;
	padding: 0px;
}
/* END Infografiken */

/* BEGIN Meldeformular */
#meldeformular fieldset {
	border: 1px solid rgb(222,222,222);
}

#meldeformular fieldset p {
    border: 0 none;
    margin: 0 0.5em 1em;
    padding: 0;
}

#meldeformular legend {
	font-size: 0.8em;
	color: rgb(87,87,87);
	padding: 5px;
}

#meldeformular label.links,
#meldeformular label.links_bemerkung {
	float: left;
	text-align: right;
	width: 30%;
	margin-right: 2%;
	margin-top: 2px;
}

#meldeformular label.links_bemerkung {
	font-size: 0.8em;
	color: rgb(87,87,87);
	margin-bottom: 2px;
}

#meldeformular input,
#meldeformular textarea {
	border: 1px solid rgb(222,222,222);
	color: rgb(87,87,87);
	padding: 2px;
}

#meldeformular input {
	margin-bottom: 2px;
}

#meldeformular input.inptxt,
#meldeformular textarea.inptxt {
	width: 30em;
}

#meldeformular span.bemerkung {
	font-size: 0.8em;
	color: rgb(87,87,87);
	width: 30em;
	margin-bottom: 2px;
}

#meldeformular textarea.inptxt {
	height: 15em;
}

#meldeformular input.rechts, button {
	margin-left : 32%;
	margin-top: 2px;
}

#meldeformular p.email_inhalt {
	background-color: rgb(243,243,243);
	font-family: Courier, "Courier New", monospace;
	font-size: 0.9em;
	padding: 1em;
	border: 1px solid rgb(222,222,222);
}
/* END Meldeformular */

/* BEGIN Rechts */
#rechts .webitem
{
	background-color: rgb(222,222,222);
	width: 150px;
	margin: 10px auto;
	text-align: left;
}
		
#rechts p
{
	text-transform: uppercase;
	color: rgb(87,87,87);
	font-weight: bold;
	font-size: 0.6em;
	margin: 2px;
}

.blank150x105 
{
	width: 150px;
	height: 105px;
}
/* siehe auch _vorlagen/rechts */
/* END Rechts */

/*
     FILE ARCHIVED ON 09:57:37 Jun 10, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:00:11 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.613
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.056
  esindex: 0.01
  cdx.remote: 23.5
  LoadShardBlock: 198.456 (3)
  PetaboxLoader3.resolve: 358.658 (4)
  PetaboxLoader3.datanode: 127.593 (4)
  load_resource: 309.803
*/