/*
 * CSS-Datei fuer die Bildschirmdarstellung
 * NWEBS Gbr- Alle Rechte vorbehalten
 */

/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }
* { outline: none; }

/* Website styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
}
div#logo {
	width: 300px;
	height: 133px;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 4;
	margin-left: -500px;
}
div#top {
	width: 1000px;
	height: 18px;
	line-height: 15px;
	margin: 0 auto;
	text-align: right;
	background: #615d5c url('../images/top-bg.gif') top left repeat-x
}
#top a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 0;
}
#top a:hover {
	color: #bbb;
}
div#supheader {
	width: 993px;
	height: 40px;
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -500px;
	text-align: right;
	z-index: 3;
	padding: 10px 7px 0 0;
	background: url('../images/supheader-bg.png') top left no-repeat;
}
#supheader a {
	font-size: 12px;
	color: #58595b;
	text-decoration: none;
	padding: 0 8px 0 12px;
	text-transform: capitalize;
	background: url('../images/nav-bullet.gif') center left no-repeat;
}
#supheader a:hover {
	color: #000;
}
div#header {
	width: 1000px;
	height: 180px;
	overflow: hidden;
	margin: 15px auto 0 auto;
	text-align: right;
}
#header div.gradient {
	width: 432px;
	height: 128px;
	position: absolute;
	top: 57px;
	z-index: 2;
	background: url('../images/header-gradient.png') top left no-repeat;
	*left: 50%;
	*margin-left: -500px;
}
div#subheader {
	width: 973px;
	height: 28px;
	position: absolute;
	top: 177px;
	left: 50%;
	margin-left: -500px;
	z-index: 3;
	padding: 10px 0 0 27px;
	font-size: 14px;
	color: #fff;
	background: url('../images/subheader-bg.png') top left no-repeat;
}
div#subheader ul.mainnavigation {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	position: absolute;
	left: 225px;
}
div#subheader ul.mainnavigation li {
	float: left;
	padding: 0 5px;
}
div#subheader ul.mainnavigation li a, 
div#subheader ul.mainnavigation li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div#subheader ul.mainnavigation li.gruppe {
	background: url('../images/logo-gruppe-nav.jpg') center left no-repeat;
	padding-left: 25px;
	margin-left: 15px;
}
div#subheader ul.mainnavigation li.gruppe a:hover {
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid #0C4DA2 !important;
}
div#subheader ul.mainnavigation li.blue a:hover {
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid #0C4DA2 !important;
}
div#subheader ul.mainnavigation li.green a:hover {
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 5px solid #016a31 !important;
}

#subheader a.logo1 {
	float: left;
	width: 86px;
	height: 19px;
	display: block;
	margin: 0 0 0 60px;
}
#subheader a.logo2 {
	float: left;
	width: 85px;
	height: 19px;
	display: block;
	margin: 0 0 0 20px;
}
#subheader input.btn {
	width: 25px;
	height: 19px;
	border: 0;
	margin: 3px 15px 0 5px;
	background: url('../images/search-btn.gif') center center no-repeat;
}
#subheader input.search {
	width: 80px;
	border: 1px solid #898989;
	margin: 3px 0 0 0;
	color: #fff;
	font-size: 11px;
	padding: 2px;
	background: #6d6a6a;
}
div#main {
	width: 1000px;
	margin: 3px auto 0 auto;
	*position: relative;
	*top: 34px;
}
div#sidebar {
	float: left;
	width: 225px;
}
#sidebar ul {
	width: 225px;
	padding: 20px 0;
	background: #ebebeb;
}
#sidebar ul li {
	list-style: none;
	_display: inline;
}
#sidebar ul li a {
	display: block;
	font-size: 15px;
	color: #0c4da2;
	padding: 2px 0 2px 50px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	font-weight: bold;
	background-color: #b5b1af;
}

#sidebar ul.leveltwo {
	padding: 0;
	background-color: #c7c7c7;
}
#sidebar ul.leveltwo li a {
	display: block;
	font-size: 12px;
	color: #0c4da2;
	text-transform: none;
	padding: 2px 0 2px 60px;
	text-decoration: none;
	background-image: url(../images/nav-leveltwo.gif);
	background-repeat: no-repeat;
	background-position: 43px center;
}
#sidebar ul.leveltwo li a:hover, #sidebar ul.leveltwo li a.active {
	font-weight: normal;
	background-color: #c7c7c7;
	background-image: url(../images/nav-leveltwohover.gif);
	background-repeat: no-repeat;
	background-position: 43px center;
}
#sidebar ul.levelthree {
	padding: 0;
}
#sidebar ul.levelthree li a {
	display: block;
	font-size: 12px;
	color: #0c4da2;
	text-transform: none;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 70px;
	background-image: url(../images/nav-leveltwo.gif);
	background-repeat: no-repeat;
	background-position: 53px center;
}
#sidebar ul.levelthree li a:hover, #sidebar ul.levelthree li a.active {
	font-weight: normal;
	background-color: #d4d4d4;
	background-image: url(../images/nav-leveltwohover.gif);
	background-repeat: no-repeat;
	background-position: 53px center;
}

#sidebar ul.levelfour {
	padding: 0;
	background-color: #dedede;
}
#sidebar ul.levelfour li a {
	display: block;
	font-size: 12px;
	color: #0c4da2;
	text-transform: none;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 80px;
	background-image: url(../images/nav-leveltwo.gif);
	background-repeat: no-repeat;
	background-position: 63px center;
}
#sidebar ul.levelfour li a:hover, #sidebar ul.levelfour li a.active {
	font-weight: normal;
	background-color: #dedede;
	background-image: url(../images/nav-leveltwohover.gif);
	background-repeat: no-repeat;
	background-position: 63px center;
}
div#content {
	float: right;
	width: 744px;
	padding: 20px 0 20px 0;
}
div#content a,
div#content a:visited {
	color: #0c4da2;
	text-decoration: none;
}
div#content a:hover {
	color: #0c4da2;
	text-decoration: underline;
}
div#content ul {
	margin-left: 20px;
}
h1 {
	font-size: 15px;
	color: #0c4da2;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
#content div.STproduct-title {
	width: 744px;
	height: 27px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	text-indent: 30px;
	font-weight: bold;
	background: #00447e url('../images/product-title.gif') top left no-repeat;
}
#content div.STproduct-text {
	width: 644px;
	overflow: hidden;
	padding: 10px 70px 10px 30px;
	line-height: 18px;
	margin: 0 0 15px 0;
	background: #e6f7ff url('../images/product-text.gif') bottom right no-repeat;
}
#content .STproduct-text img {
	margin: 0 20px 0 0;
	border: 1px solid #0c4da2;
}


#content div.product-list {
	width: 744px;
}

#content div.product-list div.product {
	float: left;
	width: 350px;
	height: 107px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}

#content div.product-list div.product div.product-title {
	height: 27px;
	overflow: hidden;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
}
#content div.product-list div.product div.product-title a {
	color: #fff !important;
}
#content div.product-list div.product div.product-title .tx-ttproducts-pi1-wrap1 {
	color: #fff;
}
#content div.product-list div.product div.product-image {
	float: left;
	overflow: hidden;
	height: 80px;
	width: 140px;
}
#content div.product-list div.product div.product-text {
	float: left;
	margin: 5px 10px 5px 10px;
	line-height: 18px;
	width: 188px;
}



#content p {
	margin: 5px 0 5px 0;
	text-align: justify;
}
div#content-left {
	float: left;
	width: 530px;
	margin: 0;
}
div#content-right {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
}
div#content-right h1 {
	color: #fff;
	background-color: #999;
	padding: 4px;
	padding-left: 9px;
	margin: 0;
}
div#content-right h1.normal {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
}
div#footer {
	clear: both;
	width: 1002px;
	margin: 0 auto;
	height: 28px;
	background: url('../images/footer-bg.gif') top left repeat-x;
	*position: relative;
	*top: 34px;
}
#footer div.content {
	margin: 0 auto;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
}
#footer .content .left {
	line-height: 27px;
}
#footer .content a {
	color: #fff;
	text-decoration: none;
}
#footer .content a:hover {
	color: #bbb;
}
#footer .content .right {
	text-align: right;
	line-height: 27px;
}



/*--------------------------------- Mail Formular ---------------------------------------*/
fieldset.csc-mailform { border: none; margin: 1em 0; }
fieldset.csc-mailform label {float:left; width:150px;}
fieldset.tx-powermail-pi1_fieldset { border: none; margin: 1em 0; }
fieldset.tx-powermail-pi1_fieldset legend { display: none; }
fieldset.tx-powermail-pi1_fieldset label {float:left; width:150px;}
.powermail_mandatory_js { margin-left: 152px; color: red;}
fieldset.hidden-label label { display: none; }


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
  
}

