/* Alle Abstände und Ränder global auf 0 setzen */
*
{
	border:		0 none transparent;
	padding:	0;
	margin:		0;
}

html, body
{
	height: 100%;
}

body
{
	background:	#F6F6F6 url(images/bg.png) repeat-x bottom;
	background-attachment: fixed;
	font-size:			100.01%;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}

pre.function, pre.constant {
    white-space: normal;
    margin-bottom: 7px;
    background-color: #F6F6F6;
}

pre.function span {
    display: block;
    margin: 4px 0;
    padding-left: 26px;
}

.clr {
    clear: both;
    height: 0px;
    font-size: 1px;
}

.clrL {
    clear: both;
    height: 0px;
    font-size: 1px;
}

.clr2 {
    float: left;
    width: 100%;
    border: 1px solid #00f;
}

.u {
    border: 1px solid #EBE9E9;
    border-width: 0 0 1px 0;
}

.rAlign {
    text-align: right;
}

.hr hr {
    display: none;
}

.TeaserPic, .TeaserPic2 {
    border: 1px solid #EBE9E9;
    float:left;
    margin: 10px 5px 5px 0;
}

.TeaserPic2 {
    border: none;
}

.disabled {
    color: gray;
}

#outerwrapper {
    background: url(images/bg-mainnavi.png) repeat-x top;
    height: 100%;
}

#innerwrapper {
    background:	#F6F6F6 url(images/bg.png) repeat-x bottom;
    height: 100%;
    width: 960px;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
}

/**
 * Toolbox
 */
    #toolbox-r {
        width: 50%;
        background: url(images/bg-toolbox.png);
        height:108px;
        right:0px;
        position: absolute;
    }
    
    #toolboxwrapper {
        position: absolute;
        width: 100%;
        z-Index: 1000;
    }
    
    #toolbox {
        float: right;
        background: url(images/bg-toolbox-top.png) no-repeat top left;
        height: 73px;
        width: 222px;
    }
    
    #toolbox #topbox {
        line-height: 12px;
        font-size: 11px;
        padding: 2px;
        padding-left: 18px;
        height: 16px;
        background: url(images/bg-toolbox-topbox.png) no-repeat;
        margin-top: 53px;
    }
    
    #toolbox #topbox div {
        display: inline;
    }
    
    #toolbox a.tablink {
        color: #fff;
        text-decoration: none;        
    }
    
    #toolbox #topbox a.tablink {
        font-weight: bold;        
    }
    
    #toolbox #topbox a {
        margin-right: 4px;
    }
    
    #toolbox a img {
        vertical-align: middle;
        margin-right: 4px;
    }

    #toolbox span.status-opened {
        display: none;
    }
    
    #toolbox .toolboxc {
        display: none;
        color: #fff;
        font-size: 11px;
        width: 180px; /* 162 + 16 + 2 */
        padding: 7px;
        background: url(images/bg-toolbox-content-top.png) repeat-y top right;
    }
    
    #toolbox .toolboxb {
        display: block;
        color: #fff;
        font-size: 11px;
        width: 180px; /* 162 + 16 + 2 */
        padding: 7px;
        background: url(images/bg-toolbox-content.png) no-repeat bottom right;
    }
    
    #toolbox form label {
        float: left;
        width: 67px;
        line-height: 18px;
    }
    
    #toolbox form .text {
        float: left;
        width: 111px;
        border: 1px ridge #63666A;
        height: 16px;
        margin-bottom: 2px;
    }
    
    
    #toolbox form .submit {
        margin-left: 67px;
        min-width: 46px;
    }
    /*
    #toolbox form .submit {
        margin-left: 67px;
        font-size: 11px;
        padding-right: 10px;
        color: #6C6E70;
        border: 1px solid #6C6E70;
        background: #EBE9E9 url(images/gray-arrow-right.png) no-repeat center right;
        min-width: 46px;
    }*/
    
    #toolbox form .noform {
        margin-left: auto;
        margin-top: 2px;
    }
    
    #toolbox ul {
        list-style: none;
    }
    
    #toolbox ul a {
        font-size: 11px;
        color: #fff;
        display: block;
        height: 18px;
        line-height: 18px;
        padding-left: 14px;
        background: url(images/white-arrow-l.png) no-repeat center left;
    }
    
    #toolbox ul a:hover {
        text-decoration: underline;
        background: url(images/white-arrow-l-hover.png) no-repeat center left;
    }

