/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
        background:#fff;
        color:#666;
        font:70%/1.6em Verdana, Geneva, sans-serif;
        margin: 0px;
        padding: 0px;
        text-align: center;
        position: relative;
        width: 100%;
        height: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link {
        color: #003399;
        text-decoration:none;
}
a:visited {
        color: #0084c9;
        text-decoration:none;
}
a:hover {
        color: #336600;
        text-decoration:none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2 {
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        color: #FFFFFF;
        background-color: #7dc72c;
        margin: 0px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #FFFFFF;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        }

h2 span {
        font-size: 14px;
        display: block;
        margin-top: 8px;
        font-weight: bold;
        line-height: 20px;
}

h3 {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        color: #0084c9;
        margin: 0px;
        padding: 5px 0px;
}
h4 {
        font-size: 13px;
        font-style: oblique;
        color: #0084C9;
        font-weight: normal;
        padding: 12px 0px 0px;
        margin: 0px;
}
h5 {
        font-weight: bold;
        padding: 8px 0px 0px;
        margin: 0px;
        font-size: 13px;
}
h6 {
        font-weight: bold;
        padding: 8px 0px 0px;
        margin: 0px;
        font-size: 11px;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul.index{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul.map {
        list-style: none;
}

.flag p        {
        list-style-type: none;
        }

        .flag img        {
        border: 0px;
        }

        .flag div        {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        border: 0px;
        }

        .flagleft div        {
        margin: 0px;
        padding: 5px 0px 0px 10px;
        border: 0px;
        }



/********* form and related tag styles *********/

form {
        margin: 0;
        padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}

input{
font-family: Arial,sans-serif;
}

/************* tablestyles **************/

#indextab {
        width: 474px;
        }

#adtab {
        border-top: 1px solid #0084C9;
        border-left: 1px solid #0084C9;
        border-collapse: collapse;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
        color: #333333;
        width: 474px;
}
caption {
        font-size: 15px;
        color: #0084C9;
        padding:10px;
        font-weight: bold;
}
 th.ad {
         padding: 5px;
         border-right:1px solid #0084C9;
         border-bottom: 1px solid #0084C9;

 }

  td.ad {
         padding: 5px;
         border-right:1px solid #0084C9;
         border-bottom: 1px solid #0084C9;

 }

  th, td {
         padding: 2px;
 }


#info {
        font-size: 11px;
        background: #0084C9;
        color: #FFFFFF;
 }
#publication {
        background-color:#99CCFF;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        text-align: left;
 }


/* Layout Divs                                 */
/***********************************************/
#container{
        position:absolute;
        top: 124px;
        left: 0%;
        right: 0%;
        width:740px;
        background-color: #ffffff;
}

#masthead{
        position: relative;
        width:740px;
        text-align: left;
        margin: 0px auto;

}

#sidebar{
        width:220px;
        padding: 0px;
        background-color: #fff;
        background-image: url(images/sidebarbg.gif);
        background-repeat: repeat-y;
        height:100%;
}

#sidebarText{
        float:left;
        width:161px;
        list-style-type: none;
        text-align: left;
        margin-left: 58px;
        padding: 20px 0;
        color: #0084C9;
        background-image: url(images/sidebarbg.gif);
        background-repeat: repeat-y;
        display:inline;/* this line is here because of IE doubled float margin bug*/
}

ul#navlist {
        list-style-type: none;
        text-align: left;
        margin-left: 38px;
        padding: 0px;
}

ul#navlist li a {
        text-align: left;
        font: normal 11px Verdana, Geneva, sans-serif;
        line-height: 16px;
        text-decoration: none;
        color: #0084c9;
}

ul#navlist li a:hover {
color: black;
}

ul#navlist2 {
        list-style-type: none;
        text-align: left;
        margin-left: 5px;
        padding: 5px;
}

ul#navlist2 li a {
        text-align: left;
        font: normal 11px Verdana, Geneva, sans-serif;
        line-height: 16px;
        text-decoration: none;
        color: #336600;
}

ul#navlist2 li a:hover {
color: black;
}

ul#navlistrot {
        list-style-type: none;
        text-align: left;
        margin-left: 0px;
        padding: 5px 0px;
        text-indent: none;
}

ul#navlistrot li a {
        text-align: left;
        font: bold 16px Verdana, Geneva, sans-serif;
        line-height: 20px;
        text-decoration: none;
        color: red;
}

ul#navlistrot li a:hover {
color: black;
}

p.sidebarBox {
        margin:1em 38px;
        padding:1em;
        border:1px dotted #0084C9;
}

#sidebar img.foo {
        width:144px;
        display:block;
        margin:3em 0 1em 38px;
}

.addressblurb {
        color: #333333;
        padding: 10px;
        border: 1px solid #66CCFF;
        background-color: #C5E6FF;
}

.floatwork
{
        float: left;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
        display: inline;
}

.floatlogo
{
        float: left;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
        display: inline;
}