.news-list-item {
  /* IE hack */
  height: 1%;
  line-height: 1.7em;
  /* IE hack end */
  margin: 1.5em 0;
}
.news-list-item a, 
.news-list-item a:hover, 
.news-list-item a:visited {
	text-decoration: none;
}
.news-search-form {
  margin: 0; padding: 0;
  margin-top: 1em;
}
.news-search-emptyMsg{
  margin:0px;
}
.news-search-form FORM {
  margin:0px;
}
.news-list-container H3 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
/*
  border-bottom: 1px solid gray;
  clear: both;
*/
}
.news-list-container P {
  margin: 0;
  margin-bottom: .8em;
  padding-left:3px;
}
.news-list-date {
  vertical-align: middle;
  font-size: 85%;
  line-height: 135%;
/*
  float: right;
  text-align: right;
*/
  font-weight: bold;
  color: #000 !important;
}
.news-list-date a {
    color: #000 !important;
}
.news-list-item p.news-list-subheader {
    color: #000 !important;
    padding: 0;
    margin: 0;
}
.news-list-item p.news-list-subheader a {
    color: #000 !important;
}

.news-list-imgcaption {
  float: right;
  padding-top:3px;
  padding-right:3px;
  font-size: 9px;
}

.news-list-container IMG {
  
  float: right;
  border:1px solid #666;
  margin-bottom:5px;
  margin-right:2px;
  margin-left:5px;
}
.news-list-category IMG {
  float: none;
  border:none;
  margin:0px;
}

