/******************************************************
* basic_novalac.css
* cascading stylesheets for Novalac project
* author: osite PHP-Team, <websupport@osite.de>
* copyright: osite network GmbH, <www.osite-network.de>
*******************************************************/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    font: 72% Verdana, Helvetica, Arial, sans-serif;
    color: #555;
    text-align: center;
    background: #CCDCE4 url('/images/novalac/background.gif') repeat-y center top;
}

/* LINKS */
a {
    color: #005A9C;
    background: inherit;
    text-decoration: none;
}
a:hover {
    color: #005A9C;
    background: inherit;
    text-decoration: underline;
}

/* GENERAL STYLES */
h1, h2, h3 , h4 {
    padding: 5px;
    padding-left: 0;
    margin: 0;
    color: #005A9C;
}
h5, h6{
    padding: 0;
    margin: 15px 0 5px 0;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
p {
    padding: 5px 0;
    margin: 0;
}
ul, ol {
    margin: 0;
    padding: 0 20px;
}
img { border: none; }
iframe { border: none; }

/* TABLE */
table {
    border-collapse: collapse;
    border: none;
}
th, td {
    border: none;
    font: inherit;
    text-align: left;
}
th {
    font-weight: bold;
}

/* FORM */
form {
    margin: 0;
    padding: 0;
}
label {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}
input {
    padding: 2px;
    color: #555;
    font-size: 1.0em;
}
textarea {
    padding: 2px;
    color: #555;
    font-size: 1.0em;
}
select {
    padding: 1px;
    color: #555;
    font-size: 1.0em;
}
fieldset {
    padding: 4px 10px 5px 25px;
    border: solid 1px #aaa;
}
legend {
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
}
hr {
    border: none;
    border-bottom: dotted 1px #929292;
    padding-top: 5px;
    margin-bottom: 8px;
}

/* GENERAL CLASSES */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.red { color: #ff3333; }
.green { color: #42a62a; }
.bold { font-weight: bold; }
.noborders { border: none; }
.autowidth { width: auto; }
.clickable { cursor: pointer; }
.hidden { display: none; }
.setleft { position: relative; left: 0; }
.setright { position: relative; right: 0; }
.block { display: block; }
.inline { display: inline; }
.nofloat { float:none; }
.textright { text-align: right; }
.defaultheight { min-height: 500px; }
.adminbutton{
    position: fixed;
    top: 10px;
    left: 300px;
    width: 105px;
    cursor: pointer;
}
.errormsg{
    font-size: 1.1em;
    padding: 5px;
    padding-left: 10px;
    color: #ff0000;
    background-color: #F9EAEA;
    border: solid 1px #F58D8D;
    margin: 5px 0;
}
.okmsg{
    font-size: 1.1em;
    padding: 5px;
    padding-left: 10px;
    color: #66CC66;
    background-color: transparent;
    border: 1px solid #66CC66;
    margin: 5px 0;
}

/********************************************
BASIC LAYOUT
********************************************/

.top-wrap{
    margin: 0 auto;
    width: 990px;
    height: 45px;
    padding-top: 2%;
    background: #CCDCE4 url('/images/novalac/background-top.gif') no-repeat center bottom;
}
.wrap{
    width: 934px; /* incl. padding: 990px */
    min-height: 650px;
    margin: 0 auto;
    padding: 0 26px 10px 30px;
    text-align: left;
}

/**********************************************
HEADER LAYOUT
**********************************************/

.header{
    height: 102px;
    padding: 0;
    margin: 0;
    background: #fff url('/images/novalac/punktlinie.gif') repeat-x center 73px;
}
.logo{
    float: left;
    padding-top: 10px;
    margin: 0;
    border-left: solid 15px #fff;
    border-right: solid 7px #fff;
    width: 300px;
    background-color: #fff;
}
.metanavi{
    position: relative;
    right: 40px;
    top: 15px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.95em;
}
.metanavi a{
    color: #747474;
    margin-right: 12px;
}
.metanavi a:hover{
    color: #005A9C;
}
.menu_metaentry_highlight a{
    color: #005A9C;
    text-decoration: underline;
}
.loginbox_right{
    float: right;
    width: 131px;
    height: 64px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: transparent url('/images/novalac/rahmen_login.gif') no-repeat left top;
}
.loginbox_headline{
    display: block;
    color: #2D5EA3;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 4px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.loginbox_small_text{
    display: block;
    color: #7F8086;
    font-size: 1em;
    padding-left: 15px;
}

/* Hides from IE-mac \*/
* html .content-wrap {height: 1%;}
.content-wrap {display: block;}
/* End hide from IE-mac */

.mainimg{
    position: relative;
    z-index: 1;
}
#slideshow{
    position: absolute;
    left: 0;
    width: 759px;
    height: 239px;
}

/* BASIC LAYOUT BODY */

.content-wrap{
    width: 100%;
}

/* LAYOUT MAINMENU */

.mainmenu{
    /*font-family: Helvetica;*/
    padding: 0;
      height: 60px;
      text-transform: uppercase;
}

/* MAINMENU FIRST LEVEL */

.menu_mainmenulevel_level0 a{
    display: block;
    float: left;
    width: 121px;
    height: 36px;
    letter-spacing: 0.01em;
    padding-left: 7px;
    padding-top: 12px;
    font-size: 0.95em;
    background-image: url('/images/novalac/main_menu/navi_rahmen.gif');
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.menu_mainmenulevel_level0 a:hover{
    text-decoration: none;
}
#menu_mainmenu_level0_entry1 a{
    width: 144px;
    padding-left: 21px;
    background-image: url(/images/novalac/main_menu/navi_rahmen_gross.gif);
    color: #2D5EA3; 
}
.menu_mainmenuentry_level0_highlight a{
    background-image: url('/images/novalac/main_menu/navi_rahmen_aktiv.gif');
    background-repeat: no-repeat;
    color: #fff;
}
.menu_mainmenuentry_level0 a:hover{
    background-image: url('/images/novalac/main_menu/navi_rahmen_hover.gif');
    background-repeat: no-repeat;
}
.menu_mainmenuentry_level0_highlight a:hover{
    background-image: url('/images/novalac/main_menu/navi_rahmen_aktiv.gif');
    background-repeat: no-repeat;
    color: #fff;
}

/* MAINMENU SECOND LEVEL */

.menu_mainmenulevel_level1{
    clear: left;
    width: 680px;
    height: 18px;
    margin-left: 165px;
    padding-top: 3px;
}
.menu_mainmenulevel_level1 a{
    font-size: 0.9em;
    color: #757575;
    padding: 0 5px;
    border-right: 1px solid #757575;
}
.menu_mainmenulevel_level1 .menu_mainmenulastentry a{
    border-right: none;
}
.menu_mainmenulevel_level1 a:hover{
    color: #2D5EA3;
    text-decoration: none;
}
.menu_mainmenuentry_level1_highlight a{
    color: #2D5EA3;
}

#menu_mainmenu_level1_entry6 a{
    border-right: none;
}

/* BORDER BETWEEN FIRST AND SECOND MENU LEVEL */ 

#menu_border{
    clear: both;
    width: 759px;
    height: 4px;
    position: relative;
    left: 168px;
    bottom: 16px;
}
#menu_border_login{
    height: 4px;
    background-color: #2D5EA3;
    width: 503px;
    position: relative;
    left: 168px;
    bottom: 16px;
}
.fachkreise_mainmenu-prefix{
    float: left;
    width: 157px;
    height: 36px;
    padding-top: 13px;
    padding-left: 8px;
    color: #2D5EA3;
    font-size: 1.9em;
    font-weight: bold;
    background: transparent url('/images/novalac/main_menu/navi_rahmen_right.gif') no-repeat left top;
}

