/* #Default styles# */
body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.6em;
	color: #333333;
	background-color: #cccccc;
	margin: 0px;
}

/* #Default styles/Links# */
a img
{
	border: none;
}
a:link { text-decoration: underline; color:#4a8cc5; }
a:visited { text-decoration:underline; color:#4a8cc5; }
a:hover { text-decoration:underline; color:#000000; }
a:active { text-decoration:underline; color:#4a8cc5; }
a:focus { text-decoration:underline; color:#4a8cc5; }


/* #Default styles/Lists# */
ul
{
	list-style-position: outside;
	list-style-image: url(../App_Themes/Untertitelung/images/ListIcon.gif);
}
ul.Vorteile
{
	list-style-image: url(../App_Themes/Untertitelung/images/check.gif);
}
ul.Nachteile
{
	list-style-image: url(../App_Themes/Untertitelung/images/checkNeg.gif);
}
li
{
	padding-left: 10px;
}


/* #Page Layout# */
#PageOutline
{
	width: 100%;
	height: 100%;
	background-image: url(../App_Themes/Untertitelung/images/UtBg.gif);
	background-repeat: repeat-x;
}
#HeaderNavigation
{
	width: 1009px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#HeaderImage
{
	position: relative;
	width: 1009px;
	height: 188px;
}
#TopNavigationBackground
{
	position: relative;
	background-image: url(../App_Themes/Untertitelung/images/topnavigationbackground.gif);
	background-repeat: no-repeat;
	width: 1009px;
	height: 18px;
}
#ContentBackground
{
    background-image: url(../App_Themes/Untertitelung/images/contentbackground.gif);
    background-repeat: repeat-y;
	width: 1009px;
	overflow: auto;
}
#FooterBackground
{
	background-image: url(../App_Themes/Untertitelung/images/FooterBackground.gif);
	width: 1009px;
	height: 32px;
	clear: left;
	padding-left: 20px;
	padding-top: 8px;
	background-repeat: no-repeat;
}

/* Slice with Menu Content */
#ContentLeft
{
	text-align: left;
	vertical-align: top;
	width: 200px;
	font-size: 1.2em;
	margin-left: 18px;
	float: left;
	margin-top: 17px;
	display: inline; /* IE Hack!!!*/
}
#ContentLeftImage
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/NavBottom.gif);
	width: 200px;
	height: 126px;
}
/* Slice with middle Content */
#ContentMiddle
{
	text-align: left;
	vertical-align: top;
	width: 540px;
	font-size: 1.2em;
	margin-top: 20px;
	padding-bottom: 10px;
	float: left;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	display: inline; /* IE Hack!!!*/
}
/* Slice with right Content */
#ContentRight
{
	text-align: left;
	vertical-align: top;
	width: 210px;
	font-size: 1.2em;
	float: left;
	margin-top: 17px;
	margin-left: 8px;
	display: inline; /* IE Hack!!!*/
}

/* #Page Layout/Sidebar# */
.SidebarContainer
{
	margin-bottom:25px;
}
.SidebarTitle
{
	padding-left: 5px;
	padding-top: 7px;
	position: relative;
	background-image: url(../App_Themes/Untertitelung/images/titlebackground.gif);
	background-repeat: repeat-x;
	width: 210px;
	height: 20px;
	font-weight: bold;
}
.SidebarContent
{
	text-align: left;
	vertical-align: top;
	width: 210px;
	background-color: #f6f7f7;
	padding: 3px;
}


/* #General Style Classes# */
.bold
{
	font-weight: bold;
}
.button
{
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}
.searchField
{
	background-color: #f7f7f7;
	border: 1px solid #cdcdcd;
	font-size: 1em;
	height: 12px;
	width: 100px;
}
.ListItem
{
	background-image: url(../App_Themes/Untertitelung/images/ListIcon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin: 5px;
}
.ListItemLink
{
	padding-left: 18px;
	margin: 5px;
}
.borderLight
{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #eeeeee;
}
.ErrorLabel
{
	display: none;
}
.EditingFormErrorLabel
{
	color: #f00;
}
/* Needed for non breaking line of the search box in the top-navi */
div.searchBox
{
	display: inline;
}


/* #General Page Content Styles# */
.ContentBlock
{
	padding: 0 8px 0 8px;
}
.ContentBlock h1, .SenderNavigation h1
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #bd250d;
}
.ContentBlock h2
{
	font-weight: bold;
	color: #555555;
	font-size: 1.3em;
}
.ContentBlock h3
{
	font-weight: bold;
	font-size: 1em;
}
.ContentBlock hr, .SenderNavigation hr
{
	border: 1px solid #ddd;
}
.InfoBox
{
	border: 1px solid #e5e5e5;
	padding: 4px;
	margin: 0px;
}
.InfoBoxText
{
	color: #888888;
	background-color: #e5e5e5;
	padding: 2px 5px 2px 5px;
	margin: 0px;
}
.ContentTeaser
{
	padding-top: 12px;
	font-weight: bold;
	padding-bottom: 12px;
}
/* #General Page Content Styles/Titles# */
.PageTitle
{
	font-size: 1.5em;
	font-weight: bold;
	color: #ca610d;
	padding-left: 13px;
}
.ContentTitle
{
	font-weight: bold;
	color: #003366;
	padding-top: 12px;
	font-size: 1.3em;
}

/* #General Page Content Styles/Links# */
.ContentLink, .ContentBlock a:hover
{
	color: #333333;
	text-decoration: underline;
}
.ContentLink, .ContentBlock a
{
	color: #4a8cc5;
	text-decoration: underline;
}


/* #Page Elements# */
/* #Page Elements/Language Selector# */
.LangBar
{
	color: #FFFFFF;
	position: absolute;
	width: 500px;
	height: 20px;
	top: 21px;
	left: 35px;
	z-index: 2;
	text-align: left;
}
.Langlink:link, .Langlink:visited
{
	color: #ffffff;
	text-decoration: none;
}
.Langlink:hover
{
	color: #4a8cc5;
	text-decoration: none;
}
/* #Page Elements/TextSize Selector# */
.TextsizeBar
{
	color: #000000;
	position: absolute;
	width: 100px;
	height: 18px;
	top: 21px;
	right: 18px;
	z-index: 2;
}
.TextImageA3
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/A1n.gif);
	float: right;
	width: 16px;
	height: 17px;
	cursor: pointer;
}
.TextImageA2
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/A2n.gif);
	float: right;
	width: 18px;
	height: 17px;
	cursor: pointer;
}
.TextImageA1
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/A3n.gif);
	float: right;
	width: 20px;
	height: 17px;
	cursor: pointer;
}
.TextImageA3:hover, .TextImageA3Hover
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/A1h.gif);
	float: right;
	width: 16px;
	height: 17px;
}
.TextImageA2:hover, .TextImageA2Hover
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/A2h.gif);
	float: right;
	width: 18px;
	height: 17px;
}
.TextImageA1:hover, .TextImageA1Hover
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/A3h.gif);
	float: right;
	width: 20px;
	height: 17px;
}


