img.logo {
    margin-top: 18px;
}

img.float-right, .float-right {
    float: right;
}


/* STATIC MENU */

#static-menu {
   /* background-color: #00ffff;*/
   margin-top: 1px;
}
#static-menu ul {
    list-style: none;
    margin: 0;
    padding:0;
    background-color: #ff00ff;
}

#static-menu ul li {
    float: left;
    display: block;
    width: 95px;
    height: 17px;
    padding: 0;
    margin: 0 1px 1px 0;
    overflow: hidden;
}

#static-menu ul li.nmr {
    margin: 0 0px 1px 0;
}

/* MAIN MENU */

#main-menu {
    float: left;
    margin-top: 33px;
    /*background-color: #ffff00;*/
}

#main-menu ul {
    width: 383px;
}

#main-menu ul li.clear {
    clear: left;
}

#main-menu ul li {
    float: left;
    width: 95px;
    height: 23px;
    display: block;
    margin-top: 1px;
    /*background-color: #ff00ff;*/
    overflow: hidden;
}

#main-menu ul li.hover, #main-menu ul li.active {
    
}

#main-menu ul li.mr {
    margin-right: 1px;
}

/* SUBMENU-Level1 */

#sm-level-1{
    margin-top: 0px;
}

#sm-level-1 ul{
    margin: 0;
    padding: 0;
}

#sm-level-1 ul li{
    line-height: 18px;
    border-bottom: 1px solid #e4dbdb;
}

#sm-level-1 ul li.active a, 
#sm-level-1 ul li a,
#sm-level-1 ul li ul li a,
#sm-level-1 ul li ul li.active a,
#sm-level-1 ul li a:hover {
    display: block;
    padding: 4px 0 4px 10px;
}

#sm-level-1 ul li a:hover{
    background-color: #f7e9e9;
}

#sm-level-1 ul li.active {
    line-height: 18px;
    padding: 0;
    background-color: #ffffff;
    border-bottom: 2px solid #f0e2e2;
}
#sm-level-1 ul li.active a {
    padding: 4px 2px 4px 10px;
    background-color: #f0e2e2;
}

/* 2nd Level */

#sm-level-1 ul li.active li {
    padding: 0;
}

#sm-level-1 ul li.active ul li{
    line-height: 18px;
    padding-top: 1px;
    margin-left: 20px;
    background: url('/layout/de/images/dotted.gif') left top repeat-x;
}

#sm-level-1 a.produkte {
    background: url('/de/images/icn_produkte_p.gif') 115px 6px no-repeat;
}
#sm-level-1 a.produkte:hover {
    padding-left: 2px;
    background: url('/de/images/icn_produkte_a.gif') 115px 6px no-repeat;
}

#sm-level-1 li.active ul li, #sm-level-1 li.active ul li a{
    background-color: #ffffff;
    border: none;
}

#sm-level-1 li.active ul li a, #sm-level-1 li.active ul li.active a{
    padding: 4px 2px;
}

#sm-level-1 li.active ul li a:hover{
    padding-left: 2px;
    background-color: #f0e2e2;
    border: none;
}

#sm-level-1 li.active ul li.active a{
    background-color: #f0e2e2;
    border: none;
}

/* 3rd Level */

#sm-level-1 li.active ul li.active ul li a{
    background-color: #ffffff;
    border: none;
}

#sm-level-1 li.active ul li.active ul li a:hover, #sm-level-1 li.active ul li.active ul li a.active{
    background-color: #fbeded;
    border: none;
}

/* HOMEPAGE */

#hp-topics img.ml {
    margin: 0 0 0 10px;
    padding: 0px;
}

#hp-topics {
    margin: 15px 0px 0px 0px;
    /*background-color: #ff00ff;*/
}

#hp-topics ul.topic-nav {
    padding: 0;
    margin: 12px 0 0 0;
}

#hp-topics ul.topic-nav li.zweizeiler,
#hp-topics ul.topic-nav li.dreizeiler {
    float: left;
    width: 373px;
    display: block;
    padding-left: 10px;
}

