.noprint {display:none;}

/* Logoausrichtung - Rechts*/

#logo {
    float:left;
    width: 650px;
    margin-bottom: 25px;
}


/* Überschriften */

h1 {
    font-size: 95%;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
    font-family: arial, helvetica, sans-serif;
}

/* Bilder haben keinen Rahmen */
img {
    border: none;
}


/* Text- und Linkformatierung */

p  {
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 90%;
    line-height: 1.3;
    display: block;
}

p a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}


/* Newsausrichtung - Rechts*/

.spalte-links-news,
.spalte-rechts-news {
    width: 162px;
    float: right;
    display: block;
    padding-left:25px;
    padding-top:40px;
    background-color: #EFEFEF;
}
