/*
 * CSS-Datei fuer die Bildschirmdarstellung
 * NWEBS Gbr- Alle Rechte vorbehalten
 */

/* Master styles - Colors for the green versio of the site */

#supheader a {
	background: url('../images/nav-bullet-green.gif') center left no-repeat;
}
#supheader a:hover {
	color: #000;
}
#header div.gradient {
	background: url('../images/header-gradient-green.png') top left no-repeat;
}

div#subheader ul.mainnavigation li.act {
	padding-bottom: 5px;
	border-bottom: 5px solid #016a31;
}
#sidebar ul li a {
	color: #00652e;
	background-image: url(../images/nav-bullet-green.gif);
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	background-color: #b5b1af;
}
#sidebar ul li.act a {
	background-image: url(../images/nav-bullet-green-act.gif);
	font-weight: bold;
}
#sidebar ul.leveltwo li a {
	color: #00652e;
	font-weight: normal;
	background-image: url(../images/nav-leveltwo-green.gif);
}
#sidebar ul.leveltwo li a:hover, #sidebar ul.leveltwo li a.active {
	background-image: url(../images/nav-leveltwohover-green.gif);
}
#sidebar ul.levelthree li a {
	color: #00652e;
	background-image: url(../images/nav-leveltwo-green.gif);
}
#sidebar ul.levelthree li a:hover, #sidebar ul.levelthree li a.active {
	background-image: url(../images/nav-leveltwohover-green.gif);
}
#sidebar ul.levelfour li a {
	color: #00652e;
	background-image: url(../images/nav-leveltwo-green.gif);
}
#sidebar ul.levelfour li a:hover, #sidebar ul.levelfour li a.active {
	background-image: url(../images/nav-leveltwohover-green.gif);
}
div#content a,
div#content a:visited {
	color: #00652e;
	text-decoration: none;
}
div#content a:hover {
	color: #00652e;
}
h1,h2,h3,h4,h5,h6 {
	color: #00652e;
}

div#content-right h1 {
	border-left: 24px solid #016a31;
}
div#content-right h1.normal {
	border: none;
	color: #00652e;
}


.news-list-morelink a,
.news-list-morelink a:hover,
.news-list-morelink a:visited {
	color: #00652e;
}

.news-list-line {
  border-bottom: 1px solid #BFDBEE;
  clear: both;
}

.news-list-item h3 a,
.news-list-item h2 a:hover, 
.news-list-item h2 a:visited {
	color: #00652e;
}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
  border:1px solid #0071BB;
  background-color: #f0f0f0;
}
.news-single-header {
    background-color: #7FB8DD;
}
.news-single-header h2 {
    color: #000 !important;
}
#content div.product-list div.product div.product-title {
    background-color: #c7c7c7; /*#016A31;*/
}
#content div.product-list div.product div.product-title a {
    text-decoration:none;
}
#content div.product-list div.product div.product-title a span b {
    color: #00652e;
}
