@font-face {
    font-family: HelveticaLight;
    src: local("Helvetica Neue Light"),
         local("HelveticaNeue-Light");
}

body {
    font: 300 13px/18px "Roboto", HelveticaLight, Helvetica, Arial, sans-serif;
    background: url(../images/backgroundPattern.jpg) top left repeat;
    width: 930px;
    margin: 150px auto;
    
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 1px 0px #FFFFFF;
}

a {
	color: #043552;
	text-decoration: none;
}

a:hover {
    color: #440C43;
    text-decoration: underline;
}

header h1 a {
    font-size: 20px;
    color: inherit;
    text-decoration: underline;
}

header h1 {
    margin-left: 245px;
    color: #464646;
    text-align: left;
    font-size: 17px;
    margin-bottom: 15px;
}

img.logoDimensionen {
    width: 204px;
    height: 221px;
    float: left;
    /*background: url(../images/logoDimensionen.png) top left no-repeat;*/
    margin: 0 42px 0 0;
}