/* /// FORMAT RESET ///////////////////////////////////////////////////////// */

* {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 1em;
    line-height: 1.4em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

.clear-all {
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
}

/* /// TAG DEFINITIONS ////////////////////////////////////////////////////// */

body {
/*    background: #e6eef3;
*/
    background: #ffffff;
    font-size: 12px;
}

h1 {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    color: #053a7a;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 0.8em;
}

h2 {
    font-size: 10px;
    color: #053a7a;
    font-weight: bold;
    margin: 10px 0 0 0;
}

h3 {
    font-size: 1em;
    color: #666666;
    font-weight: bold;
    margin-bottom: 1em;
}

#content p {
    margin-bottom: 1em;
}

#content p.topspace {
    margin: 100px 100px 0 100px;
}

#content p a:link,
#content p a:visited,
#content p a:active,
#content label a:link,
#content label a:visited,
#content label a:active {
    font-weight: bold;
    color: #053a7a;
}

#content p a:hover,
#content label a:hover {
    color: #ef7f00;
}


/* /// PAGE STRUCTURE /////////////////////////////////////////////////////// */

#lp_prominent {
    position: absolute;
    top: 8px;
    left: 8px;
}

#page {
    position: absolute;
    top: 62px;
    left: 78px;
    width: 800px;
}

#logo {
    position: absolute;
    top: 41px;
    left: 13px;
    width: 65px;
    height: 320px;
}

#navigation-bar {
    position: absolute;
    top: 15px;
    left: 78px;
    height: 26px;
    width: 800px;
}

#content {
    border: solid 1px #053a7a;
    background: url(images/back.gif) top left repeat;
}

#content.fixedheight {
    height: 455px;
    overflow: visible;
}

#form {
    padding: 10px 25px 0 25px;
}

#footer {
/*    position: absolute;
    top: 439px;
    left: 75px;
*/    width: 800px;
    height: 50px;
    background: url(images/bottom-gradient.gif) top left repeat-x;
    float: left;
    margin-top: 2px;
}

/* /// NAVIGATION /////////////////////////////////////////////////////////// */

#navigation {
    margin: 0 0 0 11px;
    padding: 10px 0 0 0;
    list-style: none;
    font-size: 10px;
}

#navigation li {
    float: left;
    padding: 0 20px 0 0;
}

#navigation li a {
    padding: 0 0 0 8px;
    text-decoration: none;
    color: #053a7a;
    background: url(images/bullet.gif) center left no-repeat;
}

/* /// CONTENT ////////////////////////////////////////////////////////////// */

.columns1of2 {
    float: left;
    width: 370px;
}

.columns2of2 {
    float: right;
    width: 350px;
}


.columns1of3 {
    float: left;
    width: 290px;
}

.columns2of3 {
    float: left;
    margin-left: 10px;
    width: 290px;
}

.columns3of3 {
    float: right;
    width: 150px;
    padding-bottom: 12px;
}

#form label {
    font-size: 10px;
    color: #053a7a;
}


div.columns1of2 div,
div.columns2of2 div {
    float:left;
}

div.columns1of2 div input.textinput,
div.columns2of2 div input.textinput,
div.columns1of2 div select.textinput,
div.columns2of2 div select.textinput {
    border: solid 1px #053a7a;
}

div.formspacer {
    width: 10px;
    height: 10px;
    font-size: 0;
}

#salutation,
#lb_salutation {
    width: 75px;
}

#salutation {
    font-size: 10px;
}

#forename,
#lb_forename,
#surname,
#lb_surname {
    width: 130px;
}

#lb_street,
#street {
    width: 275px;
}

#lb_housenumber,
#housenumber {
    width: 70px;
}

#country,
#lb_country {
    width: 130px;
}

#country {
    font-size: 10px;
    font-family:  Arial, Helvetica, sans-serif;
}

#lb_zipcode,
#zipcode {
    width: 55px;
}

#lb_residence,
#residence {
    width: 150px;
}

#lb_email,
#email {
    width: 215px;
}

#lb_phone,
#phone {
    width: 130px;
}

#lb_newsletter,
#lb_contactme,
#lb_readsmallprint
{
    width: 355px;
}

#lb_company,
#company,
#lb_position,
#position,
#lb_sector,
#sector
{
    width: 349px;
}
#sector {
    font-size: 10px;
    font-family:  Arial, Helvetica, sans-serif;
}

#newsletter,
#contactme,
#readsmallprint {
    margin: 6px 2px 0 0;
}

input.productinfo {
    margin: 2px 4px 0 0;
    height: 16px;
}

div.lb_product {
    clear: left;
}

div.lb_product input {
    float: left;
}

div.lb_product label {
    display: block;
    float: left;
    width: 260px;
    margin: 2px 0 5px 0;
}

#sendbutton {
    float: right;
    margin: 50px 0 0 0;
}

div.footnote {
    margin: 40px 0 0 0;
    font-size: 10px;
    color: #8f9cb8;
}

.errorformfield {
    border: solid 1px #ff0000;
}

#errorbox {
    border: solid 1px #ef7f00;
    margin-bottom: 1em;
}

#errorbox h2 {
    font-size: 12px;
    background-color: #ef7f00;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0;
}

#errorbox ul {
    margin: 2px 0 2px 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
}

#errorbox ul li {
    padding: 3px 0 2px 10px;
    background: url(images/bullet.gif) center left no-repeat;
}
