    body {
        margin           : 0px;
        padding          : 0px;
        color            : #ffffff;
        background-color : #34699B;

    }
    table {
        table-layout     : fixed;
        border-collapse  : collapse;
        font-style	 : normal;
        font-weight 	 : normal;
    }
    div, td, span, p {
        font             : 12px Verdana;
        font-style	 : normal;
        font-weight 	 : normal;
        padding          : 3px;
    }
    img, input, textarea {
        border           : 0px;
        vertical-align   : middle;
    }
    .headline {
    	color		 : #34699B;
    	background-color : #ffffff;
    	font             : Verdana 12px;
    	text-align       : center;
    }
    .center {
        text-align       : center;
    }
    .kursiv {
        font-style       : italic;
    }
    .bold {
    	font-weight	 : bold;
    	vertical-align   : top;
    }
    a {
        color            : #ffffff;
        font-weight      : bold;
        text-decoration  : none;
    }
    a:hover {
        font-weight      : bold;
        text-decoration  : none;
    }

