/*
######################################################
## Fortbildungsakademie des Innenministeriums des   ##
## Landes Nordrhein-Westfalen                       ##
## CSS-Formatierungen                               ##
## (C) 2008 Webworker GmbH, Koeln                   ##
######################################################
*/

/*
######################################################
## Grundsaetzliche Einstellungen                    ##
######################################################
*/

/*
######################################################
## Erg?nzungen Andreas Buss, BGS                                     ##
######################################################
*/

li {
  margin-bottom: 10px;
}

.vspace {
  height: 50px;
}

#logo
{
  margin-top: 10px;
}

#absenderkennung
{
  float: right;
  margin-top: 10px;
}

#servnavi
{
  display: none;
}

#dreispaltig a.noimage
{
	background-image: none;
}

#dreispaltig a.normal
{
	background-image: none;
}
/*
######################################################
## Erg?nzugen Ende                                                             ##
######################################################
*/

/*
Alle Margins und Paddings ausschalten
======================================================
*/

*
{
	margin: 0px;
	padding: 0px;
}

/*
Rahmen und Hintergruende fuer Bilder aus,
auch wenn diese verlinkt sind.
======================================================
*/

img,
img a
{
	border: 0px;
	background-color: transparent;
}

/*
Faktor fuer Schriftgroessenangaben in EM setzen.
1em = 14pt
======================================================
*/

body
{
	font-size: 100%;
	min-width: 40em; /* Mindestbreite verhindert Umbruchfehler */
}

/*
Grundschrift setzen
======================================================
*/

body
{
font-family: Verdana, "Segoe UI", Arial, Helvetica, sans-serif;
}

/*
Schriftformatierungen global
======================================================
*/

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	font-size: 12pt;
	line-height: 20pt;
}

p,li,td
{
	font-size: 10pt;
	line-height: 16pt;
}


/*
######################################################
## Layout                                           ##
######################################################
*/

body
{
	margin:0;
}

/*
Kopfbereich
======================================================
*/

#seitenkopf /* schliesst alle Kopfelemente ein */
{

}

/*
Kopfbereich Ende
======================================================
*/



/*
Inhaltsbereich
======================================================
*/

/* Standard-Link mit Verweispfeil */

#dreispaltig a
{
	color: #000000;
	text-decoration: none;
	padding-right: 1.2em;
	background-image: url("../images/chrome/arr_link.gif");
	background-repeat: no-repeat;
	background-position: 100% 70%;
}

#dreispaltig /* Klammer fuer alle drei Spalten, notwendig fuer Linie */
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#zweispaltig /* Klammer fuer linke und mittlere Spalte, 
                notwendig fuer Linie */
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#relcont
{
	display: none;
}

#navi
{
	display: none;
}

#Katalogmenue
{
	display: none;
}

#Katalogliste
{
	padding-top: 20px;
}

#content
{
	margin: 0px;
	padding: 0px;
	border: none;
}


/*
Related Content
======================================================
*/

#relcont
{
	display: none;
}

/*
Related Content Ende
======================================================
*/

/*
Hauptnavigation
======================================================
*/

/* Suchfeld */

#navi
{
	display: none;
}

/*
Hauptnavigation Ende
======================================================
*/

/*
Seiteninhalt
======================================================
*/

/* Ariadnepfad (Breadcrumbs) */

#ariadnepfad
{
  display: none;
}

/* Ariadnepfad (Breadcrumbs) Ende */

/* Verschiedene Teaserformen */

/* Einspaltig Standard */

#content h1
{
	padding-left: 0px;
	border-left: none;
}

#content .topthema h1
{
	border-left: none;
}

#content h2
{
	font-size: 10pt;
	color: #000000;
}

#content img,
#content .topthema img
{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	padding-left: 0px;
}

#content img
{
	border-left: none;
}

#content .topthema img
{
	border-left: none;
}

#content .boxende
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 1.6em;
	background-image: url("../images/chrome/box_endmarke.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #b9b9ae;
}

/* Zweispaltig nebeneinander */

#content .halbebreite
{
	float: left;
	width: 45%;
	padding-right: 2em;
}

.cl
{
	clear: left;
	height: 1px;
}

/* Verschiedene Teaserformen Ende */

/* Seminarauflistung */

#content th,
#seminarfenster th,
#content td,
#seminarfenster td
{
        text-align: left;
        line-height: normal;
        padding: 2px 12px 2px 0px;
        vertical-align: top;
}

#content .seminarliste
{
	margin-top: 1.6em;
}

#content .seminarliste h2
{
	font-size: 12pt;
	color: #000000;
	padding-left: 0px;
	margin-top: 1.6em;
	border-left: none;
}

#content .seminarliste h2 a
{
	padding-left: 5px;
	font-size: 10pt;
	font-weight: bold;
}

#content .seminarliste td
{
	width: 50%;
	text-align: left;
	padding: 0px 0px 14px 0px;
}

#content h1.abstandunten
{
	margin-bottom: 1.6em;
}

#content p.bild72
{
	min-height: 80px;
}

#frontimg {
   display:none;
}

#fronttd{
   width:0%;
}

#frontimg2 {
    display:none;
}
/*
Seiteninhalt Ende
======================================================
*/

/* alle Floats aufheben */

.fl,
.fr,
img
{
	float: none !important;
}

/*
######################################################
## Navigation ueberspringen (Sect 508)              ##
######################################################
*/

.verstecken
{
	display: none;
}

