/*--------------------------------- 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.png);
	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: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contentWrapper
{
	background-color : #FFFFFF;
}

/*--------------------------------- Wrappers for Columns  -----------------------------------*/
/*-- Left --*/
#leftWrapper {
	float: left;
	width: 160px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
	font-size: 100%;
	display: inline;
}

#leftcontentWrapper
{
	width: 158px;
	float: left;
	margin: 0 0 0 0;
	border-top: 1px dotted #999999;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	display: inline;
}
#leftcontentWrapper h1
{
	padding:3px 0 3px 0;
	width: 100%;
	background:#E8D5E6; color:#E31313;
	font-size:80%;
	text-align: center;
	border-top:1px dotted #999999;
	font-family: Arial, Helvetica, Times, serif;
	border-bottom:1px dotted #999999;
	margin: 0 0 0 0;
}

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

#leftcontentWrapper a
{
	color:#E31313;
	text-decoration: none;
}
#leftcontentWrapper a:Hover {
	color:#E31313;
	text-decoration: underline;
}

/*-- Middle --*/
#middleWrapper
{
	float: left;
	width: 450px;
	background-color : #FFFFFF;
	display: inline;
}
#middleWrapper h1
{
	padding:5px 0 0 0;
	color:#E31313;
	font-size:100%;
	text-align: left;
	font-family: Arial, Helvetica, Times, serif;
}

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

/*-- Right --*/
#rightWrapper
{
	float: right;
	width: 160px;
	background: #E8D5E6;
	font-size: 100%;
	display: inline;
}

#rightWrapper h1
{
	padding:3px 0 3px 0;
	width: 100%;
	background:#E8D5E6; color:#E31313;
	font-size:80%;
	text-align: center;
	border-top:1px dotted #999999;
	font-family: Arial, Helvetica, Times, serif;
	border-bottom:1px dotted #999999;
	margin: 0 0 5px 0;
}

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

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

/*--------------------------------- Header  -----------------------------------*/
#navigationHeader {
width: 770px;
height: 150px;
}

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

#menu_1
{
	width: 770px;
	height: 24px;
	float: left;
	padding: 0 0 0 0;
	display: inline;
}

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

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

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

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



/******  MENU STYLES ******/
ul.menu_2
{
	list-style-type: none;
	color: #FFFFFF;
	background-color: #555555;
	margin: 0 0 10px 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
}

/*    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: #FFFFFF;
	font-size: 80%;
	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: #404040;
	text-decoration: none;
}

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

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

/*    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: 75%;
	text-decoration: none;
	color: #FFFFFF;
	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: #404040;
	text-decoration: none;
}

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

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

#sitepathWrapper
{
	float: left;
	width: 450px;
	border-bottom: none;
	padding: 0 0 0 0;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #999999;
	margin: 0 0 0 0;
}
#sitepath {
	font-size:80%;
	color:#999999;
	padding: 3px 5px 3px 5px;
}
#sitepath a{color: #999999;text-decoration: none;}
#sitepath a:Hover{color: #999999;text-decoration: underline;}
#maincontentWrapper
{
	float: left;
	width: 450px;
	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:#E31313;
	text-decoration: none;
}
#content a:Hover {
	color:#E31313;
	text-decoration: underline;
}

#contentRight {
		font-size:100%;
}

#contentRight h3 {
	padding:5px 5px 0 5px;
	margin:0 0 0 0;
	color:#E31313;
	text-align: left;
		font-size:80%;
}

#contentRight a {
	color:#E31313;
	text-decoration: none;
}

#contentRight a:Hover {
	color:#E31313;
	text-decoration: underline;
}

#contentRight p {
	padding:0 5px 5px 5px;
	margin:0 0 0 0;
	color:#333333;
	text-align: left;
		font-size:80%;
}

#contentBorder {
	font-size:100%;
}

#contentBorder h3 {
	padding:5px 5px 0 5px;
	margin:0 0 0 0;
	color:#E31313;
	text-align: left;
		font-size:80%;
}

#contentBorder h6 {
	padding:5px 5px 0 5px;
	margin:0 0 0 0;
	color:#333333;
	text-align: left;
	font-size:80%;
}

#contentBorder a {
	color:#E31313;
	text-decoration: none;
}

#contentBorder a:Hover {
	color:#E31313;
	text-decoration: underline;
}

#contentBorder p {
	padding:0 5px 5px 5px;
	margin:0 0 0 0;
	color:#333333;
	text-align: left;
		font-size:80%;
}



#footerWrapper {
	width: 768px;
	border: 1px dotted #999999;
	float: left;
	margin-top: 150px;
	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: #999999;
	text-decoration: underline;
}

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



/*-----------------------------------  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 #EBEBEB;

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

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

#news-latest-container {
		margin:0 0 0 0;
		padding:0 0 0 0;
		background-color: #FFFFFF;
}

#news-latest-container h3 {
	padding:5px 5px 0 5px;
	margin:0 0 0 0;
	color:#E31313;
	font-size:90%;
	text-align: left;
}

#news-latest-container p {
	padding:5px 5px 15px 5px;
	margin:0 0 0 0;
	color:#333333;
	font-size:70%;
	text-align: left;
	border-bottom: 1px dotted #999999;
}

.news-latest-date {
	color: #333333;
	background-color: #EBEBEB;
	font-size: 60%;
	text-align: left;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
	padding:5px;
	margin-bottom:5px;
	border:1px dotted #999999;
	background-color:#EBEBEB;

}
.news-list-item H2 {
	font-size: 110%;
	font-weight:bold;
	color: #E31313;
	margin-bottom: 0px;
}
.news-list-item H3 {
	margin-bottom: 15px;
}

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

}

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

.news-list-category {

	float: right;
}
.news-list-backlink, .news-list-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-list-timedata {
	float: right;
}
.news-list-timedata, .news-list-author,.news-list-imgcaption {
	font-size: 9px;
}
.news-list-author {
	padding-bottom: 3px;
}
.news-list-additional-info {
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:0px;
	padding-bottom:0px;

}
.news-list-related,.news-list-files,.news-list-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#EBEBEB;
}

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

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

/*---------------------------------  tt_news Page-Browser ---------------------------------*/




/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px dotted #999999;
	background-color:#EBEBEB;

}
.news-single-item H2 {
	font-size: 110%;
	font-weight:bold;
	color: #E31313;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}

.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: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

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

.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 {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#EBEBEB;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#EBEBEB;
}
.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%;
}

h6 {
	margin: 0 0 0 0;
	padding: 10px 5px 10px 5px;
	font-size: 100%;
}