#headwrapper {
    background: url(images/bg-mainnavi.png) repeat-x top;
    height: 112px;    
}

#head {
    background: url(images/bg-logo.png) no-repeat top left;
    width: 561px;
    height: 83px; /* 89 Original-Höhe */
}

#head p {
    font-size: 11px;
    color: #8A8A8A;
    line-height: 11px;
    padding-left: 266px;
    padding-top: 39px;
}

#head img {
    display: none;
}

#mainnavi {
    margin-left: 12px;
    margin-bottom: 27px; /** 19px + 8px */
}

#mainnavi ul {
    border: 1px solid #63666A;
    border-top: 0;
    border-bottom: 0;
    list-style: none;
    float: left;
    background-color: #fff;
    position: relative; /* für Opera wichtig! */
}

#mainnavi ul li {
    float: left;
    border-top: 1px solid #63666A;
    border-bottom: 1px solid #63666A;
    height: 19px;
}

#mainnavi ul li#navi-st,
#mainnavi ul li#navi-snd {
    border-top: 0 !important;
    border-bottom: 0 !important;
    height: 21px;
}

#mainnavi ul li#navi-st {
    width: 154px;
}

#mainnavi ul li#navi-st a {
    width: 100%;
    padding: 0;
    background: url(images/bg-mainnavi-st.png) right;
}

#mainnavi ul li#navi-st a span {
    margin-left: 45px;
}

#mainnavi ul li#navi-snd a {
    background: url(images/bg-mainnavi-snd.png) left;
}

#mainnavi ul li#navi-snd a span {
    margin-left: 26px;
}

#mainnavi ul li a {
    display: block;
    padding: 0 20px;
    color: #63666A;
    text-decoration: none;
    font-size: 11px;
    line-height: 19px;
}

#mainnavi ul li#navi-st a,
#mainnavi ul li#navi-snd a {
    line-height: 21px;
}

#mainnavi ul li a:hover,
#mainnavi ul li a.active {
    background-color: #63666A;
    color: #fff;
}

#mainnavi ul li#navi-st a:hover,
#mainnavi ul li#navi-st a.active {
    background: url(images/bg-mainnavi-st-hover.png) right;
}

#mainnavi ul li#navi-snd a:hover,
#mainnavi ul li#navi-snd a.active {
    background: url(images/bg-mainnavi-snd-hover.png) left;
}

/** Content - LINKS */

#maincontentwrapper {
    background-color: #fff;
    border: 1px solid #63666A;
    padding-bottom: 44px;
}

#maincontentwrapper .l {
    width: 158px;
    float: left;
}

#maincontentwrapper .l .tm
{
    padding-top: 44px;
    background: url(images/bg-subnavi.png);
}

#maincontentwrapper .l .m {
    height: auto;
    border: 1px solid #63666A;
    background-color: #fff;
    margin-left: 12px;
}

#maincontentwrapper .l .subnaviflag {
    margin: 4px 14px 0 0;
    float:right
}

#maincontentwrapper .l h1 {
    background-color: #63666A;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    height: 16px;
}

#maincontentwrapper .l h1 a {
    color: #fff;
    text-decoration: none;
}

#maincontentwrapper .l ul {
    list-style: none;
}

#maincontentwrapper .l ul a {
    padding: 2px 0 2px 3px;
    font-size: 11px;
    color: #6C6E70;
    text-decoration: none;
    display: block;
    min-height: 18px;
    line-height: 15px;
    width: 141px;  
    background: url(images/subnavi-arrow-r.png) no-repeat center right;
}

#maincontentwrapper .l ul a span {
    margin-left: 14px;
    display:block;

}

#maincontentwrapper .l ul ul a {
    padding: 2px 0 2px 24px;
    width: 120px;  
    background: url(images/infobox-arrow-l.png) no-repeat center left;
}

#maincontentwrapper .l ul ul {
    border-bottom: 1px solid #EBE9E9
}

#maincontentwrapper .l ul ul a:hover,
#maincontentwrapper .l ul ul a.active {
    text-decoration: underline;
    background: url(images/infobox-arrow-l-hover.png) no-repeat center left !important;
}

