﻿
*, *:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
    -webkit-overflow-scrolling: touch;
}
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
* html .clearfix
{
    zoom: 1;
}
*:first-child + html .clearfix
{
    zoom: 1;
}
.cleaner
{
    height: 0;
    line-height: 0;
    clear: both;
}
ul, li
{
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}
img
{
    max-width: 100%;
    border: 0;
}

body, td
{
    font-family: Din;
    font-size: 16px;
    line-height: 18px;
}
table.center
{
    margin-left: auto;
    margin-right: auto;
}

ul.rightlist
{
    list-style-type: none;
}
ul.rightlist li
{
    background-image: url('/Graphics/arrow.gif');
    background-repeat: no-repeat;
    background-position: 1px 7px;
    line-height: 14px;
    padding: 7px 0 0 15px;
}

ul.eventlist
{
    list-style-type: none;
}
ul.eventlist li
{
    background-repeat: no-repeat;
    background-position: 0px 6px;
    line-height: 14px;
    padding: 5px 0 0 1px;
}
.arrow
{
    float: right;
    width: 100px;
}
.arrow:hover
{
    background-color: #cccccc;
}
