/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/professional-black/professional-black.css);
/* end StyleCatcher imports */





#homepage-image {
    width: 905px;
    height: 170px;
    background: url(homepage-image2.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}

#header-name {
    color: #fff; 
    font-size: 35px;
    margin-bottom: 5px;
}


/* Links */

A {
    color: rgb(146, 23, 18);
    text-decoration: none !important;
    border-bottom: 1px dotted rgb(146, 23, 18);
}


A:hover
{
    text-decoration: none !important;
    border-bottom: 1px solid rgb(146, 23, 18);
}




/* ========================================================
 
   UPDATES Alvar

   ======================================================== */


/* Alle nicht anderweitig gesetzten Schriften im breiten Block links gleiche Größe */

#alpha,
#alpha P,
.mt-main-index #alpha p {
    font-size: 15px;
}


/* Fonts */

body, #header, #main-navigation, #campaign-title, #campaign-description {
    font-family: Georgia, "DejaVu Serif","Bitstream Vera", Serif;
}

.asset-meta {
    font-style: italic;
    font-size: 13px !important;
    letter-spacing: 1px;
}

H1, H2, H3, H4, H5, H6   {
    font-family: Trebuchet MS, sans-serif;
    letter-spacing: 1px;
}

#header H1, #header H2, #header H3, #header H4, #header H5, #header H6   {
    font-family: Georgia, "DejaVu Serif","Bitstream Vera", Serif;
}

#header-name {
    font-size: 24px;
    letter-spacing: 1px;
}

#header-description {
    font-size: 15px;
    letter-spacing: 0.5px;
}



.widget-content   {
    font-family: "Trebuchet MS", sans-serif;
    letter-spacing: 0;
}



.widget-content DT   {
    font-family: Georgia, "DejaVu Serif","Bitstream Vera", Serif;
}


.widget-header {
    margin-bottom: 0px !important;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 1px !important;
}

.widget-content {
   margin-top: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-bottom: 15px;   
}


/* Randlinie */

#xxxbeta {
    border-left: 1px #ccc dotted;
    width: 329px !important;
}


BLOCKQUOTE {
    border-left: 2px dotted #36c;
    padding-left: 6px;
    padding-right: 2px;
    padding-bottom: 0.2em;
    background-color: #e8f0f8;
}