#maincontentwrapper .l ul a.active,
#maincontentwrapper .l ul a.active:hover {
    background: #EBE9E9 url(images/subnavi-arrow-r-active.png) no-repeat center right;
}

#maincontentwrapper .l ul a.active2,
#maincontentwrapper .l ul a.active2:hover {
    background: #EBE9E9 url(images/subnavi-arrow-r-active2.png) no-repeat center right;
}

#maincontentwrapper .l ul a:hover {
    text-decoration: underline;
    background: url(images/subnavi-arrow-r-hover.png) no-repeat center right;
}


#maincontentwrapper .l .b {
    width: 158px;
    height: 43px;
    background: url(images/bg-subnavi-b.png) no-repeat center right;
    margin-bottom: 44px;
}

/** Content - Mitte */
#maincontentwrapper .c33-l, 
#maincontentwrapper .c50-l, 
#maincontentwrapper .c66-l, 
#maincontentwrapper .c75-l, 
#maincontentwrapper .c100 {
    padding-left: 202px;
    /*margin-right: 223px;*/
    margin-right: 267px;
    font-size: 11px;
    line-height: 16px;
}

#maincontentwrapper .c33-l {
    margin-right: 553px;
    /*border: 1px solid #f0f;*/
}

#maincontentwrapper .c50-l {
    margin-right: 418px;
    /*width: 312px;  558 - 202 - 44 */
}

#maincontentwrapper .c66-l {
    margin-right: 297px;    
}

#maincontentwrapper .c100 {
    margin-right: 44px;
}

#maincontentwrapper .c33-l h1,
#maincontentwrapper .c50-l h1,
#maincontentwrapper .c75-l h1,
#maincontentwrapper .c66-l h1,
#maincontentwrapper .c100 h1 {
    color: #6C6E70;
    font-size: 14px;
    font-weight: bold;
    padding-top: 13px;
    margin-bottom: 13px;
}

#maincontentwrapper .c75-l h2, 
#maincontentwrapper .c66-l h2,
#maincontentwrapper .c50-l h2, 
#maincontentwrapper .c50-r h2,
#maincontentwrapper .c25-r h2,
#maincontentwrapper .c33-l h2,
#maincontentwrapper .c33-r h2,
#maincontentwrapper .c33-r2 h2,
#maincontentwrapper .c100 h2 {
    color: #6C6E70;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    margin-bottom: 10px;
    width: 97%;
}

#maincontentwrapper h2.u {
    float: left;
}

#maincontentwrapper .c75-l h3, 
#maincontentwrapper .c66-l h3,
#maincontentwrapper .c50-l h3, 
#maincontentwrapper .c50-r h3,
#maincontentwrapper .c25-r h3,
#maincontentwrapper .c33-l h3,
#maincontentwrapper .c33-r h3,
#maincontentwrapper .c33-r2 h3,
#maincontentwrapper .c100 h3 {
    color: #6C6E70;
    font-size: 11px;
    font-weight: bold;
    padding-top: 7px;
    margin-bottom: 7px;
}

#maincontentwrapper .c50-l h3, 
#maincontentwrapper .c50-r h3 {
    width: 331px;
}

#maincontentwrapper h4 {
    color: #6C6E70;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 7px;
}

#maincontentwrapper .c33-l p, 
#maincontentwrapper .c33-r p, 
#maincontentwrapper .c33-r2 p, 
#maincontentwrapper .c75-l p,
#maincontentwrapper .c66-l p,
#maincontentwrapper .c50-l p, 
#maincontentwrapper .c50-r p,
#maincontentwrapper .c25-r p,
#maincontentwrapper .c100 p {
    padding-bottom: 13px;
}

#maincontentwrapper p.mt10 {
    margin-top: 10px;
}

#maincontentwrapper h2.pt0 {
    padding-top: 0;  
}

#maincontentwrapper .c75-l a,
#maincontentwrapper .c66-l a,
#maincontentwrapper .c50-l a, 
#maincontentwrapper .c50-r a,
#maincontentwrapper .c25-r a,
#maincontentwrapper .c100 a,
#maincontentwrapper .c33-l a,
#maincontentwrapper .c33-r a,
#maincontentwrapper .c33-r2 a {
    color: #63666A;
}

