body {
    background-color: #6c6c6c;
    background: url( res/pics/bg_oben.png ) repeat-y center top;
}

html, body, table, tr, td {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

#header {
    margin: auto;
    position: relative;
    left: 0px;
    background: url( res/pics/header.png ) no-repeat 0 0;
    width: 753px;
    height: 99px;
}

.languagechooser {
    width: 753px;
    text-align: left;
    color: white;
    margin: auto;
    /*margin-left: 50px;
    margin-top: 10px;*/
    padding-left: 55px;
    font-size: 11px;
}

.languagechooser a {
    color: white;
}

#header .tabs {
    position: absolute;
    bottom: 0px;
    left: 30px;
    height: 28px;
}

#pagecontent {
    margin: auto;
    width: 753px;
    text-align: center;
    position: relative;
    background: url( res/pics/bg_content.png ) repeat-y center top;
}

#main .pagecontentbottom {
    margin: auto;
    background: url( res/pics/bg_bottom.png ) no-repeat center top;
    height: 17px;
    width: 753px;

}

#pagecontent .leftcol {
    background-color: transparent;

}

#pagecontent .leftcol .codeexample
{
    margin-top: 30px;
}

#pagecontent .rightcol {
    background-color: #f3efde;
    width: 235px;
    height: 600px;
    text-align: center;

}

#pagecontent .inner {
    text-align: left;
    padding: 20px;
    padding-left: 30px;
    background: transparent;
}

#pagecontent .rightcol .buttonpanel {
    position: relative;
    top: 27px;
    margin: auto;
}

#pagecontent .rightcol .demopanel {
    position: relative;
    top: 77px;
    margin: auto;
}

#pagecontent  .rightcol .buttonpanel  img {
    margin-bottom: 4px;

}

#pagecontent  .rightcol .customerpanel {

}

#pagecontent  .rightcol .infopanel {
    background-color: #ebe4c7;
    width: 100%;
    position: relative;
    top: 60px;

}

#pagecontent  .rightcol .infopanel .rightcol {
    font-weight: bold;
    text-align: left;
    position: relative;
    width: auto;
    height: auto;
    background-color: #ebe4c7;
    font-size: 11px;
}

#pagecontent .rightcol .infopanel .leftcol {
    font-weight: normal;
    text-align: right;
    position: relative;
    width: auto;
    height: auto;
    background-color: #ebe4c7;
    font-size: 11px;
}

#pagecontent  .leftcol .headline {
}

#pagecontent  .leftcol .screenshot {

}

#pagecontent  .leftcol .productdescription {
    margin-bottom: 20px;
    line-height: 18px;
}

#main {
    text-align: center;

}

#footer {
    width: 733px;
    position: relative;
    color: white;
    margin: auto;
    font-size: 10px;
}

#footer table, #footer tr, #footer td {
    color: white;
    font-size: 11px;
}

#footer a {
    color: white;
}

input, textarea {
    width: 100%;
}

h1 {
    font-size: 14px;
    color: #2e4065;
}

h2 {
    color: #333333;
    font-size: 14px;
}

.sourcecode {
    font-family: monospace;
    background-color: #DDDDDD;
    color: #333333;
    font-size: 12px;
    padding: 10px;
}

