body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #6E6F64;
}

a {
	color: #A71930;
	text-decoration: none;
	line-height: 16px;
}

a:hover {
	text-decoration: underline;
}

a.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

a.mediaplayer {
	background-image: url(../img/mediaplayer.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

a.programm {
	background-image: url(../img/ico14-programm.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

a.extern {
	background-image: url(../img/ico14-externLink.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

h1 {
	color: #6E6F64;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #A71930;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #A71930;
	font-size: 12px;
	font-weight: bold;
}

/* ######################################## */

#headerContainer {
}

#contentContainer {
  width: 990px;
	margin-left: 10px;
}

/* ######################################## */

#breadcrumps {
	height: 30px;
	margin-bottom: 10px;
}

#breadcrumps .text {
	padding-top: 6px;
	font-size: 11px;
}

/* ######################################## */

#leftContainer {
	float: left;
}

#leftContainer .menu {
	width: 156px;
/*	margin-top: 10px;*/
}

#leftContainer .menu a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #2F2F2F;
	text-decoration: none;
	background-color: #ccc;
	height: 17px;
	padding: 1px 0 0 10px;
	margin-bottom: 2px;
}

#leftContainer .menu a:hover,
#leftContainer .menu a.hi {
	color: #fff;
	font-weight: bold;
	background-color: #A71930;
}

/* ######################################## */

#rightContainer {
	float: right;
	width: 823px;
}

#rightContainer .contentPic {
/*	margin-top: 10px;*/
}

#rightContainer .contentHead {
	float: left;
	background-color: #A71930;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 30px 30px;
	margin-bottom: 30px;
}

#rightContainer table.headHome td div.contentHead {
	margin-bottom: 0px;
}
#rightContainer table.headHome {
	margin-bottom: 30px;
}

#rightContainer .ticker {
	float: right;
	background-color: #A71930;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	width: 350px;
/*	padding: 30px 30px;*/
  padding-right: 20px;
}

#ticker
{
	/* enter any styles for the ticker below */
	color: #fff;
}
#ticker * /*this will hide all children tags */
{
	margin:0px;
	padding:0px;
	display:none;
}
#ticker a  /* add more tags to this list if you wish to display them inside the children */
{
	display:inline;
}


#rightContainer #content {
	padding: 0 30px 10px 30px;
}

#rightContainer #forumMenu {
	padding: 0 30px 10px 30px;
}

#rightContainer #content ul {
	padding-left: 16px;
}

#rightContainer #content ul li {
}

#rightContainer #content h2 {
	color: #A71930;
	font-size: 14px;
	font-weight: bold;
}

#rightContainer #content span.redstyle {
	color: #A71930;
}

#rightContainer #content div.csc-textpic-imagerow ul {
	padding-left: 0px;
}


/* ######################################## */

div.tx-newloginbox-pi1 label {
  float: right;
  font-size: 12px;
}

div.tx-newloginbox-pi1 input {
  width: 150px;
}

/* ######################################## */

#footerContainer {
	height: 20px;
}

div.clear {
  clear: both;
}
