/* change certain styles from layout_content.css */
div#head {
    background-color: #F31C0A;
    background-repeat: no-repeat;
    background-image: url('../_images/icons/spacer.gif');
    background-position: right bottom;
    width: 61.25em;
    height: 7.8125em;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;    
}

div#main {
	margin: 0em 0em 0em 0em;
	width: 61.25em;
}

div#primarynav a {
    color: #ffffff;
}

/* Startpage styles */
div#startpage_subbanner {
    background-color: #F31C0A;
    width: 61.25em;
    height: 9.5625em;
    margin: 0em 0em 1.075em 0em;
}

div#startpage_contentblocks {
    width: 26.125em;
    margin: 1.875em 0em 0em 1.375em;
    padding: 0em 0em 0em 0em;
}

div.spalte {
    display: inline;
    float: left;
    margin: 0em 0em 0em 1.75em;
    width: 11.25em;
}

div#startpage_column_left {
    width: 27.5em;
    text-align: left;
    margin: 0em 0em 0em 0em;
    float: left;
    padding: 0em 0em 0em 0em;
}

div#startpage_column_right {
    width: 24.25em;
    text-align: left;
    margin: 0em 0em 0em 3.75em;
    float: left;
    padding: 0em 0em 0em 0em;
}

div.box_freieshtml {
    padding: 0em 0em 0em 0em;
    margin: 1em 0em 0em 0em;
}

div.startpage_news {
    width: 24.25em;
    margin: 0.75em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

div.startpage_news_item {
    padding: 0em 0em 1em 0em;
    margin: 0em 0em 0em 0em;
}

div.startpage_news_item a {
    color: #000000;
}

div.startpage_news_item a:hover {
    color: #000000;
}

div.startpage_news_item a:visited {
    color: #000000;
}

div.startpage_news h4 {
    font-size: 0.75em;
    font-weight: bold;
}

div.startpage_news_text {
    font-size: 0.6875em;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
}

div.box_text {
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    width: 24.25em;
}

div.box_text p {
    margin: 0em 0em 1.25em 0em;
    padding: 0em 0em 0em 0em;
}

/* Fragmentbox Teaser Startseite */
div.box_teaser_startseite {
    width: 11.25em;
    margin: 0em 0em 1.25em 0em;
    padding: 0em 0em 0em 0em;
}

div.box_teaser_startseite h4 {
    font-size: 0.75em;
    padding: 0.25em 0.1875em 0.1875em 0.75em;
}

div.box_teaser_startseite p {
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

div.box_teaser_startseite img {
    margin: 1.0625em 0em 1.0625em 0em;
    padding: 0em 0em 0em 0em;
    border: 0;
}

div.box_teaser_startseite a {
    background-image: url('../_images/icons/pfeil_rot_rechts.gif');
    background-repeat: no-repeat;
    background-position: -0.625em;
    padding: 0em 0em 0em 1.5em;
    margin: 1.125em 0em 0em 0em;
    font-size: 0.6875em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
}


/* CSS fuer EBYNEWSTICKER Homepage only - Samir Salama*/
div#ebynewsticker {
    background-color: #969698;
    color: #FFFFFF;
    font-size: 0.75em;
    font-weight: bold;
    height: 1.25em;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 23.3em;
    width: 81.6em;
    z-index: 99;
}
#ebynewsticker a {
    color: #FFFFFF;
    text-decoration: none;
}

#ebynewsticker a:hover {
    color: #ff0000;
    text-decoration: none;
}




