/************ MODULE-DESIGN: DEFAULT  ************/

.mod
{
  /* width: 100%; */
  float: left;
  font-family: Thesis, helvetica, arial;
  position: relative;
  width: 100%;
  line-height: 125%;
}

.mod .teaser
{
	/* width: 100%; */
	float: left;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.mod  .teaserHeadline
{
    float: left;
    /* width: 100%; */
    margin: 0 0 8px 0;
    font-size: 1.2em;
}

.mod .ressort
{
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;	
	width: 100%;
	float: left;
}

.mod .ressort a
{
	color: #001a4b;
}


.mod .ressort a:hover, .mod .ressort a:focus, .mod .ressort a:active 
{
	text-decoration: underline;
}

.mod .mediaCon
{	
	margin: 0 0 8px 0;
	width: 100%;
	float: left;
}

.mod  .portrait .mediaCon
{ 	
	width: 50%;
	float: none;
	overflow: auto;
	margin-left:  auto;
	margin-right: auto;
}

.mod .media
{
    width: 100%;
    float: left;
}

.mod .media.portrait
{
  width: 50%;
  float: none;
  margin-left:  auto;
  margin-right: auto;
}

.mod .mediaB
{
    width: 48%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.mod .mediaC
{
    width: 31.333%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.mod .mediaD
{
    width: 23%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.mod .mediaLink{
	width: 100%;
	float: left;
}

.mod  .mediaCon .xxl
{
	float: left;
	width: 100%;
}

.mod  .mediaCon .xl
{
	float: left;
	width: 100%;
}

.mod  .mediaCon .l
{
	float: left;
	width: 100%;
}

.mod  .mediaCon .m
{
	float: left;
	width: 100%;
}

.mod  .mediaCon .s
{
	float: left;
	width: 100%;
}

.mod .icon
{ 
	/* background-image: url('../../../img/base/icon/media_sprite.png');
	margin-top: -32px;
	margin-left: 0;    
    height: 32px;    
    width: 32px;
	float: left; */
	bottom: 0;
    left: 0;
    position: absolute;
    width: 46px;
    min-width: 46px;
}

.mod .icon.hint, 
.mod .icon.audioHint
{

    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}


.mod .icon.video
{ 
	background-position: 1000px 0;
}

.mod .icon.audio
{ 
	background-position: 600px 0;
}

.mod .icon.galerie
{  	
	background-position: -1000px 0;
}

.mod .marke
{ 
	float: right;
    margin-right: 8px;
    margin-top: -80px;
}


.mod  .dachzeile
{ 
	margin: 4px 0 4px 0;
	/* width: 100%; */
	float: left;
	font-size: 0.9em;
}

.mod  h2.headline
{	
	font-size: 2em;
	margin: 0 0 8px 0;	
	/* width: 100%; */
	float: left;
}

.mod  h3.headline
{	
	font-size: 1.5em;
}

.mod  h4.headline
{	
	font-size: 1.2em;
}


/* Untertitel fuer das ganze Modul, z.B. Galerie */
.mod .subtitle
{
    font-size: 1.1em;
    margin: 1em 0 0.5em 0;
    /* width: 100%; */
    float: left;
}


/* Untertitel im Teaser */
.mod .teaser .subtitle
{
    font-size: 1.1em;
    margin: 0 0 8px 0;
	font-weight: bold;	
}

.mod  .teasertext
{ 
	margin: 0 0 8px 0;
	/* width: 100%; */
	float: left;
}




.mod .text
{
    line-height: 145%;
}

.mod .teasertext.colCnt2
{
	column-count: 2;
    column-gap: 15px;
	column-rule-color: #A3B5C1;
    column-rule-style: solid;
    column-rule-width: 1px;
	
	-moz-column-count: 2;
    -moz-column-gap: 15px;
    -moz-column-rule-color: #A3B5C1;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
    -webkit-column-rule-color: #A3B5C1;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
}

.mod .linklist
{
	float: left;
	margin: 0 0 8px 0;
	/* width: 100%;	*/
}

.mod .linklist .more
{ 
	clear: both;
	margin: 0 0 6px 0;
	/* width: 100%;*/
}

.mod .linklist p.more strong
{
	font-weight: bold;
}

.mod .linklist  a strong
{ 
	font-weight: normal;
}


.mod .linklist .list
{
	/* width: 100%;*/
        margin: 0;
	float: left;
	border-top: 1px solid #9dadc7;
}

.mod .linklist .list li
{ 
	width: 100%;	
	float: left;	
	border-bottom: 1px solid #9dadc7;
}


.mod .linklist .list li a
{ 
	padding: 3px 0 3px 0;
	display: block;
}

.mod .linklist .list li.noLink
{ 
	padding: 3px 0 3px 0;
	color: #3D4B64;
}


.mod .linklist .list li a:hover, 
.mod .linklist .list li a:focus, 
.mod .linklist .list li a:active
{ 
	background: #e9ebef;
	display: block;
}


.mod .linklist .list strong
{ 

}

/* Highlight des aktuellen Beitrags in mehrseitigen Beitraegen */
.mod .linklist .list strong + strong 
{
    font-weight: bold;
}
