html, body
{
    text-align: left;
    font-style: normal;
    font-size: 12px;
    font-family: verdana,arial, helvetica, geneva, sans-serif;
}

body
{
    background-color: #E3EFD9;
}
/* Definition der DIV */

#pageintro
{
    /* width: 1050px; */
    /* text-align: center;*/
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0px 0px 0px; 
   
    background: url('picturesIntro/BGAll.gif') repeat-y center top;
    height: 600px;
    width: 786px;
}
#wrapper
{
}

h1,h2,h3,h4 {  margin-top:0px;color: #991A38; font-style: normal; font-weight: bold;}
h1 { font-size: 14px}
h2 { font-size: 12px}
h3 { font-size: 11px}
h4 { font-size: 10px}

p {  margin-top:0px; margin-bottom :0px}

a:active   { color: #00008B; text-decoration: none }
a:link     { color:#00008B; text-decoration: none }
a:visited    { color:#00008B; text-decoration: none }
a:hover { color: #336600; text-decoration: none;}

a.link1{ font-size:14px}
a.link1:active   { color: #9C203E; text-decoration: none }
a.link1:link     { color:#9C203E; text-decoration: none }
a.link1:visited    { color:#9C203E; text-decoration: none }
a.link1:hover { color: #336600; text-decoration: none;}

