/* 
######################################################
##  BZgA Infodienst - 27.08.2006  Michael Schwenck  ##
## abgeleitet aus CSS für www.bzga.de               ##
## Alle Farbinformationen sind ausgelagert in       ##
##                  colors.css                      ##
######################################################
*/





/* 
##################################################
##                     - 2-                     ##
##            Markup-Neudefinitionen            ##
##################################################
*/



html
{
width: 100%;
background-repeat: repeat-y;
background-position: 0px 0px;
}

body
{
font-family: arial,helvetica,sans-serif;
font-size: 80%;
padding: 0px;
margin: 0px;
}

form,
input,
select
{
margin: 0px;
padding: 0px;
border: 0px;
}

hr
{
height: 0px;
}

img
{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}



p,ul,ol,table
{
display: block;
}

p img
{
vertical-align: bottom;
}

legend
{
font-style: italic;
margin: 0px;
padding: 0px;
}

ul
{
margin: 0em 0em 1.4em 1.4em;
}

ul ul,
ul ul ul
{
margin: 0em 0em 0em 1.4em;
}

ol
{
margin: 0em 0em 1.4em 2.6em;
}

ol ol,
ol ol ol
{
margin: 0em 0em 0em 2.6em;
}

ul li
{
list-style-type: square;
}

/* Obere und untere Abstaende fuer H1 bis H6 vorlaeufig stillgelegt */

/* h1,h2
{
margin: 1.2em 0em 0.6em 0em;
}

h4
{
margin: 1.2em 0em 0.8em 0em;
}

h3
{
margin: 0em 0em 16px 0em;
} */

/* Alle margins fuer H1 bis H6 aus */

h1,h2,h3,h4,h5,h6
{
margin: 0px;
}

h2
{
line-height: 116%;
}


p
{
 margin: 0em 0em 1.4em 0em;
 padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
text-align: left;
}

h1,h2,h3
{
text-align: left;
font-weight: normal;
}

h4,h5,h6
{
font-size: 1.2em;
font-weight: bold;
}

h1
{
font-size: 1.6em;
}

h2
{
font-size: 1.4em;
}

h3
{
font-size: 1.2em;
}

caption
{
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: left;
}

ol
{
list-style-type: decimal;
}

table,tr,th,td
{
border: 0px none #000000;
border-collapse: collapse;
}

table
{
margin-top: 0.8em;
margin-bottom: 0.8em;
}

th,td
{
text-align: left;
vertical-align: top;
padding:  0em 0.5em 0em 0.5em;
}

th
{
font-weight: bold;
}

td
{
font-weight: normal;
}

em
{
font-style: italic;
}

strong,b
{
font-weight: bold;
}

a:link,a:visited,a:active
{
text-decoration: none;
}

a:hover,a:focus
{
text-decoration: underline;
}





/* 
##################################################
##                  Markup-Ende                 ##
##################################################
*/

