/**
 * CSS base extension styles: cbnewsteaser
 */
 
 
/* override jQuery definitions */ 
div.newsteaser{ 
  background: none !important;
  border:none !important;
  font-size:100%;
}
div.newsteaser div.ui-tabs-panel{
  padding:0px 0px 0px 0px !important;
}
div.newsteaser div.defaults{
  padding-top:5px;
}

div.newsteaser ul{}
div.newsteaser > ul.tabcontrol{
  padding:0px;
  background:none;
  border:none;
  margin-top:1px;
  margin-bottom:10px;
}
div.newsteaser > ul.tabcontrol > li.ui-state-default{
  border:none;
  margin-right:7px;
  background:none;
  background-color:transparent;
}
div.newsteaser > ul.tabcontrol > li.ui-state-active:hover,
div.newsteaser > ul.tabcontrol > li.ui-state-default:hover{
  border:none;
}
div.newsteaser ul.tabcontrol li.ui-state-default a{
  color:rgb(32,32,32);
  background:url(/fileadmin/templates/globals/images/arrow_bottom.png) no-repeat center bottom transparent;
  font-size:158.33%;
  font-weight:bold;
  padding:0px 0px 7px 0px;
  line-height:1em;
}

div.newsteaser ul.tabcontrol li.ui-state-default a:hover{
  background:url(/fileadmin/templates/globals/images/arrow_bottom_active.png) no-repeat center bottom transparent;
  color:rgb(255,255,255);
}

