.NewsDetailElement .TeaserElement
{
width:957px;
padding:10px;
/*
background-color:#DDDDDD;
*/
text-align:center;
border-bottom: 1px solid #E2E2E2;
margin-bottom:10px;
}

.NewsDetailElement .TeaserElement img
{
max-width:700px;
}

.NewsDetailElement .DateElement
{
color: #6E6E6E;
font-size: 16px;
margin-bottom:10px;
}

.NewsDetailElement .SummaryElement
{
margin-bottom:10px;
}

.NewsDetailElement .YoutubeElement
{
  border:1px solid #DFDFDF;
padding-top:15px;
padding-bottom:15px;
background-image:url('../images/youtube.jpg');
background-repeat:no-repeat;
padding-left:60px;
margin-bottom:15px;
}



.NewsDetailElement .MediaGalleryContent
{
width:100%;
padding-top:10px;
padding-bottom:10px;
border-top:solid 1px #BBBBBB;
border-bottom:solid 1px #BBBBBB;
}

.NewsDetailElement .MediaGalleryContent .MediaLibrarySort
{
visibility:hidden;
}

.NewsDetailElement .MediaGalleryContent .Pager
{
margin-top:10px;
background-color:#E2E2E2;
border-top:dotted 1px #BBBBBB;
border-bottom:dotted 1px #BBBBBB;
padding:5px;
}

.Attachments
{
border-top: dotted 1px black;
margin-top:10px;
padding-top:10px;
}

.Attachments .AttachmentLinkElement
{
width:80px;
float:left;
}

.Attachments .AttachmentDescriptionElement
{
width:500px;
float:left;
}


