@charset "iso-8859-1";
html, body { height:100%; }

body {
    padding: 0;
    margin: 0px auto;
    text-align: left;
    background-color: #EEE;/*#F0F0F0*/
    background-image: url(../images/bg_site.gif);
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

#outerwrap {
    margin: 0px auto;
    width: 960px; /*1160*/
    padding: 0 15px 0 15px;
    background-image: url(../images/border_right.jpg);
    background-position: top right;
    background-repeat: repeat-y;
}

#borderbottom {
    margin: 0px auto;
    width: 975px; /*1160*/
    padding: 0 0 0 15px;
}

#header {
    width: 960px;
    height: 184px;
    margin: 0px auto;
    border-bottom: 1px solid #FFF;
}

* html #header {
    height: 162px;
}

#contentwrapper {
position: relative;
    width: 960px;  /*1160*/
    margin: 0px auto;
    background-color: #E0DEDD;
    background-image: url(../images/bg_mainframe.gif);
    background-repeat: repeat-y;
    background-position: top left;
    
}

#supportcontent{
    float: left;
    width: 823px;
    padding: 26px 52px 28px 52px;
    background-color: #CCC;
}

*html #supportcontent {
    width: 816px;
        padding: 26px 42px 28px 52px;
}

#breadcrumb {
    width: 685px;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    background-image: url(../images/bg_lowernav.gif);
    background-repeat: repeat-x;
    padding-left: 10px; 
    float:left;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#breadcrumb a:hover {
    text-decoration: underline;
}


#maincontent {
    float: left;
    width: 722px;
    background-color: #F0F0F0;
    border-left: 1px solid #FFF;
}

#innercontent {
    padding: 32px 30px 0 30px;
}


#downloadbox {
    margin: 35px 10px 10px 0;
    color: #666;
    text-align: center;
    font-size: 10px;
}

#footer {
    margin: 20px 0 0 0;
    color: #999;
    text-align: center;
    font-size: 10px;
    text-align: center;
    bottom: 0px;
    width: 235px;
    position: absolute;
}

#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:lik {
    color: #666;    
}

#contenttext {
        float: left;
        width: 416px;
        padding: 26px 52px 28px 52px;
}

#contentpics {
        float: right;
        width: 180px;
}

#leftframe {
    float: left;
    width: 237px;
    padding: 24px 0 0 0;
    background-color: #E0DEDD;  
}

#logo {
    float: left;
    width: 237px;
    height: 153px;
    margin: 0px auto;
    background-color: #F0F0F0;
    border-right: 1px solid #FFF;
}

#logo img{
    margin-top: 50px;
}

#banner {
    float: left;
    height: 153px;
    width: 695px;
    /*position: relative;*/
}

#search {
    float: left;
    padding: 0 0 0 17px;
    margin: 0;
    width: 220px;
    height: 30px;
}

#search input {
    margin: 0;  
}

.clearer {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

/*#searchfield*/
.input_searchbox {
        height: 17px;   
        font-size: 11px;
        border: 1px solid #A3A3A3;
        margin: 0 0 7px 4px;
        padding: 5px 2px 0 2px;
}

.label_searchbox {
        margin: 0 0 32px 0;
        padding: 0 0 32px 0;
        height: 30px;
        line-height: 30px;
} 

#searchfield {
    float: left;
}

#searchbutton {
        margin:  0;
        padding: 0;
        border: 0;
        float: left;
}
#navbar {
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url(../images/bg_topnav.gif);
    background-repeat: repeat-x;
    background-position: top left; 
    border-bottom: 1px solid #FFF;
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
}

#subnav {
    float: left;
    height: 30px;
    width: 685px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

#subnav a,
#subnav a:link,
#subnav a:active, 
#subnav a:visited,
#languages a,
#languages a:link,
#languages a:active, 
#languages a:visited {
    color: #FFF;
    text-decoration: none;
}

#subnav a:hover,
#languages a:hover {
    text-decoration: underline;
}

#languages {
    float: right;
    height: 24px;
    width: 200px;
    padding-right: 36px;
    line-height: 24px;
    text-align: right;
    margin: 0;
}

#printbutton {
    position: absolute;
    top: 98px;
    left: 958px;
    width: 28px;
    padding: 0;
    margin: 0;
    text-align: right;
    background-color: #FFF;
    cursor: pointer;
}

#tabbar {
    position: absolute;
    top: 123px;
    left: 0;
    width: 950px;
    height: 28px;
    padding: 0 0 0 59px;
}

/*#tabbar ul {
    margin: 4px 0 0 0;
    padding: 0;
}*/

