@import url(http://fonts.googleapis.com/css?family=Arimo);
body
{
    background-position: center top;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-image: url('/grafik/bg.png');
    background-repeat: repeat-x;
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
}


.wrapper {
margin: 0 auto;
text-align: left;
width: 932px;
}
.LanguageBar
{
    text-align: center;
    width: 220px;
    padding: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    margin-left: 735px;
    margin-top: 10px;
}
.LanguageBar a:link
{
    text-decoration: none;
    color: #FFFFFF;
}
.LanguageBar a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
.LanguageBar a:hover
{
    text-decoration: none;
    color: #a43b3b;
}
.LanguageBar img:hover
{
    opacity:0.7;
    filter:alpha(opacity=70);
}

.SocialMedia {
        margin-top: 13px;
    }

.SocialMedia img {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -moz-opacity: 0.50;
    opacity: 0.50;
}

.SocialMedia img:hover {
        -moz-opacity: 1.0;
        opacity: 1.0;
    }

.topdatetimeinfo {
    font-size: 9px;
    color: #666666;
}


.Header
{
    background-position: right center;
    width: 932px;
    overflow: hidden;
    background-image: url('/grafik/header_bg.png');
    background-repeat: no-repeat;
    height: 181px;
    margin-top: 6px;
}

.LogoHolder
{
    width: 168px;
    float: left;
    margin-top: 10px;
}
.SiteTitleHolder
{
    width: 734px;
    float: right;
    color: #4c4c4c;
    margin-top: 45px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
}
img
{
    border: none;
}
.ATextTitle
{
    font-size: 20px;
}
.TitleBox
{
    width: 320px;
    float:left;
    
}
.MainContentHolder
{
    margin-top: 10px;
    
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:0px solid #666;	
	height:30px;
	text-align:center;	
}

/* single tab */
ul.tabs li { 
	display: inline-block;
	*display: inline;
	zoom:1;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	
}

/* link inside the tab. uses a background image */
ul.tabs a
{
    background: url(/grafik/tabs.png) no-repeat -420px 0;
    font-size: 13px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 134px;
    text-align: center;
    text-decoration: none;
    color: #b89797;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
    background-position: -420px -31px;
    color: #ffffff;
    
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#ffffff !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;
	font-size: 10px;	
	background-color: Aqua;
	
}
.panes {
	text-align: center;
	
}
.FeaturedContentHolder
{
    width: 872px;
    height: auto;
    background-color: #820d0c;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 5px;
    color: #ffffff;
    overflow: hidden;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #490303;
    border-bottom-color: #490303;
    border-left-color: #490303;
    cursor:pointer;
}

.FeaturedContentHolder:hover img
{
    opacity:0.9;
    filter:alpha(opacity=90);
}

.FeaturedTopCorner
{
    background-image: url('/grafik/featured_top_c.png');
    background-repeat: no-repeat;
    height: 5px;
    width: 942px;
    position: absolute;
    margin-top: 4px;
    margin-left: -5px;
    
}
.TopArticleImage
{
    border: 5px solid #ffffff;
    float: right;
    width: 300px;
    -webkit-box-shadow: 0px 0px 5px 0px ;
    -moz-box-shadow: 0px 0px 5px 0px ;
    box-shadow: 0px 0px 5px 0px ;
    margin-bottom: 10px;
    margin-left: 10px;
}
.TopContentHeadUnderline
{
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #929292;
    width: 250px;
    height: 1px;
}
.ArticleIndexPageHorizontalLine
{
    margin-top:15px;
    margin-bottom:15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #efefef;
    width: 932px;
    height: 1px;
}
.TopContentText
{
    font-size: 20px;
    
}
.panes
{
    margin-top: 7px;
    font-size: 14px;
    height: 19px;
    color: #ffffff;
}
.panes a:link
{
    text-decoration: none;
    color: #ffffff;
    
}
.panes a:visited
{
    text-decoration: none;
    color: #ffffff;
}
.panes a:hover
{
    text-decoration:none;
    color: #b89797;
}
.BTextTitle
{
    font-size: 14px;
}
.TopContentTitle
{
    color: #a43b3b;
    font-size: 18px;
}
.TopContentSummary
{
    color: #666666;
}
.LeftBarRightBar
{
    width: 932px;
}
.LeftBarContentHolder
{
    width: 520px;
    
}
.RightBarContentHolder
{
    width: 300px;
    background-color: #f5f5f5;
    padding: 10px;
 
}
.NewsFeedImage
{
    border: 5px solid #CCCCCC;
    width: 180px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.NewsFeedTitleBox
{


    padding-bottom: 10px;
}
.NewsFeedSeperator
{
    width: 610px;
    height: 15px;
}
.OlderNews
{
    color: #666666;
}
.OlderNews a:link
{
    color: #666666;
    text-decoration: underline;
}
.OlderNews a:hover
{
    color: #CCCCCC;
    text-decoration: underline;
}
.OlderNews a:visited
{
    color: #666666;
    text-decoration: underline;
}

.Footer
{
    background-position: center bottom;
    height: 122px;
    width: 100%;
    bottom: 0px;
    background-image: url('/grafik/footer.png');
    left: 0px;
    right: 0px;
    position: relative;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: -15px;
    margin-right: 0px;
    background-repeat: repeat-x;
    color: #999999;
}
.clearfooter {
   height: 107px;
   clear: both;
}
.Navigation
{
    width: auto;
    margin-top: -10px;
}
.CopyrightText
{
    color: #EFEFEF;
    font-size: 10px;
}
.CopyrightTextADR
{
    color: #808080;
    font-size: 10px;
    font-weight: bold;
}
.Footer a:link
{
    color: #EFEFEF;
    font-size: 10px;
    text-decoration: none;
}
.Footer a:visited
{
    color: #EFEFEF;
    font-size: 10px;
}
.Footer a:hover
{
    color: #333333;
    font-size: 10px;
}
.DetailTitle
{
    color: #800000;
    font-size: 28px;
    
}
.DetailImage
{
    border: 5px solid #CCCCCC;
    width: 280px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.PaneSeperation
{
    color: #B95B5B;
}

.DetailPageArticleSource {font-size: 11px; font-weight: normal; color: #A43B3B;text-decoration:none; direction:ltr;}
.DetailPageArticleSource a:link{font-size: 11px; font-weight: normal; color: #000000; text-decoration:none; }
.DetailPageArticleSource a:visited{font-size: 11px; font-weight: normal;  color: #000000;text-decoration:none;}
.DetailPageArticleSource a:hover{font-size: 11px; font-weight: normal; color: #000000;text-decoration:none;}

.DetailDate {font-size: 11px; font-weight: normal; color: #A43B3B;text-decoration:none; direction:ltr;}
.DetailDate a:link{font-size: 11px; font-weight: normal; color: #000000; text-decoration:none; }
.DetailDate a:visited{font-size: 11px; font-weight: normal;  color: #000000;text-decoration:none;}
.DetailDate a:hover{font-size: 11px; font-weight: normal; color: #000000;text-decoration:none;}


.PageDetailHeadline
{
  font: 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height:1.6;  
}

.PageDetailText
{
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height:1.6;  
}

.PageDetailText a:link{color: #000000;}
.PageDetailText a:visited{color: #000000;}
.PageDetailText a:hover{color: #a43b3b;}

.image-align-right  
	{
        float:right; 
        margin: 0 0 15px 15px; 
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
        border-radius: 5px;
        float: right;
     }
.image-frame { padding: 5px; border: 0px solid #aaa; }

.NewsImage
{
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
        border-radius: 3px;
        float: left;
}
   
   .TopContentDiv
   {
      
       -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-image: url('/grafik/pixel.gif');
        background-position: center center;
     }
    
    .TopContentDiv:hover
        {
        background-image: url('/grafik/animated_readmore_background_01.gif');
        background-position: center center;
        cursor:pointer;
       }
       
       .TopContentHalo
       {
           padding:10px 10px 10px 10px;
           background-image: url('/grafik/halo.png');
           background-position: center center;
           background-repeat:repeat;
           
}
.TopArticleHeadline
{
    font: 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height:1;
}
.TopArticle
{
    cursor:pointer;
    color: #d7d7d7;
}
.TopArticle:hover
{
    color: #ebebeb;
}

   .NewsArticlesDiv
   {
      
       width:612px;
       -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-image: url('/grafik/pixel.gif');
        background-position: center center;
     }
    
    .NewsArticlesDiv:hover
        {
        background-image: url('/grafik/article_box_background.png');
        background-position: center center;
        cursor:pointer;
       }


.NewsArticlesBox
{
           padding:10px 10px 10px 10px;
           background-image: url('/grafik/halo_612x300.png');
           background-position: center center;
           background-repeat:no-repeat;
}


   .NewsIndexDiv
   {
      
       width:932px;
       -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-image: url('/grafik/pixel.gif');
        background-position: center center;
     }
    
    .NewsIndexDiv:hover
        {
        background-image: url('/grafik/article_box_background.png');
        background-position: center center;
        cursor:pointer;
       }


.NewsIndexBox
{
           padding:10px 10px 10px 10px;
           background-image: url('/grafik/halo_932x300.png');
           background-position: center center;
           background-repeat:no-repeat;
}




.ArticleHeadline
{
    color: #a43b3b;
    font-size: 18px;
}
.ArticleText
{
    font-size: 14px;
    color: #000000;
}




.SmallArticleHeadline {color: #000000;font-size: 14px;}
.SmallArticleHeadline a:link{color: #000000;font-size: 14px;text-decoration:none;}   
.SmallArticleHeadline a:visited{color: #000000;font-size: 14px;text-decoration:none;} 
.SmallArticleHeadline a:hover{color: #a43b3b;font-size: 14px;} 
.SmallArticleHeadline li{list-style-image: url('/grafik/latest_articles_list.png');}

.TopArticleDate {font-size: 10px;}

.announcement-headline {color: #000000;font-size: 18px;}
.announcement-headline a:link{color: #000000;font-size: 18px;text-decoration:none;}
.announcement-headline a:visited{color: #000000;font-size: 18px;}
.announcement-headline a:hover{color: #a43b3b;font-size: 18px;}

.announcement-detail {color: #666666;font-size: 14px;}
.announcement-detail a:link{color: #666666;text-decoration:none;}
.announcement-detail a:visited{color: #666666;}
.announcement-detail a:hover{color: #666666;}

.anouncements
{
    border-style:solid;
    border-width: 1px;
    border-color:#efefef;
    border-bottom-color: #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #efefef;
}
.anouncements:hover
{
    border-style:solid;
    border-color:#efefef;
    border-bottom-color: #abaaa;
    background-image: url('/grafik/halo_261x260.png');
    cursor:pointer;
    }
.announcementContentBox
{
    padding: 10px;
}
.ArticleShareBox
{
    float: right;
}
.ArticleShareBox img:hover
{
   opacity:0.4;
   filter:alpha(opacity=40);
}
.latestArticlesHeadline
{
    color: #a43b3b;
    font-size: 14px;
    font-weight:bold;
}
.latestArticlesSummary
{
    color: #666666;
}
.latestArticlesDetailPage
{
    border-style:solid;
    border-width: 1px;
    border-color:#efefef;
    border-bottom-color: #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #efefef;
}
.latestArticlesDetailPage:hover
{
    border-style:solid;
    border-color:#efefef;
    border-bottom-color: #abaaa;
    background-image: url('/grafik/halo_261x260.png');
    cursor:pointer;
    }
.latestArticlesDetailPageContentBox
{
    padding: 10px;
}
.DetailPageHorizontalLine
{
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #929292;
    width: 612px;
    height: 1px;
}
.ArticleDetailPagePhoto
{
    border: 1px solid #000000;
    }

.PhotoCaption{font-weight:normal;text-decoration:none;font-size:12px;color:#000000;padding:0px 0px 0px 0px;}
    
.nextPage{font-weight:bold;text-decoration:none;font-family:arial, tahoma;font-size:12px;color:#000000;line-height:150%;}
.nextPage A:link {color: #000000;text-decoration: none;}
.nextPage A:visited{color:#000000;text-decoration:none;}
.nextPage A:hover{color:#a43b3b;text-decoration: none;}
	
.nextPageHi{font-weight:bold;text-decoration:none;font-family:arial, tahoma;font-size:12px;color:#0065a2;line-height:150%;}
.nextPageHi A:link {color: #a43b3b;text-decoration: none;}
.nextPageHi A:visited{color:#a43b3b;text-decoration:none;}
.nextPageHi A:hover{color:#a43b3b;text-decoration: none;}
	
.nextPageLow{font-weight:bold;text-decoration:none;font-family:arial, tahoma;font-size:12px;color:#999999;line-height:150%;}
.nextPageLow A:link {color: #000000;text-decoration: none;}
.nextPageLow A:visited{color:#000000;text-decoration:none;}
.nextPageLow A:hover{color:#a43b3b;text-decoration: none;}

.NumericButtonStyle
{
    font-size: 20px;
    padding:2px 2px 2px 2px;
    font-family:arial, tahoma;
    font-weight: bold;
}
.SelectedNumericButtonStyle
{
    font-size: 20px;
    font-family:arial, tahoma;
    padding:2px 2px 2px 2px;
    font-weight: bold;
    color: #a43b3b;
}
.tooltip {
	display:none;
	background:transparent url(/tools/img/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
.gallery-item-hi {
	font-weight:bold;
	text-decoration:none;
	color:#B92213;
	line-height:130%; 
}
 
.gallery-item-hi A:visited {
		color:#B92213;
		text-decoration:none; 
}
 
.gallery-item-hi A:hover {
		color:#B92213;
		text-decoration: none; 
}
.GalleryThumbnail {
	border: 2px solid #CCCCCC;
	width: 141px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px; 
}
.gallery-main-item-hi {
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	color:#987621;
	line-height:130%; 
}
 
.gallery-main-item-hi A:link {
		color: #B92213;
		text-decoration: none; 
}
 
.gallery-main-item-hi A:visited {
		color:#B92213;
		text-decoration:none; 
}
 
.gallery-main-item-hi A:hover {
		color:#B92213;
		text-decoration: none; 
}
 
.gallery-item-hi A:link {
		color: #2f2d2d;
		text-decoration: none; 
}
.gallery-main-item-low {
	font-weight:normal;
	text-decoration:none;
	color:#B92213;
	line-height:130%; 
}
 
	.gallery-main-item-low A:link {
		color: #B92213;
		text-decoration: none; 
}
 
	.gallery-main-item-low A:visited {
		color:#B92213;
		text-decoration:none; 
}
 
	.gallery-main-item-low A:hover {
		color:#B92213;
		text-decoration: none; 
}
 
 
 
.gallery-item-low {
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	line-height:130%; 
}
 
.gallery-item-low A:link {
		color: #000000;
		text-decoration: none; 
}
 
.gallery-item-low A:visited {
		color:#000000;
		text-decoration:none; 
}
 
.gallery-item-low A:hover {
		color:#2f2d2d;
		text-decoration: none; 
}
.dottedhorizontalline {
	border: none 0;
	border-top: 1px dashed #efefef;
	width: 97%;
	height: 1px; 
}