/*--------------------------------- Standard Intro Stuff  -----------------------------------*/

body {
	color            : #000000;
	margin-top       : 0px;
	margin-bottom    : 0px;
	padding          : 0px;
	background-color : #FFFFFF;
	font-family      : Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/dotted-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
}

/*--------------------------------- Wrappers for Page Elements  -----------------------------------*/
#pageWrapper
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contentWrapper
{
	background-color : #FFFFFF;
}

/*--------------------------------- Wrappers for Columns  -----------------------------------*/
/*-- Left --*/
#leftWrapper
{
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	background:#FFFFFF;
}

#contentLeft
{
	margin: 10px 0 0 0;
	background:#FFFFFF;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
#contentLeft h1
{
	padding:3px 0 3px 0;
	width: 100%;
	font-size:70%;
	background:#EBEBEB; color:#034EA1;
	text-align: center;
	border-top:1px dotted #999999;
	font-family: Arial, Verdana, sans-serif;
	border-bottom:1px dotted #999999;
	margin: 0 0 0 0;
}

#contentLeft p
{
	font-size: 80%;
	color:#333333;
	padding:0 2px 0 2px;
}

#contentLeft img
{
	padding-top: 5px;
}

#contentLeft a
{
	color:#034EA1;
	text-decoration: none;
}
#contentLeft a:Hover {
	color:#0A3667;
	text-decoration: none;
}

#contentLeft ul {
	font-size: 70%;
	padding-left: 0px;
	margin-left: 15px;
		color:#034EA1;
}

#contentLeft li {

}


/*-- Middle --*/
#middleWrapper
{
	float: left;
	width: 538px;
	background-color : #FFFFFF;
}
#middleWrapper h1
{
	padding:0 0 0 0;
	color:#034EA1;
	font-size:90%;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}

#middleWrapper p
{
	font-size: 85%;
}

/*-- Right --*/
#completerightWrapper {
	float: right;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:#FFFFFF;
}

#rightWrapper
{
	float: right;
	width: 200px;
	margin: 10px 0 0 0;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
#rightWrapper h1
{
	padding:3px 0 3px 0;
	width: 100%;
	font-size:70%;
	background:#EBEBEB; color:#034EA1;
	text-align: center;
	border-top:1px dotted #999999;
	font-family: Arial, Verdana, sans-serif;
	border-bottom:1px dotted #999999;
	margin: 0 0 0 0;
}

#rightWrapper p
{
	font-size: 80%;
	color:#333333;
	padding:0 5px 0 5px;
}

#rightWrapper  ul {
	font-size: 70%;
	padding-left: 0px;
	margin-left: 15px;
		color:#034EA1;
}
#rightWrapper img
{
	padding-top: 5px;
}

#rightWrapper a
{
	color:#034EA1;
	text-decoration: none;
}
#rightWrapper a:Hover {
	color:#0A3667;
	text-decoration: none;
}

/*-- Logos - Bottom Right --*/
#logosWrapper {
	float: right;
	width: 200px;
	margin: 20px 0 0 0;
	border-left:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
}

/*--------------------------------- Header  -----------------------------------*/
#navigationHeader {
	width: 940px;
	height: 116px;
	background-image: url(images/header.png);
	background-repeat: none;
	background-position: top left;
}

#navigationHeader form input, form textarea {
  padding:0px;
  border:none;
  font-family:Arial,Helvetica,sans-serif;
	color:#034EA1;
  font-size:70%;
}

/*--------------------------------- Top Menu Bar  -----------------------------------*/
#backgroundMenu_1
{
	width: 940px;
	height: 24px;
	background-image: url(images/navigation-bgnd-wide.gif);
	background-position: top left;
}

#menu_1
{
	width: 940px;
	height: 24px;
	float: left;
	padding: 0 0 0 0;
}

#menu_1 .button
{
	float: left;
	height: 24px;
}

#menu_1 a
{
	background-image: url(images/navigation-rollover.gif);
	padding: 0 8px 0 8px;
	background-position: top right;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	color: #FFFFFF;
}

#menu_1 a:Hover
{
	background-position: bottom right;
	color: #FFFFFF;
}

#menu_1 a.navOn
{
	background-position: bottom right !important;
	color: #FFFFFF;
}




/*--------------------------------- Other Styles  -----------------------------------*/

#sitepathWrapper
{
	float: left;
	width: 520px;
	border-bottom: none;
	padding: 0 0 0 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px dotted #999999;
	margin: 10px 10px 0 10px;
}
#sitepath {
	font-size:80%;
	color:#DDDDDD;
	padding: 3px 5px 3px 5px;
}
#sitepath a {
	color: #999999;
	text-decoration: none;
}
#sitepath a:Hover {
	color: #666666;
	text-decoration: none;
}
	
#maincontentWrapper
{
	float: left;
	width: 540px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#content
{
	padding: 10px 15px 15px 15px;
	margin: 0 0 0 0;
}

#content p {
	padding: 0px;
	font-size:75%;
	color: #000000;
}


#content ul li {
	font-size:75%;
	color: #000000;
}

#content ul li li {
	font-size:100%;
	color: #000000;
}


