/* standards
 ----------------------------------------------- */
 
 
 div#content {
    width: 100%;
 }
 
 div#rightcol {
    float: none;
    margin-top: 22px;
    margin-left: 20px
 }
 
 
 div.teaser-left {
    overflow: hidden;
    float: left;
    width: 350px;
   /*  border: 1px solid #ccc */
 }
 
  div.teaser-right {
   overflow: hidden;
    float: right;
    width: 350px;
   /* border: 1px solid #ccc */
 }




/* Tabs
------------------------------------------------ */
div#tab {
	margin-top: 1.8em;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	height: 160px;
	border-bottom: 1px dotted #8b8d8e;
}

* html div#tab {
    overflow: hidden;
    height: 160px;
}


div#tab div.csc-textpic img {
    top: 19px;
}
 
div#tab h1 {
    margin: 0;
    padding: 0;
    color: #E97B00;
    font-size: 110%;
    font-weight: bold;
    width: 320px;
}

div#tab p {
   width: 320px; 
   margin-top: 0.3em
}

div#tab DIV.csc-textpic-intext-left-nowrap, DIV.csc-textpic-intext-right-nowrap { margin-top: 0; }


div#tab .news-latest-item img {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px
}

div#tab .news-latest-item h5 {
    margin: 0;
    padding: 0;
    font-size: 110%;
    font-weight: bold;
    width: 320px;
}

div#tab .news-latest-item h5 a, div#tab .news-latest-item h5 a:visited {
    margin: 0;
    padding: 0;
    color: #E97B00;
    text-decoration: none
}

div#tab .news-latest-item p {
    margin: 0.2em 0 0.5em;
    line-height: 130%
}

div#tab .news-latest-item {
    margin: 0
}

div.csc-textpicHeader h1 a {
	color: #E97B00;
}

div.csc-textpicHeader h1 a:hover {
	text-decoration: none
}


/* News linke Spalte
------------------------------------------------ */


div#rightcol div.news-list-container {
    margin-top: 1.3em;
    padding-bottom: 0.5em
}

div#rightcol span.news-list-date {
    display: block;
    padding-bottom: 0.3em;
    padding-left: 1.2em;
}

div#rightcol div.news-list-item {
    margin-bottom: 0.5em
}

div#rightcol h4 {
    font-size: 89%;
    padding-left: 1.1em;
    padding-right: 0.5em;
    line-height: 120%
}

div#rightcol h4 a, div#rightcol h4 a:visited {
    text-decoration: none
}

div#rightcol h4 a:hover {
    text-decoration: underline
}





/* Artikel unten rechts + links
------------------------------------------------ */

div.teaser-right h1, div.teaser-left h1 {
    margin-bottom: 0.2em;
    font-size: 110%;
    color: #8b8d8e;
    font-weight: bold
    /*color: #E97B00 */
}


div.teaser-right h5, div.teaser-left h5 {
    margin-top: 0;
    margin-bottom: 0.4em;
    font-size: 110%;
    font-weight: bold
}

div.teaser-right h5 a, div.teaser-right h5 a:visited,
div.teaser-left h5 a, div.teaser-left h5 a:visited{
     color: #E97B00;
     text-decoration: none
}

div.teaser-right img, div.teaser-left img {
    float: left;
    margin-left: 0
}














