/*<group=General Styles>*/

body {
	background: #781818;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	font-size: 12px;
	padding: 0;
}

p {
}

b, strong {
}

a:link, a:visited {
	color: #0000B7;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000FF;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}

h1 {
	color: #781818;
	font-size: 18px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: bold;
	text-align: center;
}


h2 {
	color: #781818;
	font-size: 14px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #781818;
	font-size: 12px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
	text-align: center;
}

h4 {
	text-align: center;
}

/*</group>*/

/*<group=Layout>*/

#banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 32px;
	background: #781818;
	display: block;
	clear: both;
	text-align: left;
	color: #f3f3d4;
	font-size: 10px;
	text-align:center;
}

#container { 
	background: #f3f3d4;
	color: #781818;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-top: 1px solid #aa0f0f;
	border-right: 1px solid #aa0f0f;
	border-bottom: 1px solid #aa0f0f;
	border-left: 1px solid #aa0f0f;
	position: relative;
}

.clearer {
	clear: both;
}

#content img {
	border: 0px;
}

#content h1 {
	color: #781818;
	font-size: 18px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: bold;
/*	text-align: left;*/
}

#content h2 {
	color: #781818;
	font-size: 14px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: bold;
/*	text-align: left;*/
}

#content h3 {
	color: #781818;
	font-size: 12px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
/*	text-align: left;*/
}

#contentRight h1 {
	color: #781818;
	font-size: 18px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: bold;
/*	text-align: left;*/
}

#contentRight h2 {
	color: #781818;
	font-size: 14px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: bold;
/*	text-align: left;*/
}

#contentRight h3 {
	color: #781818;
	font-size: 12px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
/*	text-align: left;*/
}

#essenheadlineh1 {
	color: #781818;
	font-size: 18px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: bold;
	margin-bottom: 1px;
}

#essenheadlineh3 {
	color: #781818;
	font-size: 12px;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
	margin-top: 1px;
}

#contentContainer {
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.5em;
	position: relative;
	z-index: 10;
}

#sidebarContainerLeft {
	width: 218px;
	float: left;
	line-height: 1.4em;
	position: relative;
	z-index: 5;
}

#sidebarContainerLeft #sidebarLeft {
	padding: 10px;
}

#sidebarContainerLeft .sideHeaderLeft {
	color: #000000;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
}


#coltable {
}

#colleft {
	vertical-align: top;
	width: 50%;
}

#colright {
	vertical-align: top;
	width: 50%;
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 32px;
	background: #781818;
	display: block;
	clear: both;
	text-align: left;
	color: #f3f3d4;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	font-size: 10px;
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	font-size: 10px;
}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	border-bottom: 1px solid #454545;
	margin-bottom: 20px;

}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	margin-top: 5px;
	margin-bottom: 5px;
/*	line-height: 2.7em;
*/
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	margin: 0;
}


/* BEGIN */
#navcontainer a {
/*	height: 36px;
	display: block;
	padding-left: 10px;
*/
	margin-left: 5px;
	color: #781818;
/*	text-shadow: 0px -1px 1px #781818;
*/
	text-decoration: none;
/*	background: repeat-x url(../../fileadmin/images/www/btn.png) left top;
*/
}

#navcontainer a:hover {
/*	font-weight: bold;
	color: #781818;
*/
}
/* END */

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #808080;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
}

#navcontainer ul ul a:hover{
	background: none;
	font-weight: bold;
}


#navcontainer ul ul #current{
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
	font-weight: bold;
}

/* Child Level 3 */

#navcontainer ul ul ul {







}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
	font-weight: bold;
}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
	font-weight: bold;
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
	font-weight: bold;
}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	color: #898987;
	font-style: italic;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainerLeft #sidebarLeft ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainerLeft #sidebarLeft li {
}

/* Table Styles */
table {
	font-size: 11px;
}
/*</group>*/

p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	/*border:1px solid #333;*/
	/*background-color:#BBE53A;*/
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#781818;
	padding:3px;
	margin:3px;
	/*border:1px solid #666;*/
	/*background-color:#D8FA70;*/
	/*background-color:#769024;*/
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER
{
	color:#781818;
}

.news-latest-gotoarchive A {
	color:#781818;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #781818;
	/*background-color:#F9FFE5;*/
	text-align: center;
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;	
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}

.tx-rgtabs-pi1 {
	width:99%;
}

tabfirst {
	background-color:#f3f3d4;	
}

tabmiddle {
	background-color:#f3f3d4;	
}

tablast {
	background-color:#f3f3d4;	
}

DIV.csc-textpic-clear { clear: none; }

/*h1.csc-firstHeader { text-align: center; }*/