#content a
{
	color:#034EA1;
	text-decoration: none;
}
#content a:Hover {
	color:#0A3667;
	text-decoration: none;
}

#content .csc-header {
	margin: 12px 0px 0px 0px;
}

#content .csc-header-date {
	font-size: 60%;
	color: #9B8F82;
	padding: 0px;
	margin: 0px;
}

#content .bodytext {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

#content h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}





#footerWrapper {
	width: 788px;
	border: 1px dotted #999999;
	float: left;
	margin-top: 200px;
	margin-bottom: 5px;
}
#footerContent {
	padding: 10px;
	color: #999999;
}
#footerContent p {
	padding: 10px;
	font-size:70%;
	color: #999999;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footerContent a {
	color: #999999;
	text-decoration: none;
}
#footerContent a:Hover {
	color: #666666;
	text-decoration: none;
}

.xhtmlbutton {
  float:right;
  margin:0 0 0 12px;
	border-width:0px;
}



		/* default styles for extension "tt_news" */
	
	


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	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:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.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:10px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:1px dashed #D6E2F5;
	background-color:#FFF;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:5px;
	margin:5px;
	border:0px solid #666;
	background-color:#FFF;

	}
.news-list-item h2 {
	font-size: 14px;
	font-family: arial, sans-serif;
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:5px;
	margin:5 5 5 0;
	border-bottom:1px dashed #D6E2F5;
	background-color:#FFF;

	}
.news-list-item p {

	padding-left: 5px;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 10px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 10px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink {
	font-size:10px;
	margin-left:3px;
}
.news-single-category {
float:left;
margin-top:10px;
border-top:1px dotted gray;
padding:10px 0 20px 0;
font-size:11px;
}

.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}
.news-list-browse a {
	font-size:10px;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	color: #999;
	margin:3px;
	border:0px solid #666;
	padding:3px;
	background-color:#FFF;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
	}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	color:#999;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #FFF;
	text-decoration:underline;
	border:0px dashed #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:0px dashed #D6E2F5;
	background-color:#FFF;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #003078;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 5px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 10px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #FFF;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px dashed #D6E2F5;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 0px solid #D6E2F5;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#FFF;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {

	border:1px dashed #D6E2F5;
	background-color:#FFF;
}


.news-amenu-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:5px;
	margin:5px;
	border:0px solid #666;
	background-color:#FFF;

	}
.news-amenu-item h2 {
	font-size: 14px;
	font-family: arial, sans-serif;
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:5px;
	margin:5px;
	border-bottom:1px dashed #D6E2F5;
	background-color:#FFF;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-amenu-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}
.news-amenu-container H3 A:LINK,.news-amenu-container H3 A:VISITED,.news-amenu-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-amenu-container H3 A {
	color:#fff;

}
.news-amenu-container P {
	padding-left:3px;
}
.news-amenu-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 10px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

.news-amenu-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 10px;

	}

.news-amenu-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-amenu-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-amenu-morelink,.news-amenu-category {
	font-size:10px;
	margin-left:3px;
}
.news-amenu-morelink  {
	margin-bottom:3px;
}
.news-amenu-browse {
	text-align: center;
}
.news-amenu-browse a {
	font-size:10px;
}/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

.itsnewslinkstyle21 {
	font-size:80%;
}

.album-copyright {
	font-size:70%;
}

.album-description {
	font-size:70%;
}

.tx-jmquote-pi1 {
	padding: 22px 5px 5px 5px;
	font-size:70%;
	text-align: right;
	background:#EEE9F0;
	font-style: italic;
	background-image: url(images/quote-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#quote-text {
	font-size:115%;
	text-align: left;
	padding: 0 0 13px 0;
	font-style: normal;
	background-image: url(images/quote-bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.csc-mailform-field {
	font-size:75%;
	color: #000000;
}

#tx-sremailsubscribe-pi1-tt_address_form {
	font-size:75%;
	color: #000000;
}

form input, form textarea {
  padding:3px;
  border:1px solid #999999;
  font-family:Arial,Helvetica,sans-serif;
  font-size:85%;
}

.internal-link img {
	border: none;
}

.internal-link-new-window img {
	border: none;
}

.external-link img  {
	border: none;
}

.external-link-new-window img  {
	border: none;
}

.mail img  {
	border: none;
}

.download img  {
	border: none;
}

.javascriptclock {
	color:#034EA1;
	font-size:75%;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
}

#clockwrapper {
	float: right;
	padding: 9px 12px 0px 0px;
}

.rssheader {
}

#twrss_table a {
	color: #F6D00E;
	text-decoration: none;
}

#twrss_table a:hover {
	color: #DAB90F;
	text-decoration: none;
}

.twrss_bodytext {
	padding: 2px 5px 2px 5px;
	size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}



.rsstextbox {
}

#rsstext p {
	size: 90%;
	margin: 9px 0px 6px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #F6D00E;
}


#rsstext a {
	color: #F6D00E;
	text-decoration: none;
}

#rsstext a:hover {
	color: #DAB90F;
	text-decoration: none;
}




