@charset "utf-8";
/* --------- [NAVIGATION T1] --------- */
.t1 #nav h1 {
	background-color:#00b159;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 2px 2px 2px 5px;
}
.t1 li.levelOneSelected span, #subpage #nav ul li .current {
	color: #00b159;
	font-weight: bold;
}

.t1 #nav #leftmenu2 {
	margin-top:20px;
}

.t1 #content #mainContent .documentDIV {
	float:left;
}

.t1 li.levelTwoSelected span {
	color: #3d3d3d;
	font-weight: bold;
}
.t1 #mainMenu a{
	color: #00b159;
}
.t1 #mainMenu h2{
	font-size: 13px;
	font-weight: bold;
}
/* --------- [BREADCRUMB T1] --------- */
.t1 #breadCrumb ul li.start {
	color: #00b159;
}
/* --------- [ITEM LISTS TEASER T1] --------- */
.t1 #contentList .text h1 {
	font-size: 15px;
	color: #00b159;
}
.t1 #contentList .text h1 a {
	color: #00b159;
}
/* --------- [ITEM LIST LINKS T1] --------- */
.t1 #contentReadMore .item {
	background: url(../gfx/item_bkg.jpg) repeat-x top;
	width: 595px;
	float: left;
	margin: 0 0 10px 15px;
	padding: 7px 10px 10px 10px;
}
.t1 #contentReadMore h1 {
	font-size: 15px;
	color: #00b159;
	padding: 0 0 0 25px;
}
.t1 #contentReadMore .item ul li {
	list-style: none;
}
.t1 #contentReadMore .item ul li a {
	text-decoration:underline;
}
/* --------- [BREADCRUMB T1] --------- */
.t1 #breadCrumb .decor {
	width: 13px;
	height: 10px;
	position:absolute;
	background: #00b159 url(../gfx/breadcrumb_t1.jpg) no-repeat;
	margin: 26px 0 0 0;
}

/******/
#article {
	background: url(../gfx/content_bkg.jpg) repeat-x bottom;
	width: 595px;
	float: left;
	margin: 0 0 10px 15px;
	padding: 7px 10px 10px 10px;
}

#article .item h1 {
	font-size: 20px;
}
#article .item p {
	padding: 0 0 8px 0;
}
#article .item .link {
	padding: 0 0 20px 0;
}
#article .item .link a {
	text-decoration: underline;
	color: #00b159;
}
/* --------- [TEXT LINKS] --------- */
#linkListHeader {
	color: #00b159;
}
.t1 #mainMenu #linkList a{
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
/* --------- [SEARCH] --------- */
#searchField {
	margin: 0px;
	margin-top:10px;
	font-size: 14px;
	font-weight: bold;
}
#searchField span {
	color: #00b159;
}

#informationText h1, #informationText h2, #informationText h3 {
	color:#00b159;
}