#tabbar div {
        float: left;
        /*width: 136px;*/
    height: 24px;
    margin: 4px 4px 0 0;
    padding: 0 25px 0 28px;
    line-height: 24px;
    background-color: #0084D7;
    background-image: url(../images/tabbg_blue.gif);
    background-repeat: no-repeat;
    background-position: top left; 
    color: #FFF;
}

#tabbar div.reiterEn {
        padding: 0 21px 0 23px;
}

#tabbar div:hover, 
#tabbar div.reiterAct {
    background-color: #666;
    background-image: url(../images/tabbg_dkgrey.gif);
    background-repeat: no-repeat;
    background-position: top left; 
    color: #FFF;
    cursor: pointer;
}

* html #tabbar div  {
    margin-right: 4px;
    padding: 6px 2px 6px 10px;
}

#tabbar a,
#tabbar a:link,
#tabbar a:visited,
#tabbar a:active,
#tabbar a:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#innercontent h1 {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 15px;
    font-weight: bold;
}

#innercontent h1 p {
    margin: 0;
    padding: 0;
}

#innercontent h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #666;
    font-size: 13px;
    font-weight: bold;
}

#innercontent h2 p {
    margin: 0;
    padding: 0;
}

#innercontent a, a {
    color: #0084d7;
}

#innercontent a img {
    border:0;
}


#innercontent ul li {
    margin-bottom: 6px;
}

.newshead, .navhead {
    height: 10px;
    padding: 0 6px 0 10px;
    line-height: 10px;
    background-color: #666;
    background-image: url(../images/tabbg_dkgrey.gif);
    background-repeat: no-repeat;
    background-position: top left; 
    color: #FFF;
}

.newscontainer, 
.speccontainer {
    margin: 0 0 33px 0;

    padding: 0 0 6px 0;
    border-bottom: 1px solid #666;
}

.newscontainer h1,
.speccontainer h1 {
    margin: 8px 0 0 10px;
    font-weight: bold;
    font-size: 8px;
}

.newscontainer p, 
.speccontainer p {
    margin: 0 8px 0px 8px;
}

.newscontainer p p, 
.speccontainer p p{
    margin: 0;
    padding: 0;
}

.spechead {
    height: 24px;
    padding: 0 6px 0 10px;
    line-height: 24px;
    background-color: #89C64C;
    background-image: url(../images/tabbg_green.gif);
    background-repeat: no-repeat;
    background-position: top left; 
    color: #FFF;
}

.navi, 
.naviON {
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #A3A3A3;
}

.navi:hover,
.naviON
 {
    background-color: #D9EDF9;
    cursor: pointer;
}
.navmainStandardLevel_1,
.navmainStandardLevel_1 a:link,
.navmainStandardLevel_1 a:visited,
.navmainStandardLevel_1 a:active {
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 15px;
    color: #666;
    text-decoration: none;
    font-weight: normal;
}

.navmainStandarLevel_1,
.navmainStandardLevel_1 a:hover,
.navmainStandardLevel_1:hover a,
li.navmainStandardLevel_1 a.active:hover,
li.navmainStandardLevel_1:hover a.active,
.navmainStandardLevel_1 a.active,
.navmainStandardLevel_1 a.active:link,
.navmainStandardLevel_1 a.active:visited,
.navmainStandardLevel_1 a.active:active {
    color: #000;
    text-decoration: underline;
}


.navmainStandardLevel_2 a,
.navmainStandardLevel_2 a:link,
.navmainStandardLevel_2 a:visited,
.navmainStandardLevel_2 a:active {
    height: 18px;
    line-height: 18px;
    padding: 0 0 0 38px;
    color: #666;
    text-decoration: none;
    font-weight: normal;
}

.navmainStandardLevel_3 a,
.navmainStandardLevel_3 a:link,
.navmainStandardLevel_3 a:visited,
.navmainStandardLevel_3 a:active {
    height: 18px;
    line-height: 18px;
    padding: 0 0 0 60px;
    color: #666;
    text-decoration: none;
}

#leftframe ul li.last {
    margin-bottom: 10px !important; 
}

.navmainStandarLevel_2,
.navmainStandardLevel_2 a:hover,
.navmainStandardLevel_2:hover a,
li.navmainStandardLevel_2 a.active:hover,
li.navmainStandardLevel_2:hover a.active,
.navmainStandardLevel_2 a.active,
.navmainStandardLevel_2 a.active:link,
.navmainStandardLevel_2 a.active:visited,
.navmainStandardLevel_2 a.active:active {
    color: #000;
    text-decoration: underline;
}


#leftframe ul li.navmainStandardLevel_1,
#leftframe ul li.navmainStandardLevel_2,
#leftframe ul li.navmainStandardLevel_3 {
    list-style-type: none;
}

