/* Standardformate für www.xgonzo.de */
a:aktive {
   font-family : Verdana, Arial;
   font-size : 10pt;
   color : blue;
   font-weight : normal;
   text-decoration : none;
}

a:hover {
   font-family : Verdana, Arial;
   font-size : 10pt;
   color : Red;
   text-decoration : none;
}

body {
   font-family : Verdana, Arial;
   font-size : 12pt;
   color : black;
}

a {
   font-family : Verdana, Arial;
   font-size : 11pt;
   color : navy;
   text-decoration : none;
}

.blau {
   font-family : Verdana, Arial;
   font-size : 12pt;
   color : Blue;
}

.black {
   font-family : Verdana, Arial;
   font-size : 12pt;
   color : black;
}

p {
   text-align:left;
   vertical-align:middle;
   text-decoration:none;
   font-size:12pt;
   font-weight:normal;
}

p.logo {
   text-align:right;
   vertical-align:middle;
   text-decoration:none;
   font-size:8pt;
   padding-right : 25px;
   font-weight:normal;
}

p.content {
   text-align : left;
   vertical-align : middle;
   margin : 5px;
   text-decoration : none;
   font-size : 12pt;
   font-weight : normal }

p.mainhead {
   text-align : center;
   text-decoration : none;
   background-color : transparent;
   color : #FF3333;
   font-size : 20pt;
   font-weight : bold;
   }

p.topic {
   background-color : #435485;
   color : #FFFFFF;
   margin : 2px;
   padding : 5px;
   padding-left : 15px;
   text-align : left;
   vertical-align : middle;
   text-decoration : none;
   font-size : 14pt;
   font-weight : bold;
   }

p.zweiundvierzig {
   text-align : center;
   text-decoration : none;
   background-color : transparent;
   color : #FF3333;
   font-size : 96pt;
   font-weight : bold;
   }

ul {
   font-size : 12pt;
   font-weight : normal;
   text-align : left;
   margin-left : 4ex;
   }

