/* Stylesheet für die Portalseiten des Polizeilichen Einsatzverhaltens */
/* Autor: GSt der AG IntraPol beim BPFI Ainring */


/* Überschrift  */
div.banner
{
position: absolute;
top:1px;
left: 22px;
width: 800px;
height: 100px;
z-index: 5;
background-image: url(images/bgban.gif);
font-family: verdana, sans-serif, arial;
}


/* Navigationsbox links */

div.navlinks
{
position: absolute;
top: 105px;
left: 22px;
width: 160px;
height: 100%;
border-width: 0px;
border-style: solid;
border-color: #3366ff;
padding: 3px;
z-index: 1;
/* background-color: #d6d6ff; */
background-image: url(images/bgnav_li.gif);
font-family: verdana, sans-serif, arial;
font-size: 10 pt;
}


/*  Navigationsbox rechts */

div.navrechts
{
position: absolute;
top: 105px;
left: 662px;
width: 160px;
height: 100%;
border-width: 0px;
border-style: solid;
border-color: #3366ff;
padding: 3px;
z-index: 2;
/* background-color: #d6d6ff; */
background-image: url(images/bgnav_re.gif);
font-family: verdana, sans-serif, arial;
font-size: 10 pt;
}


/* Hauptbereich  */

div.mitte
{
font-family: verdana, sans-serif, arial;
font-size: 10 pt;
position: absolute;
top: 105px;
left:188px;
width: 480px;
height: 100%;
padding: 3px;
z-index: 3;
font-family: verdana, sans-serif, arial;
}

/* Hauptbereich Inhaltsseiten */

div.inhalt
{
	font-family: verdana, sans-serif, arial;
	font-size: 10 pt;
	position: absolute;
	top: 105px;
	left:195px;
	width: 610px;
	height: 100%;
	padding: 3px;
	z-index: 3;
	font-family: verdana, sans-serif, arial;
	background-color: #F7F7F7;

}

/* Fusszeile */
div.fusszeile
{
position: absolute;
z-index: 4;
top: 900px;
left: 0px;
}

/*  Navigationslinks */
a.nav, a:link.nav, a:visited.nav
{
text-decoration: none;
font-weight: bold;
color: #3366ff;
}
a:hover.nav
{
color: black;
}

/* Navigationslinks für Untermenü */
a.navklein, a:link.navklein, a:visited.navklein
{
text-decoration: none;
color: #003366;
}
a:hover.navklein
{
color: black;
}

/* Navigationslinks für Mitte */
a.mitte, a:link.mitte, a:visited.mitte
{
text-decoration: underline;
font-weight: bold;
color: black;
}
a:hover.mitte
{
color: black;
text-decoration: none;
}

input.suche
{
width: 160;
}

td {font-family: verdana, sans-serif, arial; font-size: 10pt;}

#fett { font-weight: bold; }
#klein { font-size: 8pt; }
#rechts { text-align: right; }
#kursiv {font-style: italic;}
#kursivklein {font-style: italic; font-size: 8pt;}

h1
{
    color: red;
    font-weight: 500;
    font-size: 14pt;
}

h2
{
    color: #ff6000;
    font-weight: 600;
    font-size: 11pt;
}

h3
{
    color: green;
    font-weight: 800;
    font-size: 10pt;
}

h4
{
    color: fuchsia;
    font-weight: 500;
    font-size: 10pt;
}

h5
{
    color: brown;
    font-weight: 500;
    font-size: 10pt;
}

h6
{
    color: #90BB00;
    font-weight: 400;
    font-size: 10pt;
}