/* #Navigation Styles# */
.TopNavigation
{
	padding-right: 20px;
	text-align: right;
	vertical-align: top;
}
.mainCMSListMenuUL, .topCMSListMenuUL
{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* #Navigation Styles/Main Navigation# */
.mainCMSListMenuLink:link, .mainCMSListMenuLink:visited, .mainCMSListMenuLinkHighlighted:link, .mainCMSListMenuLinkHighlighted:visited
{
	padding-left: 25px;
	color: #4a8cc5;
	text-decoration: none;
	width: 182px;
	display: block;
}
.mainCMSListMenuLI,.mainCMSListMenuLIlast
{
	padding: 7px;
	text-decoration: none;
	background-image: url(../App_Themes/Untertitelung/images/NavBg/NavActiv.gif);
	background-repeat: no-repeat;
	width: 182px;
	display: block;
}

.mainCMSListMenuHighlightedLIlast a,.mainCMSListMenuLIlast a
{
	color:#ff0000!important;
	font-weight: bold;
}

.mainCMSListMenuHighlightedLIlast a:hover,.mainCMSListMenuLIlast a:hover
{
	color:#333333!important;
	font-weight: bold;
}

.mainCMSListMenuLI:hover,.mainCMSListMenuLIlast:hover
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/NavActivHover.gif);
	width: 182px;
	display: block;
}
.mainCMSListMenuHighlightedLI,.mainCMSListMenuHighlightedLIlast
{
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
	background-image: url(../App_Themes/Untertitelung/images/NavBg/NavNormal.gif);
	background-repeat: no-repeat;
	width: 182px;
	display: block;
}