#hp-topics ul.topic-nav li.zweizeiler {
    height: 47px;
    background-position: 0px 26px;
}

#hp-topics ul.topic-nav li.dreizeiler {
    height: 65px;
    background-position: 0px 43px;
}

#hp-topics ul.topic-nav li a{
    display: block;
}

#hp-topics ul.topic-nav li a {
    background: url('/de/images/hp-topics-btn_passive.gif') bottom right no-repeat;
}

#hp-topics ul.topic-nav li a:hover {
    background: url('/de/images/hp-topics-btn_active.gif') bottom right no-repeat;
}

/* TEASER HOMEPAGE */

.teaser-headline, .teaser-img, teaser-txt {
    margin-bottom: 20px;
}

.teaser-link {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.teaser-link ul {
    margin: 0px;
    padding: 0px;
}

.teaser-link ul li {
    margin: 0;
}

.teaser-link ul li a {
    display: block;
    padding-bottom: 7px;
    background: url('/de/images/teaser-btn_passive.gif') bottom right no-repeat;
}

.teaser-link ul li a:hover {
    display: block;
    padding-bottom: 7px;
    background: url('/de/images/teaser-btn_active.gif') bottom right no-repeat;
}

/* NEWS HOMEPAGE */

.news {
    float: left;
}

.news ul {
    margin: 0px;
}

.news ul li {
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #e4dbdb;
}

.news ul li a {
    display: block;
}
.news ul li a {
    padding: 4px 45px 6px 0;
    background: url('/de/images/teaser-btn_passive.gif') bottom right no-repeat;
}

.news ul li a:hover {
    padding: 4px 45px 6px 0;
    background: url('/de/images/teaser-btn_active.gif') bottom right no-repeat;
}

/* CONTENT-Header */

.content-header ul {
    height: 27px;
}

.content-header ul li.printer {
    float: right;
    display: block;
    width: 47px;
    height: 27px;
}

.content-header ul li.printer a {
    display: block;
    background: url('/de/images/btn_printer_passive.gif') 0 0 no-repeat;
}
.content-header ul li.printer a:hover {
    background: url('/de/images/btn_printer_active.gif') 0 0 no-repeat;
}

.content-header ul li.back-overview,
.content-header ul li.back-overview-references,
.content-header ul li.back-overview-news {
    float: right;
    display: block;
    height: 27px;
}

.content-header ul li.back-overview-references a {
    display: block;
    background: url('/de/images/btn_back_overview_passive.gif') 0 0 no-repeat;
}
.content-header ul li.back-overview-references a:hover {
    background: url('/de/images/btn_back_overview_active.gif') 0 0 no-repeat;
}

.content-header ul li.back-overview-news a {
    display: block;
    background: url('/de/images/btn_back_news_passive.gif') 0 0 no-repeat;
}
.content-header ul li.back-overview-news a:hover {
    background: url('/de/images/btn_back_news_active.gif') 0 0 no-repeat;
}

.content-header ul li.back-overview a {
    display: block;
    background: url('/de/images/btn_overview_passive.gif') 0 0 no-repeat;
}
.content-header ul li.back-overview a:hover {
    background: url('/de/images/btn_overview_active.gif') 0 0 no-repeat;
}

/* CONTENT-Footer */

.content-footer ul {
    height: 27px;
}

.content-footer ul li.top {
    float: right;
    display: block;
    width: 47px;
    height: 27px;
}

.content-footer ul li.top a {
    display: block;
    background: url('/de/images/btn_top_passive.gif') 0 0 no-repeat;
}
.content-footer ul li.top a:hover {
    background: url('/de/images/btn_top_active.gif') 0 0 no-repeat;
}

/* REFERENZEN */

.topics-right {
    margin: 0px 0 30px 0;
    /*background-color: #ff00ff;*/
}
.topics-right h3 {
    padding: 0 0 6px 15px;
    margin-bottom: 9px;
    background: url('/layout/de/images/dotted.gif') left bottom repeat-x;
}
.topics-right ul {
    margin: 0px;
    padding: 0px;
}

.topics-right ul li {
    padding: 9px 0 0 0;
    margin: 0 0 0 15px;
    border-bottom: 1px solid #e4dbdb;
}

.topics-right ul li.npt {
    padding: 0 0 0 0;
}

.topics-right ul li a, 
.topics-right ul li a.extern,
.topics-right ul li a.pdf {
    padding: 0px 40px 6px 0;
    line-height: 16px;
    display: block;
}

.topics-right ul li p, .topics-right ul li img {
    margin: 0px 0 4px 0;
    padding: 0;
}


.topics-right ul li a {
    background: url('/de/images/teaser-btn_passive.gif') bottom right no-repeat;
}

.topics-right ul li a:hover, 
.topics-right ul li a.active {
    background: url('/de/images/teaser-btn_active.gif') bottom right no-repeat;
}

.topics-right ul li a.extern {
    background: url('/de/images/link_extern_passive.gif') bottom right no-repeat;
}

.topics-right ul li a.extern:hover {
    background: url('/de/images/link_extern_active.gif') bottom right no-repeat;
}

.topics-right ul li a.pdf {
    background: url('/de/images/link_pdf_passive.gif') bottom right no-repeat;
}

.topics-right ul li a.pdf:hover {
    background: url('/de/images/link_pdf_active.gif') bottom right no-repeat;
}

.topics-right ul li a.zip {
    background: url('/de/images/link_zip_passive.gif') bottom right no-repeat;
}

.topics-right ul li a.zip:hover {
    background: url('/de/images/link_zip_active.gif') bottom right no-repeat;
}

/* CONTENT LIST 3rd Level */

ul.third-level-menu {
    margin-top: 6px;
    margin-left: -9px;
}

ul.third-level-menu li {
    padding: 0px;
    margin-bottom: 0px;
    line-height: 16px;
    display: block;
    background: url('/de/images/line-dotted-long.gif') 20px bottom no-repeat;
}

ul.third-level-menu li.nbb {
    padding: 0px;
    margin-bottom: 0px;
    line-height: 16px;
    display: block;
    background: none;
}

ul.third-level-menu li a, 
ul.third-level-menu li a.active {
    padding: 5px 0px 5px 20px;
    line-height: 16px;
    display: block;
}

ul.third-level-menu li a:hover, 
ul.third-level-menu li a.active {
    color: #0084c8;
    background: url('/de/images/list-arrow-left.gif') left 4px no-repeat;
}

.tlm-selected {
    color: #0084c8;
    background: url('/de/images/list-arrow-left.gif') left 4px no-repeat;
}
.tlm-not-selected {
    color: #616465;
    background-image: url('/layout/de/images/trsp.gif');
}

/* META */

.meta-right {
    margin: 0px 0 30px 0;
    padding-bottom: 0px;
}
.meta-right h3 {
    padding: 0 0 6px 15px;
    margin-bottom: 9px;
    background: url('/layout/de/images/dotted.gif') left bottom repeat-x; 
}

.meta-right p {
    padding: 9px 9px 0px 15px;
    margin: 0;
    display: block;
    
}

/* LISTEN */

ul.list-txt {
    padding: 0;
    margin: 0;
}

ul.list-txt li{
    padding-left: 0px;
    margin-bottom: 6px;
}

ul.list-txt li p{
    margin-bottom: 6px;
}

/* Link-List */

ul.link-list {
    margin: 0px 0 30px 0;
    background-color: #fff;
}

ul.link-list li {
    padding: 6px 0;
    margin: 0;
}

ul.link-list li a {
    padding: 0px 45px 0px 0px;
    line-height: 16px;
    display: block;
    background: url('/de/images/btn_arrow_passive.gif') right 4px no-repeat;
}

ul.link-list li a:hover, ul.link-list li a.active {
    background: url('/de/images/btn_arrow_active.gif') right 4px no-repeat;
}

/* TOPICS mit STERN */

ul.list-topics {
    margin: 20px 0 30px 0;
}

ul.list-topics li {
    padding: 0 0 0 16px;
    margin: 0 0 10px 0;
    /*background: url('/de/images/icon-stern.gif') left 5px no-repeat;*/
    /*background: url('/de/images/icon-stern-blue.gif') left 4px no-repeat;*/
    background: url('/de/images/listicon-line-blue.gif') left 4px no-repeat;
}

ul.list-topics li h3{
    font-size: 1.12em;
    margin: 0 0 4px 0;
    padding: 0;
    color: #0084c8;/*#8f8989;*/
}

ul.list-topics li p{
    margin-bottom: 15px;
}

/* plain */

ul.list-topics-plain {
    margin: 0px 0 30px 15px;
}

ul.npl {
    margin-left: 0px;
}

ul.list-topics-plain li {
    padding: 0 0 0 16px;
    margin: 0px 0 6px 0;
    /*width: 350px;*/
    background: #ffffff url('/de/images/icon-disc.gif') left 6px no-repeat;
    /*background: #ffffff url('/de/images/icon-stern-blue.gif') left 4px no-repeat;*/
}

ul.list-topics-plain ul.npl {
    padding-left: 0px;
}

ul.list-topics-plain li p{
    padding: 0;
    margin-bottom: 5px;
}

/* list-topic-plain in other lists */

ul li ul.list-topics-plain {
    margin-left: 0px;
}
ul li ul.list-topics-plain li {
    margin-left: 0px;
    padding-left: 16px;
}

/* plain */

ul.plain {
    margin: 15px 0 20px 0px;
}

ul.plain li {
    padding: 0 0 5px 16px;
    margin: 0px 0 6px 0;
    width: 350px;
    background: #ffffff url('/de/images/icon-disc.gif') left 4px no-repeat;
}

ul.plain li p{
    padding-top: 10px;
    margin: 0;
}

/* LIST with Numbers */

ul.list-Numbers {
    margin: 25px 0;
}

ul.list-Numbers li {
    line-height: 17px;
    padding: 0px 0 0 30px;
    margin-top: 10px;
}

ul.list-Numbers li h3{
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    color: #0084c8;/*#8f8989;*/
}

ul.list-Numbers li p {
    margin: 4px 0 0 0px;
    padding-right: 60px;
    padding-top: 2px;
}

ul.list-Numbers li h3 img{
    margin-bottom: 10px;
    padding-top: 4px;
}

ul.list-Numbers li.item1{
    background: url('/de/images/list-numbers-1.gif') 0px 0px no-repeat; 
}
ul.list-Numbers li.item2{
    background: url('/de/images/list-numbers-2.gif') 0px 0px no-repeat;  
}
ul.list-Numbers li.item3{
    background: url('/de/images/list-numbers-3.gif') 0px 0px no-repeat; 
}
ul.list-Numbers li.item4{
    background: url('/de/images/list-numbers-4.gif') 0px 0px no-repeat; 
}
ul.list-Numbers li.item5{
    background: url('/de/images/list-numbers-5.gif') 0px 0px no-repeat; 
}

ul.list-Numbers li.small-item1{
    background: url('/de/images/list-numbers-1-small.gif') 2px 2px no-repeat; 
}
ul.list-Numbers li.small-item2{
    background: url('/de/images/list-numbers-2-small.gif') 2px 2px no-repeat;  
}
ul.list-Numbers li.small-item3{
    background: url('/de/images/list-numbers-3-small.gif') 2px 2px no-repeat; 
}
ul.list-Numbers li.small-item4{
    background: url('/de/images/list-numbers-4-small.gif') 2px 2px no-repeat; 
}
ul.list-Numbers li.small-item5{
    background: url('/de/images/list-numbers-5-small.gif') 2px 2px no-repeat;  
}
ul.list-Numbers li.small-item6{
    background: url('/de/images/list-numbers-6-small.gif') 2px 2px no-repeat; 
}

/* MISCELENIOUS */

.teaser-edges {
    margin-bottom: 30px;
}

.teaser-edges .content {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.teaser-edges p {
    margin-bottom:5px;
    padding:0;
}

.teaser-edges .tl {
    background:url(/de/images/edge-tl.gif) top left no-repeat;
    margin:0;
    padding:0;
}
.teaser-edges .tr {
    background:url(/de/images/edge-tr.gif) top right no-repeat;
    margin:0;
    padding:0;
}
.teaser-edges .bl {
    background:url(/de/images/edge-bl.gif) bottom left no-repeat;
    margin:0;
    padding:0;
}
.teaser-edges .br {
    background:url(/de/images/edge-br.gif) bottom right no-repeat;
    margin:0;
    padding:0;
}

.mf-rehosting-pdf-teaser {
    position: relative;
    width: 232px;
    height: 122px;
    margin: 20px 0 7px 0;
    padding: 5px 20px 0px 185px;
    background: url('/de/content/mf-rehosting-pdf-link.gif') no-repeat;
}

.mf-rehosting-pdf-teaser a{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 0 10px 15px;
    display: block;
    background: url('/de/images/teaser-arrow-white.gif') 0 4px no-repeat;
}
.mf-rehosting-pdf-teaser a:hover{
    color: #c58609;
    background: url('/de/images/teaser-arrow-white.gif') 0 4px no-repeat;
}

/* TABLE */ 

table .align-center{
    text-align: center;
}

/* HEAD TOP */

.head-top {
    background: url('/layout/de/images/tbl-vert-bg-head.gif') repeat-x;
}
table tr.head {
    color: #ffffff;
    /*background: url('/layout/de/images/tbl-vert-head-border-bottom.gif') bottom left no-repeat;*/
}

table td {
    padding: 4px 6px;
}

table td.edge-left {
    padding: 4px 6px 2px 6px;
    background: url('/layout/de/images/tbl-vert-head-edge-tl.gif') top left no-repeat;
}
table td.edge-right {
    padding: 0 6px;
    background: url('/layout/de/images/tbl-vert-head-edge-tr.gif') top right no-repeat;
}

/* HEAD LEFT */

table.head-left th {
    color: #ffffff;
    background: url('/layout/de/images/tbl-horiz-bg-head.gif') repeat-y;
}

table.head-left th.edge-top {
    background: url('/layout/de/images/tbl-horiz-head-edge.gif') top left no-repeat;
}

table.head-left th.edge-bottom {
    background: url('/layout/de/images/tbl-horiz-head-edge.gif') bottom left no-repeat;
}

table.head-left th, table.head-left td{
    padding: 8px;
}

/* BODY */

table tr {
    padding: 4px 6px;
}

table td.tbl-dotted-br {
    border-right: 1px dotted #cdcdcd;
    /*background: url('/layout/de/images/dotted-gray-vertikal.gif') top right repeat-y;*/
}

table td.tbl-dotted-bb {
    border-bottom: 1px dotted #cdcdcd;
    /*background: url('/layout/de/images/dotted-gray-horizontal.gif') bottom left repeat-x;*/
}

table td.shaddow-left {
    border-left: 1px solid #eaeaea;
    /*background: url('/layout/de/images/tbl-horiz-head-border.gif') top left repeat-y;*/
}

table tr.tbl-dotted-bb {
    background: url('/layout/de/images/dotted-gray-horizontal.gif') bottom left repeat-x;
}

table tr.tbl-bb {
    border-bottom: 1px solid #c8c8c8;
    /*background: url('/layout/de/images/dotted-gray-horizontal.gif') bottom left repeat-x;*/
}

table .border-bb {
    border-bottom: 1px solid #b0b0b0;
}


/* FORM SPEEDGAIN ETC. */

table.tbl-form {
    width: 400px;
    margin: 20px 0 ;
    background: #f0e2e2 url('/layout/de/images/tbl-form-bg.gif');
}

td {
    text-align: left;
}

table.tbl-form td.tbl-head{
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

table.tbl-form td.tbl-dotted-bt {
    padding-top: 10px;
    background: url('/layout/de/images/dotted-white-horizontal.gif') top left repeat-x;
}

table.tbl-form td {
    padding: 0px 0px 10px 10px;
}

table.tbl-form td.pad-right {
    padding-right: 15px;
}

table.tbl-form td.pad-tb {
    padding: 15px 0 15px 10px;
} 

table.tbl-form td.lbl-1 {
    width: 55px;
}

table.tbl-form td.field-1 {
    width: 335px;
}


table.tbl-form td.input-plz {
    width: 80px;
    padding-right: 3px;
}

table.tbl-form td.edge-tl {
    background: url('/layout/de/images/tbl-form-edge-tl.gif') top left no-repeat;
}
table.tbl-form td.edge-tr {
    background: url('/layout/de/images/tbl-form-edge-tr.gif') top right no-repeat;
}
table.tbl-form td.edge-bl {
    background: url('/layout/de/images/tbl-form-edge-bl.gif') bottom left no-repeat;
}
table.tbl-form td.edge-br {
    background: url('/layout/de/images/tbl-form-edge-br.gif') bottom right no-repeat;
}

table.tbl-form td.first, table.tbl-form td.last  {
    padding: 0;
    margin: 0;
    content: ".";
	height: 0;
	font-size: 0;
	line-height: 0;
}

table.tbl-form td.edge-bl, table.tbl-form td.edge-br,
table.tbl-form td.edge-tl, table.tbl-form td.edge-tr {
    padding-bottom: 4px;
}

.input-item { 
    background-color: #f0e2e2;
    padding: 0;
    margin: 0;
    width: 1em;
}

input[type="image"] {
    width: 79px;
    height: 23px;
}
input[type="image"]:hover {
    width: 79px;
    height: 23px;
}

input {
    padding: 4px 2px;
    width: 100%;
    height: 12px;
    background: #ffffff;
    border: none;
}

textarea {
    padding: 4px 2px;
    width: 100%;
    height: 100px;
    background: #ffffff;
    border: none;
}

/* SITEMAP */

.sitemap {
    padding-right: 30px;
}
.sitemap ul {
    margin: 20px 0 20px 0;
    padding: 0 0 0 0;
}

.sitemap ul li {
    margin: 0 0 0 0;
    padding: 0px 0 0 30px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    background: url('/de/images/line-dotted-long.gif') 30px bottom no-repeat;
}

.sitemap ul li {
    margin-right: 25px;
}

.sitemap ul li.subhead a, .sitemap ul li.subhead a:hover {
    color: #0084c8;
}

.sitemap ul li.itgain {
    padding-top: 6px;
    height: 20px;
    background: url('/de/images/sitemap-itgain-img.gif') left 0 no-repeat;
}

.sitemap ul li.leistung {
    padding-top: 6px;
    height: 20px;
    background: url('/de/images/sitemap-leistung-img.gif') left 0 no-repeat;
}

.sitemap ul li.produkte {
    padding-top: 6px;
    height: 20px;
    background: url('/de/images/sitemap-produkte-img.gif') left 0 no-repeat;
}

.sitemap ul li.referenzen {
    padding-top: 6px;
    height: 20px;
    background: url('/de/images/sitemap-referenzen-img.gif') left 0 no-repeat;
}
.sitemap ul li.meldungen {
    padding-top: 6px;
    height: 20px;
    background: url('/de/images/sitemap-news-img.gif') left 0 no-repeat;
}
.sitemap ul li.jobs {
    padding-top: 6px;
    height: 20px;
    background: url('/de/images/sitemap-jobs-img.gif') left 0 no-repeat;
}
.sitemap ul li.info {
    padding-top: 6px;
    height: 20px;
    background: url('/de/images/sitemap-info-img.gif') left 0 no-repeat;
}

.sitemap ul li a{
    display: block;
}

.sitemap ul li a {
    background: url('/de/images/btn_arrow_passive.gif') right 5px no-repeat;
}

.sitemap ul a:hover {
    background: url('/de/images/btn_arrow_active.gif') right 5px no-repeat;
}

.sitemap ul li.head a{
     background: url('/de/images/btn_arrow_passive.gif') right 1px no-repeat;
}
.sitemap ul li.head a:hover{
     background: url('/de/images/btn_arrow_active.gif') right 1px no-repeat;
}