#leftframe ul, 
#leftframe ul li.navmainStandardLevel_1,
#leftframe ul li.navmainStandardLevel_2,
#leftframe ul li.navmainStandardLevel_3 {
    margin: 0;
    padding: 0;
}

.navmainStandardLevel_3 a:hover,
.navmainStandardLevel_3:hover a,
li.navmainStandardLevel_3 a.active:hover,
li.navmainStandardLevel_3:hover a.active,
.navmainStandardLevel_3 a.active,
.navmainStandardLevel_3 a.active:link,
.navmainStandardLevel_3 a.active:visited,
.navmainStandardLevel_3 a.active:active {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

#news {
    margin: 50px 20px 60px 20px;
    background-color:#f0f0f0;
    border: 1px solid #666;
}

#news h3 {
    padding: 0 6px 0 6px;
    font-size: 13px;
    color: #666;
    margin: 0;
    background-image:url(../images/bg_lowernav.gif);
    background-repeat:repeat-x;
    color:#FFFFFF;
    height:24px;
    line-height:24px;
}

#news ul li {
    padding: 4px 6px 4px 6px;
    line-height: 15px;
    list-style-type: none;
    border-top: 1px solid #666;
}

#news ul {
    border-bottom: 1px solid #666;
}

#news a,
#news a:link,
#news a:active,
#news a:visited {
    text-decoration: none;
}

#news a:hover {
    text-decoration: underline;
}

# download file {
padding-left: 50px;
} 

.zitat {     
    padding: 6px 0 0 7px; 
}

.zitat p { 
    font-size: 11px; 
}
    
.zitat blockquote { 
    background: url("../images/quote-ul.gif") top left no-repeat; 
    padding: 0 0 0 40px;
}

.zitat blockquote p {
    background: url("../images/quote-br.gif") bottom right no-repeat; 
    padding: 3px 40px 6px 0; 
}

.zitat a { 
    font-style: italic; 
}

.zitat cite {
    color: #707F86;
    padding: 6px 80px 0 80px; 
    display: block;
}

.zitat cite a:link {
    color:#707F86;
    padding: 6px 0 0 0;
}

.zitat a.company {
    color: #009ee0; 
}

.downloadbox {
    height: 10px;
    padding: 0 6px 0 10px;
    line-height: 10px;
    background-color:#f0f0f0
    color: #FFF;

}

.Download List {
    height: 10px;
    padding: 0 6px 0 10px;
    line-height: 10px;
    background-color:#f0f0f0
    color: #FFF;

}

ul.accordlist {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 30px 60px 0 20px;
}

#innercontent ul.accordlist li.alitem {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    background:#FFF;
    border: 1px solid #A3A3A3;
    margin-bottom: 20px;
    padding: 20px;
}

li.alitem h3 {
    color: #666;
}

#searchResults div.searchResultItem {
border-bottom: 1px solid #A3A3A3;
margin:0 0 10px;
padding:0 0 10px;
}

.searchResultItem h2 a {
    font-size:14px;
}

.searchResultItem a {
    text-decoration: none;
    font-weight: normal;
}

.searchResultItem a:hover {
    text-decoration: underline;
}

#innercontent .searchResultItem h2 {
    font-size:14px;
    color:#0084D7;
    font-weight: normal;
}

.articlelistPagecounter {
    width: 100%;
    text-align: center;
    margin: 20px 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}

.articlelistItem {
    width: 100%; 
    border-bottom: 1px solid #CCC; 
    margin-top: 20px; 
}

.articlelistItem img {
    float: left; 
    margin-right: 10px;
}

.articlelistItem p.articlelistHeadline {
    margin: 10px 0 5px 0;
}

.articlelistItem a.articlelistHeadline {
    font-weight: bold;   
}

.articlelistItem p.articlelistSubheadline {
    margin: 0 0 5px 0; 
}

.articlelistItem p.articlelistContent {
}

.articlelistItem p.articlelistContent img {
    float: right; 
    margin-left: 10px;
}

.articlelistItem p.articlelistMore {
    clear: left; 
    text-align: right; 
    font-weight: bold; 
}

.articlelistItem a.articlelistBack {
}

.articlelistItem a.articlelistNext { 
}

.articlelistItem a.articlelistPageNumber { 
}

.articlelistItem a.articlelistBegin { 
}

.articlelistItem a.articlelistEnd { 
}

.articlelistItem a.articlelistPrevious { 
}

.articlelistItem a.articlelistNext { 
}

.articlelistNavigation { 
    width: 100%; 
    text-align: center; 
    margin: 10px 0 20px 0; 
}

.articlelistDate {
    font-weight: bold;
}

.newasarchivlayout {
    font-size: 10px;
    text-align: left;
    margin: 0 0 0 6px;
}

