@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #eee;
  margin-top: 60px;
  height: 100%;
}

#content {
  border: 0;
  width: 940px;
  min-height: 750px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 30px 10px 10px 10px;
  text-align: left;
  background-color: white;
}

#maincontent {
  clear: both;
  padding: 20px 0px 20px 0px;
  bordder: 1px solid red;
}

.frontpage {
	border-top: 1px solid #cc0001;
}

a, a:hover, a:visited {
  color: #cc0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  float: left;
}

h1.sectiontitle {
	float: none;
	display: block;
	background: transparent url(../images/top_gradient.jpg) no-repeat;
	width: 690px;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
}

h1.sectiontitle a {
	color: white;
}

h2 {
  color: #cc0000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 3px 3px 0px;
  margin-bottom: 10px;
 	clear: both;
  border-bottom: 1px solid #cc0001;
}

h2 span {
	color: black;
	display: block;
	font-size: 0.8em;
}

h2.alternate, .newsitem h2, .archiveitem h2 {
	color: black;
	font-weight: normal;
	border: none;
}

.newsitem h2, .archiveitem h2 {
	width: 80%;
	margin-bottom: 0px;
	float: left;
	font-weight: bold;
}

h3 {
  color: #cc0000;
  font-weight: bold;
  border-right: 1px solid white;
  padding-right: 30px;
  float: left;
}

div.newsitem {
	margin-bottom: 1em;
}

.newsitem .date {
	float: right;
	width: 15%;
	line-height: 1.7em;
	font-weight: bold;
}

div.archiveitem {
	margin-bottom: 1em;
}

.archiveitem .date {
	float: right;
	width: 15%;
	line-height: 1.7em;
	font-weight: bold;
}

.archiveitem a {
	color: black;
	font-weight: bold;
}

span.date {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	padding-bottom: 5px;
}

div.archiveitem {
	margin-bottom: 1em;
}

.archiveitem .date {
	float: right;
	width: 15%;
	font-weight: bold;
}

.newsitem p {
	clear: both;
	margin-bottom: 5px;
}

div.article {
	min-height: 500px;
}

.article h3 {
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
}

p {
	margin-bottom: 10px;
}

p.lead-text {
	font-weight: bold;
	color: black;
	clear: both;
}

.toolbar {
  float: right;
  text-align: right;
  width: 810px;
  height: 90px;
}

.toolbar ul, .toolbar form, .toolbar #topmenu {
  line-height: 17px;
}

#languageselector {
	float: left;
  width: 140px;
  height: 50%;
  font-size: 0.9em;
}

#languageselector li {
  border-right: 1px solid #555;
  padding: 0px 5px 0px 5px;
  color: #CC0000;
}

#languageselector li a {
	color: black;
}

#languageselector li.last {
  border: none;
}

#topmenu {
  margin-right: 20px;
  height: 65px;
  float: left;
  width: auto;
}

#topmenu li {
	margin-right: 5px;
	width: auto;
	height: 22px;
	background: transparent url(../images/topmenu-gradient-right.png) no-repeat top right;
}

#topmenu li a {
	width: auto;
  background: #ccc url('../images/topmenu-gradient.png') no-repeat top left;
  margin-right: 2px;
  position: relative;
  top: -2px;
  width: auto;
  padding: 0px 20px 5px 20px;
  color: black;
}

#topmenu li.selected a {
	color: #cc0000;
}

input {
  border: 1px solid #aaa;
  padding-left: 0.5em;
}

form.search {
	float: right;
}

.search input {
	float: left;
}

input.blur {
  color: #aaa;
}

.search label {
  display: none;
}

.toolbar ul li {
  float: left;
  list-style: none;
}

#searchbutton {
  background: none;
  border: 1px solid #aaa;
  float: left;
}

.columns1 {
  width: 220px;
  float: left;
  margin-left: 10px;
}

.columns4 {
  width: 710px;
  overflow: hidden;
  float: left;
}

#secondarymenu {
	float: left;
	font-size: 1.2em;
	width: 700px;
}

#secondarymenu li {
	margin-right: 20px;
	padding-bottom: 12px;
}
#secondarymenu li a {
	color: black;
}

#secondarymenu li.selected {
	background: transparent url(../images/yellow-arrow.gif) no-repeat bottom center;
}

#secondarymenu li.selected a {
	color: #cc0000;
} 

.corner {
  margin-left: -1px;
  margin-top: 74px;
}

ul#contentmenu {
  margin-top: 20px;
}

#contentmenu li {
  background-repeat: no-repeat;
  background-position: 0 80px;
  float: left;
  width: 220px;
  margin: 0;
  margin-left: 20px;
  border: none;
}

#contentmenu li.first {
	margin-left: 0;
}

#contentmenu a {
  width: 220px;
  height: 215px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border: none;
}

#contentmenu a img {
	width: 220px;
	margin: 0;
	border: none;
}

