/*
 * CSS-Datei fuer die Bildschirmdarstellung
 * NWEBS Gbr- Alle Rechte vorbehalten
 */

/* Master styles - Colors for the blue version of the site */

#supheader a {
	background: url('../images/nav-bullet.gif') center left no-repeat;
}
#supheader a:hover {
	color: #000;
}
#header div.gradient {
	background: url('../images/header-gradient.png') top left no-repeat;
}
div#subheader ul.mainnavigation li.act {
	padding-bottom: 5px;
	border-bottom: 5px solid #0C4DA2;
}
#sidebar ul li a {
	color: #0c4da2;
	background-image: url(../images/nav-bullet.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-act.gif);
	font-weight: bold;
}
#sidebar ul.leveltwo li a {
	font-weight: normal;
	color: #0c4da2;
	background-image: url(../images/nav-leveltwo.gif);
}
#sidebar ul.leveltwo li a:hover, #sidebar ul.leveltwo li a.active {
	background-image: url(../images/nav-leveltwohover.gif);
}
#sidebar ul.levelthree li a {
	color: #0c4da2;
	background-image: url(../images/nav-leveltwo.gif);
}
#sidebar ul.levelthree li a:hover, #sidebar ul.levelthree li a.active {
	background-image: url(../images/nav-leveltwohover.gif);
}
#sidebar ul.levelfour li a {
	color: #0c4da2;
	background-image: url(../images/nav-leveltwo.gif);
}
#sidebar ul.levelfour li a:hover, #sidebar ul.levelfour li a.active {
	background-image: url(../images/nav-leveltwohover.gif);
}
div#content a,
div#content a:visited {
	color: #0c4da2;
	text-decoration: none;
}
div#content a:hover {
	color: #0c4da2;
}
h1,h2,h3,h4,h5,h6 {
	color: #0c4da2;
}

div#content-right h1 {
	border-left: 24px solid #1f409a;
}

.news-list-morelink a,
.news-list-morelink a:hover,
.news-list-morelink a:visited {
	color: #0c4da2;
}

.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: #0c4da2;
}


/*--------------------------------- 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: #0C4DA2;
	color: #fff;
}