#maincontentwrapper a.download {
    background: #fff url(/layout/images/bg-download-box.png) no-repeat bottom right;
    display: block;
    width: 184px; /* 242-40-8 */
    padding: 5px 40px 10px 8px;
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none !important;
    color: #63666A !important;
}

#maincontentwrapper a.download:hover {
    background: #fff url(/layout/images/bg-download-box-hover.png) no-repeat bottom right;
}

#maincontentwrapper .c75-l ul,
#maincontentwrapper .c66-l ul,
#maincontentwrapper .c50-l ul, 
#maincontentwrapper .c50-r ul,
#maincontentwrapper .c25-r ul,
#maincontentwrapper .c100 ul,
#maincontentwrapper .c33-l ul,
#maincontentwrapper .c33-r ul,
#maincontentwrapper .c33-r2 ul {
    list-style: none;  
    padding-bottom: 7px;  
}

#maincontentwrapper .c75-l ul li, 
#maincontentwrapper .c66-l ul li,
#maincontentwrapper .c50-l ul li, 
#maincontentwrapper .c50-r ul li,
#maincontentwrapper .c25-r ul li,
#maincontentwrapper .c100 ul li,
#maincontentwrapper .c33-l ul li,
#maincontentwrapper .c33-r ul li,
#maincontentwrapper .c33-r2 ul li {
    padding-left: 18px;
    background: url(images/infobox-arrow-l.png) no-repeat center left;
}

#maincontentwrapper .classtree li {
    background-image: none !important;
}

#maincontentwrapper .classtree ul li {
    padding-left: 26px;
    background: url(images/L.png) no-repeat 3px 3px !important;
}

#maincontentwrapper .half {
    width: 47.9%;
    padding-right: 2%;
    float: left;
}

#maincontentwrapper .threequarter {
    width: 100%;
    float: left;
}

#maincontentwrapper .TipBox {
    background: #fff url(images/bg-tip-box.png) no-repeat center left;
    padding: 4px 0px 4px 40px !important;
    margin: 0px 0 10px 0;
    font-weight: bold;
    min-height: 30px;
}

#maincontentwrapper table {
    border: 1px solid #EBE9E9;
    border-collapse:collapse;
}

#maincontentwrapper table.verticalTable {
    border: 0;
}

#maincontentwrapper table.filetable {
    margin-bottom: 13px;
    width: 100%;
}

#maincontentwrapper table th {
    background-color: #DDE5DC;/*EBE9E9;*/
}

#maincontentwrapper table th.DarkGray {
    background-color: #63666A;
    color: #fff;
}

#maincontentwrapper table.verticalTable th {
    background-color: transparent;
    text-align: right;
    padding: 0 4px 4px 0;
}

#maincontentwrapper table td {
    border: 1px solid #EBE9E9;
    border-width: 0 1px 1px 0;
}

#maincontentwrapper table.verticalTable td {
    border: 0;
    padding: 0 4px 4px 0;
}

#maincontentwrapper table td.aC {
    text-align: center;
}

#maincontentwrapper table td.aR {
    text-align: right;
}


#maincontentwrapper .c50-r,
#maincontentwrapper .c25-r,
#maincontentwrapper .c33-r,
#maincontentwrapper .c33-r2 {
    width: 330px;
    font-size: 11px;
    float: right;
    padding-left: 44px;
    padding-top: 44px;
    padding-right: 44px;
}

#maincontentwrapper .c33-r,
#maincontentwrapper .c33-r2 {
	padding-top: 0px;
}

#maincontentwrapper .c25-r {
    width: 178px;
    /*padding: 44px 0;*/
    padding-right: 44px;
}

#maincontentwrapper .c33-r {
    padding-left: 0;
}

#maincontentwrapper .c33-r,
#maincontentwrapper .c33-r2 {
    width: 209px;
    font-size: 11px;
    line-height: 16px;
}

/**
 * Info Box
 */
#maincontentwrapper .SmalInfoBox {
    padding-bottom: 13px;
}
 
#maincontentwrapper .SmalInfoBox .content {
    border: 1px solid #EBE9E9 !important;
}

