    /* Generell */
    .lottoclearer {
        clear: both;
    }
 
    /* Anzeige GWZ der letzten 13 Wochen */ 
    .lottoArchiv{
        color: #000000;
    }
    .lottoArchiv table{
        font-size: 12px;
        line-height: 15px;
        border-collapse: collapse;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .lottoArchiv table tr.altrow td {
        background: #fdf7d2;
        border-right: 1px solid #fdf7d2;
    }
    .lottoArchiv table tr td{
    	background: #fff;
	border-right: 1px solid #fff;
	padding-left: 0px;
        padding-right: 0px;
        padding-top: 1px;
        padding-bottom: 1px;
	text-align: left;
	vertical-align: top;
    }
    .lottoArchiv table th {
        text-align: left;
    }
    .lottoArchiv div.lottoArchivQuoten {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lottoArchiv .lottoArchivQuoten table th {
        font-weight: normal;
        text-align: left;
    }
    .lottoArchiv .lottoArchivQuoten table td {
        text-align: left;
    }
    .lottoArchiv .lottoArchivQuoten table td.lottoArchivRechts{
        text-align: right;
    }
    .lottoArchiv .lottoArchivQuoten table th.lottoArchivRechts{
        text-align: right;
    }
    .lottoArchiv h2 {
        font-weight: bolder;
        font-size: 15px;
    }

    /* Archiv-Abfrage */
    .lottoArchivAbfrage{
        color: #000000;
        background: #fdf7d2;
        padding: 10px;
    }
    .lottoArchivformular {
        background-color: #ffffff;
    }
    .lottoArchivAbfrage ul {
        list-style: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }
    .lottoArchivAbfrage li {
        float: left;
    }
    .lottoArchivAbfrage ul.lottozahlen li {
        margin-right: 10px;
    }
    .lottoArchivAbfrage ul.lottozszahlen li{
        margin-left: 10px;
        margin-right: 8px;
    }
    .lottoArchivAbfrage ul.lottozszahlen li.plusBild{
        margin-left: 0px;
        margin-right: 0px;
    }
    .lottoArchivAbfrage ul.lottozszahlen img{
        vertical-align: middle;
        margin-left: 5px;
    }
    .lottoArchivAbfrage ul.lottozszahlen a {
        margin-top: 10px;
        display: block;
    }
    .lottoArchivAbfrage h1 {
        font-weight: bold;
        font-size: 17px;
    }
    .lottoArchivAbfrage h2 {
        font-weight: bolder;
        font-size: 15px;
    }
    .lottoArchivAbfrage h3 {
        font-weight: bold;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .lottoArchivAbfrageheader_left {
        float: left;
        margin-bottom: 8px;
    }
    .lottoArchivAbfrageheader_left h1{
        margin: 0px;
    }
    .lottoArchivAbfrageheader_left h2{
        margin: 0px;
    }
    .lottoArchivAbfrageheader_right {
        float: right;
        padding-right: 5px;
    }
    .lottoArchivAbfrage .lottolinie {
        margin-bottom: 10px;
        border-bottom: 1px solid #AEAEAE;
    }

