* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */
#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

#menu li {position: relative;}

#menu ul li {float: left; width: 100%;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 59px;
}

#menu ul ul a {
	background: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	width: 140px;
	height: 25px;
	padding: 15px 5px 0 5px;
	border-left: 1px solid #EDEBD5;
	border-top: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #BABABA;
}

#menu ul ul .active a {
	background: #ffffff;
	color: #BABABA;
}		

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul ul a {
	background: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	width: 140px;
	height: 25px;
	padding: 15px 5px 0 5px;
	border-left: 1px solid #EDEBD5;
	border-top: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #BABABA;
}

#menu ul ul ul .active a {
	background: #ffffff;
	color: #BABABA;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	/* text-transform: lowercase; */
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding-top: 10px;
}

/* #content .bodytext {
	width: 540px;
}

#content .csc-textpic {
	width: 540px;
} */

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	   position:float;
   bottom:0;
   width:100%;

	height: 40px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
	

.csc-firstHeader {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	}
	
.bodytext {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
	
	/*-----------------------------------  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;
    border:1px solid #F0F0F0;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
    //border:1px solid #fff;
    //background-color:#ffffff;
}
.news-latest-container H2,.news-latest-gotoarchive {
    color:#fff;
    padding:3px;
    margin:3px;
    //border:1px solid #666;
    background: url(images/img06.gif) repeat-y
}
.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 {
    padding:3px;
    margin:3px;
    text-align: left;
    color: #000;
}
.news-latest-item p.bodytext {
    margin:0;
    padding:0;
}
.news-latest-item IMG {
    margin-bottom:5px;
    margin-right:5px;
    border:1px solid #666;
    float:left;
}
//.news-latest-item H3 {
//    font: 52px Georgia, "Times New Roman", Times, serif;
//    text-align: left;
//    padding:0px;
//    margin:0px;
//}
.news-latest-item .news-item {
    font: 16px Georgia, "Times New Roman", Times, serif;
    text-align: left;
    padding:0px;
    margin:0px;
}   
.news-latest-category IMG {
    float: none;
    border:none;
    margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
    font: 9px Georgia, "Times New Roman", Times, serif;
}
.news-latest-morelink {
    height:12px;
}
.news-latest-morelink A {
    float:right;
}
.news-latest-author {
    padding:0px;
    margin:0px;
    font-size:9px;
}
.news-latest-category {
    padding:0px;
    margin:0px;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-search-form {
    padding:3px;
    margin-bottom:5px;
/*    border:1px solid #666;
    background-color:#F9FFE5;  */

}
.news-search-emptyMsg{
    margin:0px;
    display: none;
}
.news-search-form FORM {
    margin:0px;
}
.news-list-container HR.clearer {
    clear:right;
    height:1px;
    border:1px solid #F9FFE5;
}
#news-list-item H3 {
    padding:0px;
    margin:0px;
}
.news-list-date {
    font-size: 9px;
    color: #000000;
    }
.news-list-container H3 A,.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
/*    padding-left:2px;  */
    font-size: 16px;
    color: #ed5c0c;
    background-color: inherit;
    text-decoration: none;
}
.news-list-morelink, .news-list-category {
    font-size:9px;
/*    margin-left:3px; */
    color: #f3951b;
    background-color: inherit;
}
.news-list-morelink  {
    margin-bottom:3px;
    color: #f3951b;
    background-color: inherit;
}
.news-list-morelink A{
    margin-bottom:3px;
    color: #f3951b;
    background-color: inherit;
}
.news-list-morelink A:LINK{
    margin-bottom:3px;
    color: #f3951b;
    background-color: inherit;
}
.news-list-morelink A:VISITED{
    margin-bottom:3px;
    color: #f3951b;
    background-color: inherit;
}
.news-list-morelink A:HOVER{
    margin-bottom:3px;
    color: #f3951b;
    background-color: inherit;
}



    /*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
    margin:3px;
    border:1px solid #666;
    padding:3px;
    background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
    font-size: 12px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
    font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
    margin:0px;
}

.tx-ttnews-browsebox-SCell {
    background-color: #307082;
    border:1px solid #666;
    /* font-color: white; */
    font-weight: bold;
}
.tx-ttnews-browsebox-SCell A {
    color: #ffffff;
    font-weight: bold;
}
.tx-ttnews-browsebox-SCell A:LINK {
    color: #ffffff;
    font-weight: bold;
}
.news-search-emptyMsg {
    font-size: 11px;
    margin-left: 10px;
}
    /*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
    padding:5px;
    margin-bottom:5px;
}
.news-single-item H2 {
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 0px;
    color: #ed5c0c;
}
.news-single-item .single-author {
    color: #f3951b;
}
.news-single-item .single-subheader, .single-content {
    line-height: 170%;
}
.news-single-item H3 {
    display: none;
}
.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: 11px;
    float: right;
    text-align: right;  
}
.news-single-timedata {
    float: right;
    margin-top: 7px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
    font-size: 10px;
}
.news-single-author {
    padding-bottom: 3px;
}
.news-single-additional-info {
    margin:3px;
    border:1px solid #666;
    padding:3px;
    background-color:#F9FFE5;

/*    background-color: #BBE53A;
    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:#F9FFE5;
}

.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 #fff;
    background-color:#ffffff;
}
.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:#F9FFE5;
    list-style-type: none;
}
.news-amenu-container H2 {
    color:#fff;
    padding:3px;
    border:1px solid #666;
    background-color:#317082;
}
.news-amenu-item-year {
    font-weight: bold;
    border: 1px solid #666;
    padding: 2px;
    background-color: #E3E3E3;
    color:#000;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
    padding:3px;
    margin:3px;
    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;
}