hr {border: none 0;
border-top: 1px solid #EEEEEE;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}






/******  MENU STYLES ******/
ul.menu_2
{
	list-style-type: none;
	color: #0A3667;
	background-color: #B7CDEB;
	border-top: 1px solid #FFFFFF;
	margin: 0 0 0 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}

/*    html>body ul.menu_2 {width: 158px;} */

ul.menu_2 li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
}

ul.menu_2 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0;
}

ul.menu_2 a
{
	text-decoration: none;
	color: #0A3667;
	font-size: 75%;
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(images/arrow-sub.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_2 a { width: auto; }

ul.menu_2 a:hover
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu_2 a.navOn
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

/******  MENU STYLES - FIRST SUB LEVEL ******/
ul.menu_3
{
	list-style-type: none;
	color: #0A3667;
	background-color: #D2E4FC;
	margin: 0;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}

/*    html>body ul.menu_3 {width: 158px;} */

ul.menu_3 li
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.menu_3 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 0 0 0;
}

ul.menu_3 a
{
	font-weight: normal;
	font-size: 70%;
	text-decoration: none;
	color: #0A3667;
	margin: 0;
	padding: 2px 0 2px 28px;
	background: url(images/arrow-sub2.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_3 a { width: auto; }

ul.menu_3 a:hover
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu_3 a.navOn
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

/******  MENU STYLES - FIRST SUB LEVEL ******/
ul.menu_4
{
	list-style-type: none;
	color: #0A3667;
	background-color: #D2E4FC;
	margin: 0;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}

/*    html>body ul.menu_4 {width: 158px;} */

ul.menu_4 li
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.menu_4 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 0 0 0;
}

ul.menu_4 a
{
	font-weight: normal;
	font-size: 70%;
	text-decoration: none;
	color: #0A3667;
	margin: 0;
	padding: 2px 0 2px 36px;
	background: url(images/arrow-sub3.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_4 a { width: auto; }

ul.menu_4 a:hover
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu_4 a.navOn
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

#print {
	padding-left: 14px;
	margin-top: 15px;
}

#print a {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}

#print a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 8pt;
}

.csc-firstHeader h1 {
	border-top: 1px dotted #BBBBBB;
}

.dottedborder {
	border: 1px dotted #BBBBBB;
}


#twrss_table {
/*width:200px;*/
	font-size: 10px; 
	color: #666666; 
	font-family: arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	margin-top: 0px; /*15px;*/
	margin-bottom: 10px;
	margin-left: 0px; 
	margin-right:0px; 
	line-height: 10px;
}

.twrss_head{
	font-size: 12px; 
	color: #666666; 
	font-family: arial, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right:10px; 
	line-height: 10px;  
}

.twrss_head_channel{
	font-size: 12px; 
	color: #666666; 
	font-family: arial, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right:10px; 
	line-height: 10px;  
}

.twrss_imagefile{
float:left;
margin-left:10px;
margin-right:10px;
}

.twrss_bodytext{
	font-size: 10px; 
	color: #666666; 

	font-style: normal; 
	font-family: arial, sans-serif; 
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px; 
	margin-right:5; 
 
}

/*.twrss_bodytext A{
	font-size: 12px; 
	color: #666666; 
	font-family: arial, sans-serif; 
	font-style: normal; 

	line-height: 10px;  
       text-decoration:underline;
}*/

/*.twrss_bodytext A:hover{
	font-size: 12px; 
	color: #666666; 
	font-style: normal; 
 	font-family: arial, sans-serif; 
	line-height: 10px;  
        text-decoration:underline;
}*/

.twrss_channel_description{
	border:0px;
	background-color:#f5f5f5;
	color:#000;
	font-size: 10px;
	font-family: arial, sans-serif; 
	font-style: normal;


}

#twrss_table .twrss_item_link a{
	color:#003078;
	font-size: 10px;

	font-family: arial, sans-serif; 
	text-decoration: none;
	border:0px;
	padding: 0 0 0 0;
}

#twrss_table .twrss_item_link a:hover{
	color:#999;
	font-size: 10px;
	font-family: arial, sans-serif; 
 
	text-decoration: underline;
	border:0px;
	padding: 0 0 0 0;
}

#twrss_table .twrss_item_content{
	/*border-bottom:1px dotted #D6E2F5;*/ /*linie zwischen den feedeintraegen*/
	border-bottom:0px;
	border-left:0px;
	font-size: 10px; 
	color: #666666; 
	font-family: arial, sans-serif; 
	font-style: normal; 

	margin: -5px 0 0 0;
	padding:0 0 5px 10px;
	line-height: 10px;
}

#twrss_table .twrss_bodytext .twrss_channel_link a{
	font-size: 10px; 
	color: #666666; 
	font-family: arial, sans-serif; 
	font-style: normal; 

	padding:3px;
	line-height: 10px;
	text-decoration:none;	
}

#twrss_table .twrss_bodytext .twrss_channel_link a:hover{
	font-size: 10px; 
	color: #666666; 
	font-family: arial, sans-serif; 
	font-style: normal; 

	padding:3px;
	line-height: 10px;	
	text-decoration:underline;
}

#twitterboxside {
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
}