.mainCMSListMenuHighlightedLI:hover,.mainCMSListMenuHighlightedLIlast:hover
{
	background-image: url(../App_Themes/Untertitelung/images/NavBg/NavHover.gif);
	width: 182px;
	display: block;
}
/* #Navigation Styles/Sub Navigation# */
.mainCMSListMenuUL .mainCMSListMenuLI ul
{
	display: none;
}
.mainCMSListMenuUL ul li, .mainCMSListMenuUL ul li:hover
{
	color: #333333;
	font-weight: normal;
	padding: 7px 0 0 3px;
	text-decoration: none;
	border: none;
	background-image: none;
}
.mainCMSListMenuUL ul .mainCMSListMenuHighlightedLI, .mainCMSListMenuUL ul .mainCMSListMenuHighlightedLI:hover
{
	font-weight: bold;
}






/* #Navigation Styles/Top Navigation# */
.topCMSListMenuUL, .topCMSListMenuUL li
{
	display: inline;
	padding: 0;
}
.topCMSListMenuLink:link, .topCMSListMenuLink:visited, .topCMSListMenuLinkHighlighted:link, .topCMSListMenuLinkHighlighted:visited
{
	color: #4a8cc5;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}
.topCMSListMenuLI, .topCMSListMenuHighlightedLI
{
	border-right: 1px solid #333;


}

.topCMSListMenuLILast, .topCMSListMenuHighlightedLILast
{
	border-right: none;
}


/* #Page specific styles# */
/* #Page specific styles/Kommende Sendungen# */
.Table th, .Table td
{
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	padding: 0 4px 0 4px;
	line-height: 1.5em;
}
.Table th
{
	color: #555555;
	background-color: #eaeaea;
	border-top: 1px solid #cccccc;
}
.TableProgramm
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
	margin: 20px 0;
}
.TableProgramm th, .TableProgramm td
{
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	padding: 0 4px 0 4px;
	line-height: 1.5em;
}
.TableProgramm th
{
	color: #555555;
	background-color: #eaeaea;
	border-top: 1px solid #cccccc;
}
.TableProgramm tr.subtitled td
{
	color: #555555;
	background-color: #f7f7f7;
}
.TableProgramm tr.notSubtitled td
{
	color: #999;
	font-size: 0.9em;
}
.NumRow
{
	width: 50px;
}
.SenderNavigation, .SenderNavigationTitle
{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
.SenderNavigationTitle
{
	font-size: 3em;
}
.SenderNavigationTitle img
{
	height: 20px;
}
.SenderNavigationBack
{
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #f0f0f0;
	padding: 0;
}
.SenderNavigation li, .SenderNavigationTitle li
{
	display: inline;
	padding: 0 8px 0 8px;
	margin: 0;
}
.SenderNavigationHover:hover
{
	background-color: #fff;
	font-weight: bold;
	padding: 0 8px 0 8px;
	margin: 0px;
	text-decoration: none;
}
.SenderNavigationHover
{
	background-color: #ddd;
	font-weight: bold;
	padding: 0 8px 0 8px;
	margin: 0px;
}

/* #Page specific styles/Kommende Sendungen SIDEBAR# */
.SidebarProgramSender
{
	margin-bottom: 10px;
}
.SidebarProgramSendung
{
	margin: 5px;
}

/* #Page specific styles/SWISS TXT informiert# */
.NewsDate
{
	font-size:0.8em;
	margin: 0.5em 0;
}
.NewsTitle
{
	font-weight: bold;
	color: #555555;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.NewsLead
{
	font-weight: bold;
	margin-bottom: 10px;
}
.NewsImageContainer
{
	float: left;
	width: 160px;
	padding-right: 10px;
}
.NewsImageZoomLogo
{
	position: relative;
	top: -20px;
	right: 12px;
	margin-bottom: -20px;
	float: right;
}
.NewsImageLegend
{
	font-size:0.8em;
	background-color: #e5e5e5;
	padding: 2px;
	margin: 0px;
	width: 146px;
}
/* #Page specific styles/Suche# */
.SearchResult
{
	margin: 10px;
}
/* #Page specific styles/Notfalltext# */
.flashingNewsContainer
{
	border: 1px solid red;
	background: #fee;
	padding: 10px 10px 10px 70px;
	margin: 10px 0;
	min-height: 50px;
}
.flashingNewsContent, .flashingNewsImage
{
	float: left;
}
.flashingNewsImage
{
	margin-left: -60px;
}
.flashingNewsTitle
{	
	font-weight: bold;
	margin-bottom: 0.5em;
}
/* #Page specific styles/Aktuelle Umfrage# */
.PollQuestion
{
	font-weight: bold;
	margin: 10px 0;
}