#maincontentwrapper .c75-l .InfoBox,
#maincontentwrapper .c66-l .InfoBox,
#maincontentwrapper .c50-l .InfoBox,
#maincontentwrapper .c50-r .InfoBox,
#maincontentwrapper .c25-r .InfoBox,
#maincontentwrapper .c100 .InfoBox,
#maincontentwrapper .c33-r .InfoBox,
#maincontentwrapper .c33-r2 .InfoBox {
    width: 332px;
    padding: 0 0 13px 0;
}

 
#maincontentwrapper .c50-r .InfoBox,
#maincontentwrapper .c25-r .InfoBox,
#maincontentwrapper .c33-r .InfoBox,
#maincontentwrapper .c33-r2 .InfoBox {
    width: auto;
}

#maincontentwrapper .c33-l .InfoBox {
    width: 197px;
}

#maincontentwrapper .c75-l .InfoBox {
    width: 484px; /*466px;*/
}

#maincontentwrapper .c66-l .InfoBox {
    width: 444px;
}

#maincontentwrapper .c100 .InfoBox {
    width: 709px;
}

#maincontentwrapper .InfoBox .heading {
    background: #7FC783 url(images/bg-box-corner-lt.png) no-repeat top left;
    width: 100%;
}

#maincontentwrapper .InfoBoxGray .heading {
    background: #EBE9E9 url(images/bg-box-corner-lt-gray.png) no-repeat top left;
}

#maincontentwrapper .InfoBoxDarkGray .heading {
    background: #63666A url(images/bg-box-corner-lt-darkgray.png) no-repeat top left;
}

#maincontentwrapper .heading h2 a {
    color: #fff;
}

#maincontentwrapper .InfoBox h2,
#maincontentwrapper .InfoBox .content h3 {
    height: 21px;
    line-height: 21px;
    font-size: 11px;
    padding-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
  
#maincontentwrapper .InfoBox h2 {
    height: 19px;
    line-height: 19px;
    color: #fff;
    padding: 0 0 0 23px;
    margin: 0;
    width: auto;
}

#maincontentwrapper .InfoBoxGray h2 {
    color: #000;
}

#maincontentwrapper .InfoBox .content {
    border: 1px solid #7FC783;
    padding-bottom: 7px;
}

#maincontentwrapper .InfoBoxGray .content {
    border: 1px solid #EBE9E9;
}

#maincontentwrapper .InfoBoxDarkGray .content {
    border: 1px solid #63666A;
}

#maincontentwrapper .InfoBox .content h3 {
    background-color: #EBE9E9;
    color: #000;
    padding-left: 7px;
    margin-top: 8px;
}

#maincontentwrapper .InfoBox .content h4 {
    padding-left: 7px;
}

#maincontentwrapper .c50-l .InfoBox .content h3,
#maincontentwrapper .c50-r .InfoBox .content h3 {
    width: 321px;
}

#maincontentwrapper .c33-l .InfoBox .content h3,
#maincontentwrapper .c33-r .InfoBox .content h3,
#maincontentwrapper .c33-r2 .InfoBox .content h3 {
    width: 200px;
}

#maincontentwrapper .InfoBox .content h3.st {
    margin-top: 0px;
}

#maincontentwrapper h1.green,
#maincontentwrapper h2.green,
#maincontentwrapper h3.green,
#maincontentwrapper h4.green
{
    background-color: #7FC783 !important;
    color: #fff !important;
}

#maincontentwrapper .InfoBox .content p {
    padding: 7px;
    padding-bottom: 0;
    font-size: 11px;
}

#maincontentwrapper .InfoBox .content table.pricing {
    margin: 5px 5px 0 5px;    
}

#maincontentwrapper .InfoBox .content table.pricing td,
#maincontentwrapper .InfoBox .content table.pricing th,
#maincontentwrapper .price {
    font-size: 11px;
    font-weight: normal;
    text-align: right !important;
    white-space: nowrap;
}


#maincontentwrapper .price {
    padding-left: 40px;
}

table.pricing td {
    padding-left: 7px;
    white-space: nowrap;
}

#maincontentwrapper .hr {
    height: 1px;
    background-color: #EBE9E9;
    margin: 0;
}

#maincontentwrapper .bM {
    margin-bottom: 13px;
}

#maincontentwrapper .InfoBox .content .hr {
    margin: 7px 7px 0 7px !important;
}

#maincontentwrapper .InfoBox .content a {
    color: #000;
    text-decoration: underline;
}