#contentmenu a span {
  position: relative;
  top: -200px;
  left: 3em;
  font-size: 1.5em;
  color: white;
  width: 160px;
  display: block;
  border: none;
}

.newslist li {
	list-style: none !important;
  margin-bottom: 0.7em;
  font-size: 1.3em;
  color: #cc0000;
}

#headlines .newslist li {
	font-size: 1.15em;
}

.newslist a, .newslist a:visited {
  color: #555;
}

.newslist li.selected a, .newslist li.selected a:visited {
	color: #cc0000;
}

.videocontainer {
  background-color: #cc0000;
  width: 220px;
  height: 180px;
  border: 1px solid #555;
  position:	absolute;
  bottom: 1px;
}

.bigvideocontainer {
	background-color: #cc0000;
  width: 460px;
  border: 1px solid #555;
}

.modules .videocontainer {
	position: relative;
}

.videodescription {
  background-color: #cc0000;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px 0px 10px;
}

.videodescription a {
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  height: 30px;
  text-decoration: none;
}

.videodescription span.tvlogo {
	display: block;
	float: left;
	font-size: 1.2em;
}

.videodescription span.embiggen {
	display: block;
	float: right;
	font-size: 0.8em;
}

.videodescription a strong {
	font-weight: bold;
}

.updates {
  clear: both;
  height: 2.5em;
  font-weight: bold;
  background-color: #ddd;
  line-height: 2.5em;
  padding-left: 10px;
  margin-top: -5px;
}

#headlines {
	height: 250px;
}

#frontpagemodule {
	height: 275px;
	position: relative;
}

p.footer, p.copyright {
	margin-left: 2px;
	margin-top: 5px;
	line-height: 1.2em;
	font-size: 0.8em;
	width: 85%;
	float: left;
}

p.copyright {
	width: 10%;
	float: right;
	text-align: right;
}

.column {
	float: left;
}

.bordercolumn {
	float: left;
	border-right: 1px solid #cc0000;
}

#leftcolumn {
	width: 140px;
	padding-right: 10px;
	margin-right: 10px;
	min-height: 570px;
}

#middlecolumn {
	padding-left: 60px;
	padding-right: 10px;
	width: 469px;
	min-height: 500px;
	overflow: hidden;
	font-size: 1.1em;
}

#middlecolumn ul li {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#rightcolumn {
	padding-left: 10px;
	width: 210px;
	font-size: 0.9em;
}

.mainmenu {
	font-size: 1.3em;
}

.contacts {
	padding-top: 90px;
}

.contacts a {
	color: black;
	text-decoration: none;
}

.contacts a:hover {
	text-decoration: underline;
}

.infoimage {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.hm {
	display: block;
	float: none !important;
}

.inlineImageCaption {
	font-style: italic;
	margin-top: 0.3em;
}

.inlineImageCaption img{
	float: left;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.inlineFotoCredit {
	display: none;
}

span.arrow {
	color: #cc0000;
}

div.highlight {
	border: 2px solid #d3d3d3;
	padding: 10px;
	background: transparent url(../images/highlight-corner.gif) no-repeat top right;
	margin-bottom: 20px;
}

div.highlight h2 {
	border: none;
	color: #000;
	font-weight: normal;
}

div.highlight .newslist li {
	font-size: 1em;
	margin-bottom: 0.2em;
}

div.highlight .newslist li a {
	color: black;
}

div.highlight ul.newslist {
	margin-bottom: 1.5em;
}

.sandbag {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
}

.modules {
	margin-bottom: 10px;
}

.modules h2 {
	color: black;
	font-weight: normal;
	font-size: 1.4em;
}

.coremenu {
	margin-bottom: 30px;
}

ul.coremenu {
	margin-left: none !important;
}

ul.coremenu li {
	float: left;
	margin-right: 20px;
	font-size: 1.1em;
	white-space: nowrap;
	list-style: none !important;
	list-style:none;
	margin-left: 0 !important;
}

.coremenu li a {
	color: #555;
	text-decoration: underline;
}

.coremenu li.selected a {
	text-decoration: underline;
	color: #cc0000;
}

iframe {
	border: 1px solid white;
}
#printLink {
	 float: right;
}
.search-form{
	width: 220px;
	float: right;
	margin-right: 10px;
}
.search-form img{
	vertical-align: bottom;
	margin-left: 0;
	padding-left: 0;
}
.search-form input{
	padding-right: 0;
	margin-right: 0;
	width: 166px;
}
.toolbar .search-form{
	width: 220px;
	float: right;
	margin-right: 0px;
}
.toolbar .search-form input{
	padding-right: 0;
	margin-right: 0;
	width: 175px;
}
#searchResult .search-form{
	width: 100%;
	float: left;
	margin-bottom: 1em;
}
#searchResult .search-form input{
	padding-right: 0;
	width: 85%;
}
#searchResult h3{
	color: black;
	font-size: small;
}
#searchResult .resultHits{
	float: right;
	margin-top: .3em;
}
div.title{
	width: 100%;
	vertical-align: top;
}