.news-list-morelink,
.news-list-category {
  font-size:9px;
  margin-left:3px;
}
.news-list-morelink  {
  margin-bottom:3px;
  float: right;
}
.news-list-morelink a,
.news-list-morelink a:hover,
.news-list-morelink a:visited {
	color: #0c4da2;
	text-decoration: none;
}

.news-list-line {
  border-bottom: 1px solid #BFDBEE;
  clear: both;
}
.news-list-browse {
  text-align: center;
  clear: both;
}

.news-list-browse p {
  margin: 0;
  padding: 0;
}

.news-list-item h3 a,
.news-list-item h2 a:hover, 
.news-list-item h2 a:visited {
	color: #0c4da2;
	text-decoration: none;
}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
  margin-bottom: 0.5em;
  border:1px solid #0071BB;
  background-color: #f0f0f0;
  float: left;
  width: 777px;
}
.news-single-header {
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #7FB8DD;
}
.news-single-header h2 {
    padding: 1px !important;
    width: 500px;
    margin: 0px;
    color: #000 !important;
}
.news-single-content {
    padding: 20px;
}
.news-single-item H2 {
  margin-bottom: 0px;
}
.news-single-item H3 {
  font-style: italic;
}

.news-single-img {
  float: right;
  margin-left:1.2em;  
}

.news-single-imgcaption {
  margin: 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  background-color: #eee;
  padding:2px;
  clear:both;
  margin-top: 4px;
}

.news-single-category { 
  float: right;
}
.news-single-backlink, .news-single-backlink a {
  margin: 0.5em 0;
}
.news-single-timedata {
    float: left;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
  font-size: 9px;
}
.news-single-author {
  padding-bottom: 3px;
}
.news-single-additional-info {
  background-color: #f0f0f0;
  /*    clear: both;*/
  margin-top: 15px;
  border: 1px solid #666;
  padding:3px;
  padding-bottom:0px;
  clear: both;
}

.news-single-related,.news-single-files,.news-single-links  {
  margin:0px;
  margin-bottom: 3px;
  padding:3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {  
  margin-left:20px;
}

p { margin: 0; padding: 0; }

.news-single-related DT, .news-single-links DT, .news-single-files DT {
  font-weight: bold;
  font-size: 11px;
  margin-left:5px;
  width:90%;
}


/*--------  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:0px;
  display: none;
}
.news-latest-container HR.clearer {
  clear:left;
}



div.tx-dmmjobcontrol-pi1, 
div.tx-dmmjobcontrol-pi1 h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

tx_powermail_pi1_fieldwrap_html {
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
}
a.external-link,
a.external-link-new-window {
	background:transparent url(../images/extlink.gif) no-repeat scroll left center;
	padding-left:16px;
}
td.tx-indexedsearch-descr {
	text-align: justify;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid black;
}

/*------------------------------ login ------------------------------------*/
.tx-felogin-pi1 fieldset {
	margin-top: 10px;
	border: 0;
}
.tx-felogin-pi1 fieldset div {
	margin-top: 5px;
}
.tx-felogin-pi1 legend {
	display: none;
}.csc-header {
	margin-top: 15px;
}
.csc-header-n1 {
	margin-top: 0;
}