#maincontentwrapper .InfoBox .content a:hover {
    text-decoration: none;
    color: #7FC783;
}



#maincontentwrapper .InfoBox .content ul.links {
    padding: 7px 0px 7px 0;
    list-style: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#maincontentwrapper .InfoBox .content ul.links ul.sub {
    padding-left: 3px;
    list-style: none;
}


#maincontentwrapper .InfoBox .content ul.links li {
    padding-left: 0;
    background: none;
}

#maincontentwrapper .InfoBox .content ul.links a {
    font-size: 11px;
    text-decoration: none;
    display: block;
    line-height: 18px;
    padding-left: 24px;
    background: url(images/infobox-arrow-l.png) no-repeat center left;
}

#maincontentwrapper .InfoBox .content ul.links a span {
    margin-left: 14px;
}

#maincontentwrapper .InfoBox .content ul.links a:hover {
    text-decoration: underline;
    background: url(images/infobox-arrow-l-hover.png) no-repeat center left;
}

#maincontentwrapper .InfoBox .content ul.links a.subactive:hover {
    background-color: #EBE9E9;
}

#maincontentwrapper .InfoBox .content ul.links a.active {
    font-weight: bold;
    background: url(images/infobox-arrow-l-hover.png) no-repeat center left;
}

#maincontentwrapper .InfoBox .content ul.links a.subactive {
    background: #EBE9E9 url(images/infobox-arrow-l-active2.png) no-repeat center left;
}

#maincontentwrapper .prevnext {
    background-color: #F6F6F6;
    border-top: 1px solid #63666A;
    height: 18px;
    margin: 13px 0;
    width: 100%;    
    float: left;
}

.c75-l .prevnext {
    width: 483px;
}

#maincontentwrapper .prevnexttop {
    border-bottom: 1px solid #63666A;
    border-top: 0;
    margin: 0 0 13px 0;
}

#maincontentwrapper .prevnext a {
    text-decoration: none;    
}

#maincontentwrapper .prevnext a:hover {
    text-decoration: underline;
}

#maincontentwrapper .prevnext a.next {
    float: right;
    background: url(images/dblarrow-right.png) no-repeat center right;
    padding-right: 10px;
}

#maincontentwrapper .prevnext a.previous {
    background: url(images/dblarrow-left.png) no-repeat center left;
    padding-left: 10px;
}

#maincontentwrapper code {
	padding-bottom: 13px !important;
	display: block;
}

h3.parameterHeading {
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
}

div.parameterDescr {
    margin-left: 44px;
}


.toclevel2 {
    margin-left: 22px;
}

/** 
 * Footer 
 */
#footer {
    height: 15px;
    font-size: 10px;
    color: #fff;
}

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

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

#footer a.active {
    font-weight: bold;    
}

#footer .l {
    float: left;
    width: 49px;
    background: url(images/bg-footer-l.png) no-repeat top right;
    height: 15px;
}

#footer .r {
    float: left;
    width: 49px;
    background: url(images/bg-footer-r.png) no-repeat top left;
    height: 15px;
}

#footer .c {
    float: left;
    background: #7FC783 url(images/bg-green.png);
    height: 15px;
    width: 862px;
}

#footer .c .r {
    float: right;
    white-space: nowrap;
    /*margin-right: 160px;*/
}

#pleaseWait {
    background-color: black;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    position: absolute;
    top:0px;
    left:0px;
    z-Index: 100000;
    visibility: hidden;
}
#pleaseWaitText {
    color: white;
    font-size: 30px;
    font-style: italic;
    position: fixed;
    top:0;
    left:0;
    z-Index: 100010;
    visibility: hidden;
}

/* forms */
form {
    display: block;
    width: 100%;
}

form .submit {
    font-size: 11px;
    padding-right: 10px;
    color: #6C6E70;
    border: 1px solid #6C6E70;
    background: #EBE9E9 url(images/gray-arrow-right.png) no-repeat center right;
    height: auto !important;
    min-width: 46px;
}

form .delete {
    background: #EBE9E9 url(images/gray-cross-right.png) no-repeat center right;
}

.InfoBox form .submit {
    float: right;
    margin: 0 7px 0 0;
}

/*
License request in a table
*/
table fieldset.licenseRequest {
    border: 1px solid red;
    padding: 7px;
}