div.newsteaser ul.tabcontrol li.ui-state-default a span.tabContent{
  position:relative;
  background-color:rgb(219,214,208);
  color:rgb(32,32,32);
  padding:3px 7px;
  display:block;
  
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
div.newsteaser ul.tabcontrol li.ui-state-default a span.tabCorner{ display:none;}

 
div.newsteaser ul.tabcontrol li.ui-state-active a,
div.newsteaser ul.tabcontrol li.ui-state-active a:hover{
  background:url(/fileadmin/templates/globals/images/arrow_bottom_active.png) no-repeat center bottom transparent;
}

div.newsteaser ul.tabcontrol li.ui-state-default a:hover span.tabContent,
div.newsteaser ul.tabcontrol li.ui-state-active a span.tabContent,
div.newsteaser ul.tabcontrol li.ui-state-active a:hover span.tabContent{
  background-color:rgb(32,32,32);
  color:rgb(255,255,255);
  display:block;
  
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}




/* MISSIONBOX - almost intropage */
.newsteaser div.missions ul.teaserMissions{
    margin:20px 0px 12px 0px;
}
.newsteaser div.missions ul.teaserMissions li{
    background:url(/fileadmin/templates/globals/images/icon_mission.png) no-repeat 0px 0px;
    padding:0px 0px 0px 40px;
    margin:15px 0px 0px 0px;
    min-height:75px;
    display:block;
    border-bottom:1px solid #8C8885;
}
.newsteaser div.missions ul.teaserMissions li p.ortsmarke{
    font-weight:bold;
    margin:0px;
}
.newsteaser div.missions ul.teaserMissions li h3{
    margin:0px;
}
.newsteaser div.missions ul.teaserMissions li h3 a{
    color:#003399;
}
/* END of MISSIONBOX */



/* DEFAULTBOX */
.newsteaser div.defaults ul.teaserDefaults{}


.newsteaser div.defaults ul.teaserDefaults{
    margin:4px 0px 11px 0px;
}
.newsteaser div.defaults ul.teaserDefaults li{
    background:none;
    padding:0px;
    margin:0px 0px 13px 0px;
    min-height:77px;
    display:block;
    border-bottom:1px solid #8C8885;
}
.newsteaser div.defaults ul.teaserDefaults li div.date{
    position:absolute;
    width:28px;
    margin-top:2px;
}
.newsteaser div.defaults ul.teaserDefaults li div.date span.month{
    background-color:#8C8885;
    color:#fff;
    font-size:83.33%;
    display:block;
    text-align:center;
    padding:1px 0px 2px 0px;
}
.newsteaser div.defaults ul.teaserDefaults li div.date span.day{
    background-color:#FFFFFF;
    color:#000;
    font-size:133.33%;
    font-weight:bold;
    display:block;
    text-align:center;
    padding:1px 0px 2px 0px;
}

.newsteaser div.defaults ul.teaserDefaults li p.ortsmarke{
    font-weight:bold;
    margin:0px;
    padding-left:40px;
}
.newsteaser div.defaults ul.teaserDefaults li h3{
    margin:0px;
    padding-left:40px;
}
.newsteaser div.defaults ul.teaserDefaults li h3 a{
    color:#003399;
}
/* END of DEFAULTBOX */





/* PHOTOBOX - almost intropage */
.newsteaser div.photos ul.teaserPhotos{
    margin:0px 0px 12px 0px;
}
.newsteaser div.photos ul.teaserPhotos li{
    padding:0px 0px 5px 0px;
    margin:5px 0px 0px 0px;
    min-height:75px;
    display:block;
    border-bottom:1px solid #8C8885;
    list-style-type:none;
    background-image:none;
    overflow:hidden;
}

.newsteaser div.photos ul.teaserPhotos > li > a{
  display:table;
  float:left;  
  overflow:hidden;
  width:80px;
  height:80px;
}
.newsteaser div.photos ul.teaserPhotos > li > a > p.teaserImage{
  width:80px;
  height:80px;
  overflow:hidden;
  display:table-cell;
  position:relative;
  vertical-align:middle;
  text-align:center;    
  background-color:rgb(233,227,221);
}
.newsteaser div.photos ul.teaserPhotos > li > a > p.teaserImage > img{
    border:0px solid rgb(233,227,221);
    border-width:4px 0px 0px 0px;
}
.newsteaser div.photos ul.teaserPhotos > li > div.description{
  margin-left:95px;
}
.newsteaser div.photos ul.teaserPhotos li p.ortsmarke{
    font-weight:bold;
    margin:10px 0px 0px 0px;
}
.newsteaser div.photos ul.teaserPhotos li h3{
    margin:0px 0px 0px 0px;
}
.newsteaser div.photos ul.teaserPhotos li h3 a{
    color:#003399;
}
/* END of PHOTOBOX */






/* PHOTO2BOX - almost intropage */
.newsteaser div.photos2 ul.teaserPhotos{
    margin:0px 0px 12px 0px;
}
.newsteaser div.photos2 ul.teaserPhotos li{
    padding:0px 0px 5px 0px;
    margin:5px 0px 0px 0px;
    min-height:90px;
    display:block;
    border-bottom:1px solid #8C8885;
    list-style-type:none;
    background-image:none;
    overflow:hidden;
}

.newsteaser div.photos2 ul.teaserPhotos > li > a{
  display:table;
  float:left;  
  overflow:hidden;
  width:100px;
  height:100px;
}
.newsteaser div.photos2 ul.teaserPhotos > li > a > p.teaserImage{
  width:100px;
  height:100px;
  overflow:hidden;
  display:table-cell;
  position:relative;
  vertical-align:middle;
  text-align:center;    
  background-color:rgb(233,227,221);
}
.newsteaser div.photos2 ul.teaserPhotos > li > a > p.teaserImage > img{
    border:0px solid rgb(233,227,221);
    border-width:4px 0px 0px 0px;
}
.newsteaser div.photos2 ul.teaserPhotos > li > div.description{
  margin-left:115px;
}
.newsteaser div.photos2 ul.teaserPhotos li p.ortsmarke{
    font-weight:bold;
    margin:10px 0px 0px 0px;
}
.newsteaser div.photos2 ul.teaserPhotos li h3{
    margin:0px 0px 0px 0px;
}
.newsteaser div.photos2 ul.teaserPhotos li h3 a{
    color:#003399;
}
/* END of PHOTO2BOX */




.newsteaser p.allMessages{
    text-align:right;
    margin-top:11px;
    line-height:100%;
}
.newsteaser p.allMessages a{
    color: #202020;
    background:url(/fileadmin/templates/globals/images/icons.gif) no-repeat 0px 2px;
    display:inline-block;
    font-size:92.67%;
    font-weight:bold;
    padding-left:15px;
}



