
body {
}

p {
 font-family: Arial;
 margin-left: 20px;
 margin-right: 20px;
}

h1 {
 font-family: arial black, arial, times new roman;
 font-style: italic;
 font-size: 24pt;
 font-weight: bolder;
 color: #000000;
 text-align: center;
}

h2 {
 font-family: arial black, arial, times new roman;
 font-style: italic;
 text-align: center;
}

h3 {
 font-family: arial black, arial, times new roman;
 font-style: italic;
 text-align: justify;
}

h4 {
 font-family: arial;
 font-style: italic;
 color: #FFDF00;
 text-align: center;
}

h5 {
 font-family: sloganD, viner hand;
 font-size: 20pt;
 color: #df0000;
 text-align: center;
}

h6 {
 font-family: arial;
 font-style: italic;
 font-size: 20pt;
 color: #df0000;
 text-align: center;
}

a:link {
 font-family: arial;
 color: #000000;
}

a:visited {
 font-family: arial;
 color: #000000;
}

a:hover {
 font-family: arial;
 color: #FFCCOO;
}

a:active {
 font-family: arial;
 color: #000000;
}

a:focus {
 font-family: arial;
 color: #000000;
}

th {
 font-family: arial;
 font-style: italic;
 font-weight: bold;
 color: #000000;
 background-image: url(img/hintergrund.jpg);
 background-repeat: repeat;
 background-attachment: scroll;
}

td {
 font-family: arial;
}

#buttonYes {
 font-family: arial;
 font-weight: bold;
 text-align: center;
 font-size: 8pt;
 color: #009900;
}

#buttonNo {
 font-family: arial;
 font-weight: bold;
 text-align: center;
 font-size: 8pt;
 color: #009900;
}

#buttonNormal {
 font-family: arial;
 font-weight: bold;
 text-align: center;
 font-size: 8pt;
 color: #009900;
}


