body {
	padding:0;
	margin:0;
	background-color: #e6e6e6;
	text-align: center;
	background-image: url(bgBody.jpg);
	background-repeat: repeat-x;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	color: #00652c;
/*	text-decoration: none;
*/
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family:"Trebuchet MS";
	font-size: 18px;
	color: #666666;
	text-transform:uppercase;
}
h2 {
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0 ;
	margin: 5px 0 0 0 ;
}
h3 {
	font-family:"Trebuchet MS";
	font-size: 13px;
}

#naviCon {
	margin: 40px 0 10px 0;
}

ul#navi, ul#navi ul {
	list-style:none;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS";
}
#navi li {
	background-image:url(naviBorder.gif);
	background-repeat:no-repeat;
}#navi li li{ background-image:none;}

#navi li a{
	display: block;
	text-decoration:none;
	color: #666666;
	font-size:18px;
	padding: 10px 10px 5px 10px;
	outline: 0;
}
#navi li a:hover {text-decoration: underline;}

#navi li.cur a {
	color: #00652c;
	font-weight: bold;
}

#navi li li a{
	text-decoration:none;
	color: #666666;
	font-size:14px;
	padding: 10px 10px 5px 30px ;
}

#pageCon {
	padding: 0;
	margin: 0 auto;
	width: 940px;
	height: 100%;
	background-image: url(./bgPage.png);
	background-repeat: repeat-y;
	text-align: left;
	border:0 ;
}

#pageFooter {
	margin: 0 auto;
	padding:0;
	width: 940px;
	height: 30px;
	background-image: url(./bgFooter.png);
	background-repeat: repeat-y;
}


#pageConInner {
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	border:0 ;
}

#leftCol {
	width: 200px;
	float: left;
	margin: 60px 0 0 0 ;
	padding:0;
	border:0 ;
}
#rightCol {
	width: 660px;
	margin: 0 0 0 220px;
	padding:0;
	border:0;
}
/* IE 6 Hack */
* html #rightCol  {
	margin: 0 0 0 217px;
}


#header {
	height: 360px;
	width: 660px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	text-align: right;
}

#headerMenu {
	margin: 0 20px 0 0 ;
}

#content {
	margin: 0 40px 0 100px;
	min-height: 440px;
}

/* tt_news */

.news-list-item {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #fff;
	min-height: 90px;
}

a:hover .news-list-item {
	background-color: #e6f0ea;
	cursor: pointer ;
	border: 1px solid #e5efe9;
	background-image: url(./news-list-itemBG.jpg);
	background-repeat:repeat-x;
}

a .news-list-item {
	color: #222222;
	text-decoration: none;
	width: 500px;
}
a .news-list-item h2{
	color: #111111;
}

.news-list-item p {
	padding: 0;
	margin: 0;
}

.news-list-item img, .news-single-img {
	float: right;
	margin-left: 10px;
}

.news-single-img {
	padding: 0 0 10px 20px;
}


hr.clearer {
	clear: right;
	color: #fff;

}


.news-single-img {
	float: right;
}


.news-latest-item {
	width: 260px;
	float: left;
}

.news-latest-item-header {
	width: 240px;
	height: 50px;
	border: 1px solid white;
}

.news-latest-item-img, .news-list-item-img {
	background-image:url(schattenStartseite.jpg);
	background-repeat:no-repeat;
}

.csc-bulletlist li {
	line-height: 150%;
	padding: 5px 0;
}