/* workflow forms */
#maincontentwrapper .kon2wf fieldset,
#maincontentwrapper .contactform fieldset,
#maincontentwrapper .search-cnt fieldset
{
    border: 1px solid #EBE9E9;
    padding: 7px;
    padding-top: 0;
    margin-bottom: 7px;
}

#maincontentwrapper .kon2wf input,
#maincontentwrapper .kon2wf textarea,
#maincontentwrapper .kon2wf select,
#maincontentwrapper .kon2wf .readonly,
#maincontentwrapper .contactform input,
#maincontentwrapper .contactform textarea,
#maincontentwrapper .contactform select,
#maincontentwrapper .search-cnt input,
table fieldset.licenseRequest input,
#maincontentwrapper .shoppingCartButtons input,
a.deleteBtn
{
    border: 1px ridge #6C6E70;
    height: 16px;
    margin-bottom: 2px;
    font-size: 11px;
}

#maincontentwrapper .kon2wf .readonly {
    border: 1px solid #fff;
    display: inline;
}

table fieldset.licenseRequest input.txt {
    width: 190px;
}

table fieldset.licenseRequest input.submit {
    margin-right: 0;
}

#maincontentwrapper .kon2wf select {
    height: auto;
}

#maincontentwrapper .required,
#maincontentwrapper .err {
    color: red;
}

#maincontentwrapper .kon2wf label,
#maincontentwrapper .kon2wf .label
{
    display: block;
    float: left;
    width: 35%;
}

#maincontentwrapper .kon2wf .next {
    float: right;
}

#maincontentwrapper .kon2wf .prev,
#maincontentwrapper input.prev
 {
    padding-left: 9px;
    padding-right: 0px;
    background: #EBE9E9 url(images/gray-arrow-left.png) no-repeat center left;
    float: left;
}

#maincontentwrapper input.prev {
    float: none;
}


#maincontentwrapper .kon2wf table.kon2 {
    border: 0;
    width: 100%;
}

#maincontentwrapper .kon2wf table.kon2 th,
#maincontentwrapper .kon2wf table.kon2 td {
    background-color: transparent;
    text-align: left;
    border: 0;
    font-weight: normal;
}

#maincontentwrapper .kon2wf table.kon2 th {
    width: 35%;
}


/* Contact form */
#maincontentwrapper .contactform label {
    float:left;
    width: 80px;
    line-height: 18px;
}

#maincontentwrapper .contactform textarea {
    height: 70px;
}

/*
#maincontentwrapper .contactform .submit ===> #maincontentwrapper .kon2wf .submit
*/


/* Search */
#maincontentwrapper .search-cnt label {
    float:left;
    line-height: 18px;
}

#maincontentwrapper ol.searchresults {
    list-style: none;
    padding-bottom: 7px; 
}

#maincontentwrapper ol.searchresults li {
    padding-left: 0px;
}

#maincontentwrapper ol.searchresults li h3 {
    background: url(images/infobox-arrow-l.png) no-repeat center left;
    padding-left: 18px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 4px;
}

#maincontentwrapper ol.searchresults li p {
    padding-left: 18px;
    padding-bottom: 6px !important;
}

#maincontentwrapper ol.searchresults li p.path {
    font-size:9px;
    border-bottom: 1px solid #EBE9E9;
}
    
    
    
#maincontentwrapper .inperror {
    border: 1px solid red !important;
}

#maincontentwrapper .shoppingCartButtons {
    margin-top: 8px;
    text-align: right;
}

#bookmarks {
    float: right;
}

#bookmarks ul {
    list-style: none;
}

#bookmarks ul li {
    float: left;
}

/* Videos */
.c100 .video {
    width: 705px;  /* factor: 1.3333333 */
    height: 545px; /* 529 + 16 controls */
}

#copyright {
    font-size: 10px;
    text-align: center;
    margin: 3px 0 3px 0;
}

#copyright a {
    color: black;
    text-decoration: underline;
}

#copyright a:hover {
    text-decoration: none;
    color: #63666A;
}

a.deleteBtn {
    text-decoration: none !important;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    text-indent: -3000px;
    font: 0px/0 serif;
    background: #EBE9E9 url(images/gray-cross.png) no-repeat center center;
}

a.deleteBtn:hover {
    background-image: url(images/red-cross.png);
}