#menu_mainmenu_level0_entry1.pre_f18100 a{
    color: #fff;
    background-image: url(/images/novalac/main_menu/navi_rahmen_gross_aktiv.gif);
}

/* BASIC LAYOUT LEFT COLUMN */

.leftside{
    float: left;
    width: 165px;
    height: 425px;
    margin-top: 20px;
}

/* LEFTMENU NAVIGATION */

.leftsidemenu_headline {
    background-color: rgb(228,234,241);
    padding: 3px 0 6px 10px;
    font-size: 10px;
    color: #385F9D;
    font-weight: bold;
    height: 22px;
    width: 140px;
    margin-bottom: 3px;
}

.leftsidemenu, .permanav_login{
    padding-left: 8px;
}
.leftsidemenu ul{
    padding: 0;
    list-style-type: none;
}
.leftsidemenu ul li{
    padding-bottom: 5px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
}
.addclass_menu_leftmenu_level0_imgleft{
    width: 10px;
    height: 13px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    float: left;
}
.menu_leftmenuentry a:hover{
    text-decoration: none;
    color: #005A9C;
}

/* HOTLINE TEXT */

.hotlinetext{
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    padding-right: 5px;
    margin: 8px 0;
    color: #F08000;
    font-size: 1.2em;
}
.hotlinetext a{
    color: #F08000;
}
.hotlinetext a:hover{
    text-decoration: none;
}
.hotlinetext_small{
    color: #757575;
    font-size: 0.7em;
}
.hotlinetext hr{
    display: none;
    position: relative;
    right: 8px;
    margin-bottom: 4px;
    padding-top: 3px;
}
.hotlinetext_phone{
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* CONTACT PHOTOS */

.contactpersons{
    margin-top: 14px;
    margin-bottom: 14px;
}
.contactfirstthumb{
    margin-right: 9px;
}

/* BLUE LINK BOXES */

.formlinks{
    margin-top: 9px;
    padding-right: 5px;
    font-family: Arial, sans-serif;
}
.formlinks a{
    color: #fff;
    padding: 8px 4px 8px 8px;;
    display: block;
    background-color: #005B9D;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
}
.formlinks a:hover, a.staticlink_active{
    color: #fff;
    text-decoration: none;
    background-color: #6382b0;
}
.staticlink_arrow{
    padding-right: 2px;
}
.staticlink_small_text{
    font-size: 0.8em;
    font-weight: normal;
    text-transform: none;
    padding-left: 12px;
    letter-spacing: -0.02em;
}
.staticlink_new{
    position: absolute;
    left: 138px;
    top: -2px;
    z-index: 10;
}

/* BASIC LAYOUT MAIN CONTENT */

.maincontent{
    float: left;
    width: 759px;
    padding: 0 4px 0 6px;
    margin-top: 20px;
    background: transparent url('/images/novalac/contentbackground.gif') repeat-y left top;
    position: relative;
    z-index: 2;
}
.maincontent-top{
    width: 769px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('/images/novalac/contentbackground-top.gif') no-repeat left top;
}
.maincontent-bottom{
    width: 769px;
    height: 20px;
    background: transparent url('/images/novalac/contentbackground-bottom.gif') no-repeat left bottom;
    position: relative;
    right: 5px;
    border-bottom: solid 9px #fff;
}
.maincontent ul{
    padding-top: 5px;
    padding-bottom: 5px;
}
.maincontent ul li{
    padding-top: 3px;
    padding-bottom: 3px;
}
.page_maintext{
    padding: 28px 0 5px 40px;
    min-height: 375px;
    width: 450px;
}
.maincontent_start{
    background: none;
}
.maincontent_complete .maincontent-top{
    background: transparent url('/images/novalac/contentbackground-top_complete.gif') no-repeat left top;
}
.maincontent_form .page_maintext{
    min-height: 450px;
    background: transparent url('/images/novalac/formbackground.gif') repeat-x left bottom;
}
.maincontent_form .maincontent-bottom{
    height: 6px;
}
.maincontent_form .page_maintext,
.maincontent_complete .page_maintext{
    padding: 28px 35px 5px 45px;
    width: 679px;
}
.maincontent_form .maintext{
    margin-bottom: 20px;
}
.maincontent_teaser_bg{
    background: transparent url('/images/novalac/contentbackground_teaser_bg.gif') repeat-y left top;
}
.maincontent_teaser_bg .maincontent-top{
    background: transparent url('/images/novalac/contentbackground_teaser_bg-top.gif') no-repeat left top;
}

.experiences_image{
    float: right;
    padding-top: 15px;
}
.maintext_experiences, .experiences_headline, .experiences_header {
    padding-right: 270px;
}
.maintext_experiences{
    padding-top: 10px;
}
.maintext_lexicon p{
    padding-top: 0;
    padding-bottom: 8px;
}
.maintext_lexicon h3{
    padding-bottom: 2px;
}
.experience_authorname{
    padding-top: 8px;
    padding-left: 15px;
    line-height: 1.3em;
    color: #005A9C;
}
.page_maintext .maintext h4{
    font-weight: normal;
    padding-left: 0;
}
.downloadlist .medialist {
    padding-bottom: 10px;
}
.downloadlist h1{
    font-weight: normal;
    font-size: 1.4em;
    padding-left: 0;
}
.mediatitle a{
    color: #555555;
}
ul.medialist li{
    padding-top: 2px;
    padding-bottom: 2px;
}
.page_teaser{
    float: right;
    width: 250px;
    height: 425px;
    margin-bottom: 10px;
    background: #fff url('/images/novalac/teaser_bg_default.png') repeat-x center top;
    z-index: 3;
}
.page_teaser_bg{
    height: 424px;
}
.page_teaser_bg form{
    padding: 10px 0 0 15px;
}
.page_teaser_bg h5{
    margin: 0;
    padding-bottom: 3px;
    color: #005B9D;
}
.page_teaser_bg input{
    width: 135px;
    border: solid 1px #005B9D;
}
.page_teaser_bg button{
    width: 60px;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    color: #555;
}

.startteaserboxes{
    width: 770px;
    padding-top: 10px;
    position: relative;
    left: -5px;
}
.contentbox_startpage{
    float: left;
    width: 256px;
    height: 179px;
    background: #fff url('/images/novalac/teaserbox_startpage_bg.gif') no-repeat left top;
}
.contentbox_startpage_image{
    position: absolute;
    margin-top: 15px;
    margin-left: 8px;
    width: 86px;
    height: 153px;
    background-image: url('/images/novalac/punktlinie_vertikal.gif');
    background-repeat: repeat-y;
    background-position: right;
}
.contentbox_startpage_textbox{
    padding-right: 2px;
    margin-top: 15px;
    margin-left: 100px;
}
.contentbox_startpage_headline{
    height: 42px;
    font-size: 1.0em;
    color: #2D5EA3;
    font-weight: bold;
    line-height: 1.1;
}
.contentbox_startpage_text_first_part{
    font-size: 0.9em;
    min-height: 52px;
}
.contentbox_startpage_text_second_part{
    font-size: 0.9em;
}
.headline_second_row{
    font-weight: normal;

}
/* PRODUCT CATALOGUE STYLES */

h1.std_productheadline{
    font-size: 1.6em;
    border-bottom: dotted 1px #929292;
    margin-bottom: 8px;
}
.prod_backbutton{
    text-align: center;
}
.prod_backbutton a{
    font-weight: bold;
    font-size: 0.9em;
}
.prod_backbutton_login{
    position: relative;
    bottom: 30px;
}
.prod_etikett{
    width: 699px;
    height: 384px;
    padding: 25px 0 15px 60px;
}
h1.etikett_productheadline{
    width: 565px;
    border-bottom: dotted 1px #929292;
    margin-bottom: 10px;
}
.productoverview{
margin-top: 7px;
    margin-left: 2px;
}
.prodoverviewentry{
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
}

.productoverview .prodtypeheadline {
    margin-top: 10px;
    background-color: #E4EAF1;
    margin-left: 2px;
}

.productoverview .prodtypeheadline h6 {
    margin-top: 5px;
    color: #2E5DA2;
    font-size: 11px;
    font-family: inherit;
    margin-left: 2px;
}

.etikett_articlethumb_item{
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 35px;
}
.etikett_articlethumb_item img{
    display: block;
    margin-bottom: 8px;
}
.etikett_articlethumb_item a{
    font-weight: bold;
}
.etikett_articlethumb_item a:hover{
    text-decoration: none;
}
.etikett_articlemain_item{
    clear: left;
    margin-bottom: 20px;
}
h3.etikett_articlemain_itemname{
    font-size: 1.5em;
    width: 565px;
    border-bottom: dotted 1px #929292;
    margin-bottom: 10px;
}

.doccheckiframe{
    padding: 10px 0 5px 85px;
}
.productmemo{
    width: 639px;
    height: 384px;
    padding: 25px 60px 15px 60px;
}
.productmemo h1{
    font-size: 1.0em;
    color: #555;
    padding-bottom: 0;
}
.productmemo h2{
    font-size: 1.5em;
    padding-top: 2px;
}

.topreference_bottom{
    position: relative;
    bottom: 5px;
}
a.right_lexicon {
    float: right;
    position: relative;
    top: 8px;
}
a.right_experiences {
    float: right;
}

/* SITEMAP */

.nlsite_head{
    margin-bottom: 10px;
}
.default_sitemap_ul li{
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.nlsite_submenu{
    font-weight: normal;
}
.nlsite_main{
    list-style-type: none;
}
#nlsite_186{
    float: left;
    margin-right: 20px;
}
#nlsite_187{
    float: left;
}
#nlsite_188{
    clear: left;
}