#recommend {
    float: right;
    margin: 0 0 0 0 ;
}

ul#pdf li {
    list-style-image : URL(http://www.koramis.com/cms/upload/Industrial_Defender/Datenblaetter/pdf-logo.jpg);
    margin: 15px 0 5px 0 ;
}

#bannerfocus {
    background-color: #9d9fa0;
    width: 722px;
    height: 117px;
}

#NewsTicker{
    border:solid 1px #666666;
    width:200px;
    /* am 01.02.2012 geändert */ 
    height:290px; /*310*/
    margin: 0px 0px 85px 18px;
    background: #F0F0F0;
}
    #NewsTicker li{
    width: 180px;
    color: #0084D7;
    text-align: left;
    font-size: 11px;
    margin: 0;
    padding: 6px 10px;
    float: left;
    height: 20px;
    display: inline;
    border-top:solid 1px #666666;
     }
    #NewsTicker h3{
    background-image: url("http://www.koramis.com/cms/images/bg_lowernav.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 6px;
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    }
    #NewsVertical {
    width: 200px;
    height: 260px;
    display: block;
    overflow: hidden;
    position: relative;
    }
/* --------------- */
/* Ticker Vertical */
    #TickerVertical {
    width: 200px;
    height: 235px;
    display: block;
    background: #F0F0F0;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    #TickerVertical li {
    width: 180px;
    color: #0084D7;
    text-align: left;
    font-size: 11px;
    margin: 0;
    padding: 6px 10px;
    float: left;
    height: 164px;
    display: inline;
    }
        #TickerVertical li .NewsTitle{
            display: block;
            
            font-size: 20px;
            margin-bottom:6px;
            font-family: Verdana,Arial,Helvetica,sans-serif;
        }
        #TickerVertical li .NewsTitle a:link,
        #TickerVertical li .NewsTitle a:Visited {
            display: block;
            
            margin-bottom:6px;
            text-decoration:underline;
        }
        #TickerVertical li .NewsTitle a:hover {
            text-decoration:none;
        }
        
        #TickerVertical li .NewsImg{
            float:left;
            margin-right:10px;
            border:solid 1px #DEDEDE;
        }
        #TickerVertical li .NewsFooter{
            display: block;
            font-size: 10px;
            margin:6px 0 14px 0;
            
        }
        
 #fragen {
    
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-image: url(../images/bg_fragen.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    bottom: 0px;
    width: 237px;
    height:40px;
    margin: 8px 0 0 0;
    padding-top 4px;
  
}

/* ####################### CONTACT FORM ############'#### */
#contactForm {
font-size:12px;
margin-top:10px; /* Abstand nach oben */
margin-left:100px; /* Abstand von links */
}
 
#contactForm .contactRow {
margin:4px 0;
}
 
#contactForm label {
display:block;
float:left;
width:80px; /* Breite  Label Felder */
}
 
#contactForm .contactRow input, #contactForm .contactRow textarea {
border:1px solid #ccc;
width:346px;
background-color: #EEEEEE;  /* Hintergrundfarbe Felder */
}
 
#contactForm .contactRow select {
border:1px solid #ccc;
width:172px;
}
 
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
width:350px; /* Breite des Formulars */
}
 
#contactForm .contactRow input {
height:14px;
}
 
#contactForm .contactRow textarea {
height:90px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
 
#contactFormSubmit #contactFormSubmitLeft {
float:left;
margin:0 0 0 8px; /* Position linker Button */
width:174px;
}
 
* html #contactFormSubmit #contactFormSubmitLeft {
margin:0 0 0 0px;
}
 
#contactFormSubmit #contactFormSubmitRight {
float:right;
width:70px; /* Position rechter Button */
}
 
* html #contactFormSubmit #contactFormSubmitRight {
width:0px; /* Position rechter Button */
}
 
#contactFormSubmit #contactFormSubmitLeft input,
#contactFormSubmit #contactFormSubmitRight input {
background-color: #EEEEEE;  /* Hintergrundfarbe Buttons */
border:0;
color:#003399;
padding:0 20px 0 0;
background-image:url(../images/link_pfeil.gif);
background-repeat:no-repeat;
background-position:right 4px;
font-size:10px;
width:auto;
height:auto;
float:left;
margin:0;
}
 
#contactFormSubmit #contactFormSubmitLeft input {
background-image:none;
padding:0;
float:left;
}
 
#contactForm table {
width:380px; /* Breite Label oben */
border-collapse:collapse;
border-top:none; /* Rand ueber Label */
border-bottom:none; /* Rand unter Label */
}
 
#contactForm table td {
padding:0;
}
 
#contactForm table td.pt {
padding-top:2px;
}
 
* html #contactForm table td.pt {
padding-top:0;
}
