#sichtbar {
text-align: center;
background-color: #C6FF00;
}

body {
 margin-top: 20px;
}

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

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

h2 {
 font-family: arial black, arial, times new roman;
 font-style: italic;
 font-size: 150pt;
 font-weight: bolder;
 text-align: center;
}

h3 {
 font-family: arial black, arial, times new roman;
 font-style: italic;
 font-size: 8pt;
 font-weight: bolder;
 text-align: center;
}

input {
 font-family: arial black, arial, times new roman;
 font-style: italic;
 font-weight: bolder;
 color: #000000;
 text-align: center;
 border:0;
}


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

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

a:hover {
 font-family: arial;
 text-decoration: none;
 color: #000000;
}

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

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

th {
 font-family: arial;
 font-style: italic;
 font-weight: bold;
 color: #000000;
 background-image: url(img/td_back.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: #00B92E;
}

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

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