/* Zum Einbinden in den HTML-Quelltext:                                   */
/* <link rel=stylesheet type="text/css" href="./_petzi_form_2004-09.css"> */



/* DATEI: _petzi_form_2004-09.css */
/* STAND: 2004-09-26*/

body
	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFF8DC;
    list-style-type: none;
	}

/* ====================================================================== */
/* Links, allgemein                                                       */
/* ====================================================================== */

A
	{
	text-decoration: none;
	}
	
A:Link
	{
	color: #0000FF;
	}
	
A:Visited
	{
	color: #C000C0;
	}

A:Hover
	{
	color: #FFF8DC;
	background-color: #000000;
	}

/* ====================================================================== */
/* Links, Bilder                                                          */
/* ====================================================================== */

A:link .link-bild1
	{
	border-width: 3px;
	border-style: solid;
	border-color: rgb(255,255,255);
	background-color: rgb(255,255,255);
	text-decoration: none;
	}

A:hover .link-bild1
	{
	border-width: 3px;
	border-style: solid;
	border-color: rgb(255,0,0); 
	background-color: rgb(255,255,255);
	text-decoration: none;
	}


/* ====================================================================== */
/* Links, Navigation, linke Seite, blau                                   */
/* ====================================================================== */
	
A:Link.nav
	{
	color: rgb(180,180,180);
/* 	border: solid 1px #2020FF; */
	}
	
A:Visited.nav
	{
	color: #E0E0E0;
/* 	border: solid 1px #2020FF; */
	}

A:Hover.nav
	{
	color: #ffffff;
	background-color: #2020FF;
/* 	border: solid 1px #ffffff; */
	}

/* ====================================================================== */
/* Navigation, linke Seite                                         */
/* ====================================================================== */

#navigation
    {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 165px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px solid #808080;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
    font-weight:bold;
	color: #E0E0E0;
    background-color: #2020FF;
    list-style-type: none;
    }

.nav_list
	{
/*  list-style-position: outside;    */
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 5px;
    }

/* ====================================================================== */
/* Seiteninhalt, Haupttext                                                */
/* ====================================================================== */

#inhalt
	{
    position: absolute;
    top: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 220px;
    margin-right: 20px;
    width: 75%;
    }


/* normaler Text, maessige Schriftgroesse									*/
/* redundant zur Angabe in BODY, notwendig weil Browserfehler? 				*/
P,UL,OL,LI,DIV,TD,TH,ADDRESS
	{
	font-size:10pt;
    margin-bottom: 6px;
    margin-left: 0px;
    }
	
EM
	{
	font-style:italic;
	}
	
STRONG
	{
	font-weight: bold;
	}

PRE
	{
	font-family: Courier New,Courier,Pica,monospaced;
	font-size:11pt;
	font-weight: normal;
	font-style: normal;
	}


h1
    {
    font-size:15pt;
    margin-top: 10px;
	margin-bottom: 5px;
    }

h1 em
    {
    color:#FF00FF;
    font-style:normal;
    }

h1.nav { font-size:10pt; }


h1.nav
    {
    font-size:10pt;
    background-color: #009933;
    padding: 2px;
	margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
    }

h2
    {
    font-size:12pt;
    margin-top: 8px;
	margin-bottom: 3px;
    }

h3
    {
    font-size:10pt;
    margin-top: 8px;
	margin-bottom: 3px;
    }

h4
    {
    font-size:9pt;
    margin-top: 8px;
	margin-bottom: 3px;
    }

h5
    {
    font-size:1pt;
    height: 3px;
    margin-top: 6px;
	margin-bottom: 6px;
    background-color: #009933;
    padding: 0px;
    }
