   /* a.pdf::before { */
   /*     content: url(/images/pdf-icon.png); */
   /*     margin-top:8px 0 0 3px; */
   /*  } */
   .sub-title {
       line-height: 110%;
       font-size:12px;
       color: grey;
       margin-bottom:8px;
    }
   .sub-title-regular {
       line-height: 110%;
       font-size:12px;
       margin-bottom:8px;
    }

    .separator {
    	width: 60%;
    	margin-top: 15px;
    	margin-bottom: 15px;
    }
        a.header-link {
	    text-decoration: none;
            color: black;
	    padding: 5px 1px 5px 1px;
	    font-size: 16px;
        }
        a.header-link:hover {
    	    color:           #792922;
	    text-decoration: none;
	    margin-top:     2px;
	    font-size: 16px;
        }
        a:hover {
    	    color:           #792922;
	    text-decoration: none;
        }
        a {
	    color: blue;
	    text-decoration: underline;
	}
        .header-menu a {
	    color: blue;
	    text-decoration: none;
	}
        .header-menu {
	    margin:10px 0 30px 0;
         }

  	body {
	  	margin-bottom: 40px;
  	}
  	body * {
	  	font-family:   Georgia, Quodana, Verdana, Arial, Helvetica;
	  	line-height:   130%;
  	}
  	.header {
		margin-left: auto;
		margin-right: auto;
	  	margin-top: 35px;
		margin-bottom; 35px;
	}
  	.header img {
		display: block;
		margin-left:   auto;
		margin-right:  auto;
	        margin-top:    -20px;
	        margin-bottom: -10px;
  	}
  	#page-body {
		margin-left: auto;
		margin-right: auto;
	  	width:750px;
	  	margin-bottom: 100px;
  	}

    .headline {
	    font-size: 22px;
	    font-weight: 400;
	    clear:    left;
 	    margin-top: 20px;
    }
    .floating-headline {
	    font-size: 22px;
	    font-weight: 400;	    
    }
    .vimeo-player {
		margin:5px 0 5px 0px;
		width:500;
		height:280;
		frame-border:0;
    }

    div.divider {
		display:         block;
		-moz-box-sizing: border-box;
		box-sizing:		 border-box;
		background:		 url(/images/Divider.gif);
		align:			 center;
		border:    		 0;
		width:			 223px;
		height:			 26px;
		border-width:    0;
		border:          none;
		margin:          40px auto 0 auto ;

    }