#sidebar {
    display: none;
}

#content {
    display: none;
}

#subnav {
    display: none;
}

#headerimg h1 {
    display: none;
}

#headerimg h2 {
    display: none;
}


/**
 * Landing page content
 */
#startcontent {
    background-color: #FFFFFF; 
}

/**
 * Teaser at landing page
 */
#teaser-row {
    min-height: 167px;
}

#teaser-row .content-element{
    min-height: 67px;
    background-color: #cc0033;
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 12px;
    color: #FFFFFF;
    width: 232px;
    float: left;
    border-left: 1px #FFFFFF solid;
    border-bottom: 1px #FFFFFF solid;
    margin:0;
    padding: 90px 30px 10px 20px;
    cursor: pointer;
    position: relative;
}

#teaser-row .content-element dl img{
    display: none;
}

#teaser-row .content-element a,  #teaser-row .content-element h2 {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin:0;
    padding: 0;
}

#teaser-row .content-element a:hover, #teaser-row .content-element:hover a {
    color: #f2bfcc;
    text-decoration: none;
}

#teaser-row .content-element strong {
    font-size: 18px;
    font-weight: normal;
}

#teaser-row .first {
    border-left: none;
}

.detailtext {
  height: 1px;
  overflow: hidden;
}

#teaser-row .content-element .detailtext a{
  font-weight: bold;
  color: #FFFFFF;
}

#teaser-row .content-element .detailtext h2{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#teaser-row .content-element .detailtext p{
  margin-bottom: 10px;
}

.selectedTeasertext {
    background-color: #AE002B;
    border: 3px #FFFFFF solid;
    padding: 20px;
    height:150px;
    width: 520px;
}

.teaser_overlay {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 5;
}


/**
 * World map on landing page
 */
#regions {
    width: 252px;
    padding: 25px 5px 25px 25px;
    background: #FFFFFF;
    border-right: 1px #e2e2e2 solid;
    float: left;
}

#start_right {
    padding: 20px;   
    float: left;
    width: 500px;
}

.news-latest-container {
}

.news-latest-container h2{
    display: none;
}


.news-latest-item {
    border-bottom: 1px #ececec solid;
    padding: 12px 7px 2px 137px;
    position: relative;
}

.news-latest-item .time{
    display: none;
}

.newsdate {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 18px;
    text-align: right;
    padding: 0 9px;
    border-right: 1px #bbbbbb solid;
    width: 30px;
}

.newsdate strong{
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
}

.newsdate, .newsdate a{
    color: #d0d0d0;
}

.news-latest-item h3 {
    font-size: 13px;
    margin: 0;
    width: 355px;
}

.news-latest-item hr {
    clear: both;
    border: 1px #FFFFFF solid;
	margin: 0;
	padding: 0;;
	height: 0px;
}

.news-latest-item p {
    padding: 0 10px 0 0;
    margin: 0;
    width: 345px;
}

.news-latest-item img {
    position: absolute;
	top: 12px;
	left: 60px;
    margin: 0 20px 0 0;
}

.news-latest-morelink {
    display: none;
}

.news-latest-gotoarchive {
    margin: 10px 5px;
    font-weight: bold;
    text-align: right;
}