html, body {
    color: #000;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
}

#container {
    /* background-color: #808080; */
    position: absolute;
    width: 1910px;
    height: 100%;
    top: 0px;
    margin: 0px auto;
    background: #FFF url(images/BG.png) center top no-repeat;
}

#Headline {
    position: relative;
    width: 100%;
    height: 250px;
    top: 0px;
    left: auto;
    /* background-color: #FF0000; */
    text-align: center;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
#Logo {
    position: absolute;
    right: 420px;
    top: 50px;
}
#Line1 {
    position: relative;
    top: 90px;
    font-size: 36px;
}
#Line2 {
    position: relative;
    top: 100px;
}

#inetadress {
    position: relative;
    top: 110px;
    font-weight: bold;
    color: red;
    font-size: 50px;
    margin-top: 150px;
    text-shadow: 0px 4px 4px gray;
}

#inetadress_small {
    position: relative;
    top: 110px;
    color: #999;
    font-weight: bold;
}

#barcode {
    margin-top:200px;
}

#Liste {
    position: relative;
    width: 1100px;
    height: 670px;
    top: 0px;
    left: auto;
    right: auto;
    margin: 0px auto;
    text-align: center;
    /* background-color: #008000; */
}
#zugplatzon {
    position: relative;
    width: 100%;
    top: 0px;
    left: auto;
    right: auto;
    margin: 0px auto;
    border-top : 2px #aaa solid;
    border-bottom: 2px #666 solid;
    background-color: #CCDFCC;
	display: visible;
}
#zugplatzoff {
	display: none;
}
#zugplatztable {
    position: relative;
    width: 900px;
    top: 0px;
    font-size: 24px;
    display: inline-block;
}
#zugplatztable td {
    width: 302px;
    border-bottom: 2px #fff dotted;
    color: maroon;
    line-height: 36px;
}
#zugplatzheadline {
    height: 50px;
    border-bottom: 3px #fff solid;
    font-size: 24px;
}
.ft {
    font-weight: bold;
    font-size: 30px;
}
.t1 {
    font-size: 16px;
}
#zugdetails {
    position: relative;
    top: 30px;
    height: 500px;
    width: 1100px;
    border-top : 2px #aaa solid;
    border-bottom: 2px #666 solid;
    background-color: #CCDFCC;
    left: auto;
    right: auto;
    margin: 0px auto;
}
#zugdetailswrapper {
    position: relative;
    width: 1060px;
    left: auto;
    right: auto;
    margin: 0px auto;
    text-align: center;
}
#Zughead {
    position: relative;
    width: 100%;
    height: 80px;
    top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}
#Best1 {
    position: relative;
    float: left;
    width: 353px;
    height: 350px;
}
#Best2 {
    position: relative;
    float: left;
    height: 350px;
    width: 350px;
}
#Best3 {
    position: relative;
    float: left;
    height: 350px;
    width: 350px;
}
.details {
    color: maroon;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px #666 solid;
}
.detailsf {
    color: maroon;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px #666 solid;
    text-align:left;
}
.namendetails {
    color: #000;
    font-size: 16px;
    margin-top: 0px;
    text-align:left;
    margin-left:50px;
}
#Footerline {
    position: relative;
    width: 1100px;
    height: 60px;
    top: 50px;
    left: auto;
    right: auto;
    margin: 0px auto;
    /* background-color: #000080; */
    text-align: center;
    border-top : 2px #ccc solid;
}
#Seitenzahl {
    position: relative;
    top: 20px;
    font-size: 20px;
}
#footertext {
    position: relative;
    top: 40px;
    font-size: 16px;
    color: #808080;
}