#content{
        padding: 0;
        margin-left: 220px;
        background-color: #fff;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName {
        height: 50px;
        text-indent: -5000px;
        background: url(images/logo.gif) no-repeat;
        cursor:hand;
        cursor:pointer;
}



/************** utility styles *****************/

#utility{
        position: absolute;
        top: 38px;
        right: 0px;
        color: #666;
        font-family: Verdana, sans-serif;
}

#utility a{
        color: #666;
}

#utility a:hover{
        text-decoration: none;
        color: #0084C9;
}



/************* globalNav styles ****************/

#globalNav{
        position: absolute;
        width: 740px;
        min-width: 640px;
        height: 63px;
        color: #fff;
        padding: 0px;
        margin: 0px;
        background-color: #51b5e0;
        background-image: url(images/subbg.gif);
        background-repeat: no-repeat;
        background-position: bottom;
        top: 60px;
        font-size: 12px;
}


#gnl {
        position: absolute;
        top: 0px;
        left:0px;
}

#gnr {
        position: absolute;
        top: 0px;
        right:0px;
}

#globalLink{
        position: absolute;
        top: 6px;
        height: 60px;
        min-width: 640px;
        padding: 0px;
        margin: 0px;
        left: 10px;
        z-index: 100;
        width: 700px;
}

#gl4{
        display: block;
        .position: absolute;
        .left: 0px;
        .top: 14px;
        .z-index: 200;
        width:59px;
        margin-top: -4px;
        .margin-top: 0px;
}

#gl5{
        display: block;
        width: 151px;
        margin-left: 74px;
        .margin-left: 0px;
        margin-top: -24px;
        .margin-top: 0px;
        .position: absolute;
        .left: 74px;
        .top: 14px;
}

#gl6{
        display: block;
        width: 159px;
        margin-left: 240px;
        .margin-left: 0px;
        margin-top: -24px;
        .margin-top: 0px;
        .position: absolute;
        .left: 240px;
        .top: 14px;
}


a.glink, a.glink:visited{
          color: #fff;
        font-weight: bold;
        margin: 0px;
        padding: 2px 5px 4px 5px;
        border-right: 1px solid #fff;
        .position: relative;
        .top: -3px;
        line-height: 18px;
}

a.glink:hover{
        color: #fff;
        text-decoration: underline;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
        position: absolute;
        top: 104px;
        left: 0px;
        min-width: 640px;
        height: 20px;
        padding: 0px 0px 0px 15px;
        visibility: hidden;
        color: #FFFFFF;
        font-size: 11px;
        z-index: 100;
}

.subglobalNav a:link, .subglobalNav a:visited {
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
}

.subglobalNav a:hover{
        color: #fff;
        text-decoration: underline;
}

/*************** search styles *****************/

#search{
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }

#search a:link, #search a:visited {
        font-size: 80%;
        font-weight: bold;

}

#search a:hover{
        margin: 0px;
}



/************** text styles *****************/

.bodyText {
        padding: 10px;
}

.bodyHome {
        padding: 20px;
/*        clear: left;
        float: right;*/
        margin-left:220px;
        width: 477px;
}

.subinfo {
        font-style: oblique;
        line-height: 1.8em;
        color: #999999;
}


.pubNames {
        font-size: 12px;
        font-weight: bold;
}

li.navlist {
        text-align: left;
        font: normal 11px Verdana, Geneva, sans-serif;
        line-height: 16px;
        color: #0084c9;
}
/************** siteInfo styles ****************/

#footer{
        clear: both;
        padding: 0px;
        margin-top: 0px;
        color: #FFFFFF;
        font-size: 11px;
        background-color: #51b5e0;
        background-image: url(images/subbg.gif);
        background-repeat: no-repeat;
        background-position: bottom;
}

#footer a:link, #footer a:visited {
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
}

#footer a:hover{
        color: #fff;
        text-decoration: underline;
}

#siteInfo img{
        padding: 4px 4px 4px 0px;
        vertical-align: middle;
}
.pr {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E7E7E7;
        padding-bottom: 15px;
}
.sp1 {
        color: #336600;
}
.sp2 {
        color: black;
        padding:2px;
        border:1px dotted #ff9600;
}

/*Klasse zum Anzeigen des Untermenüpunktes "New Products": Soll der Menüpunkt erscheinen,
so aktiviere man die Zeile "display: inline;", soll der Menüpunkt nicht sichtbar sein,
so aktiviere man "display: none;*/
.newproductssubmenu        {
        display: inline;
        /*display: none;*/
        }


/*  Für aufklappbare Elemente im Text *******************************/

.aufklappbar {
        background: #cccccc;
        padding-bottom: 0px;
}

div.zusatz {
        display: none;
        background: #eeeeee;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        margin: 0;
}

div.zusatz ul        {
        list-style-type: disc;
        margin-top: 5px;
        margin-bottom: 5px;
        }
div.zusatz ul ul        {
        list-style-type: square;
        }

div.zusatz span {
        display: block;
        padding-top: 15px;
        margin-top: 0px;
        }