.searchresult{
    color: #F08000;
    padding-bottom: 10px;
}
.search_highlight{
    font-weight: bold;
    background-color: yellow;
}
.newproduct{
    color: #005B9D;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    margin-left: 170px;
    text-transform: uppercase;
    position: absolute;
}
.newproduct_title{
    float: left;
    margin-right: 8px;
    position: relative;
    bottom: 8px;
}
.newproduct_title a:hover{
    text-decoration: none;
}

.btn a{
    display: block;
    width: 320px;
    margin: 0; 
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    background: url(/images/novalac/btn.gif) repeat-x;
    border: 1px solid #38627e;
}

.page_maintext_problem {
    padding: 28px 0 5px 40px;
    min-height: 375px;
}
.maintext_problem {
    width: 450px;
    height: 520px;
    float: left;
}
.page_teaser_image {
    width: 250px;
    height: 450px;
    float: right;
}
.linkbox_startpage {
    height: 85px;
    background-image: url(/images/novalac/linkbox_startpage_bg.png);
    background-repeat: repeat-x;
    font-size: 19px;
    padding: 10px 0 0 10px;
}
.maincontent_complete_problem {
    background: transparent url('/images/novalac/contentbackground-top_complete.gif') no-repeat left top;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 769px;
}

.orderform_image_bg {
    width: 110px;
    height: 195px;
    position: absolute;
    right: 10px;
    top: 110px;
}
#nl-home-link-bottom a:link {
    color: #555555;
    text-decoration: underline;
}
#nl-home-link-bottom a:visited {
    color: #555555;
    text-decoration: underline;
}
#nl-home-link-bottom a:hover {
    color: #555555;
    text-decoration: underline;
}
/*.order_form_table1 {
    background-image: url(/archive/image/content/nl-bestellformular/Novalac_elternbestellung.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}*/
/*.orderform_image_bg {
    width: 110px;
    height: 195px;
    float: right;
    margin-right: -20px;
    margin-top: 35px;
}*/