BODY {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

A,
A:link,
A:visited {
    color: #3333CC;
}

A:hover {
    color: #9999FF;
}

INPUT, SELECT, TEXTAREA {
    background: url(../images/bg_input.gif) top left repeat-x;
    border: 1px solid #999999;
}
.wrap {
    width: 990px;
    margin: auto;
    text-align: left;
    position: relative;
}


/* HEADER */

#header {
    padding:0px;
    border-top: 20px solid #33CC00;
    height: 100px;
    position: relative;
}
#header .wrap {
   height: 100px; 
}

#header .logo {
    display: block;
    position: absolute;
    right: 0px;
    top: 40px;
}
#header .location {
    position: relative;
    top: 5px;
}
#header .location .country {
    color: #33CC00;
}
#header .location IMG {
    vertical-align: middle;
}
#header .location A {
    color: #000000;
}
#header .search {
    position: absolute;
    width: 300px;
    top: 60px;
}
#header .search INPUT {
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
    padding: 2px 2px 2px 25px;
    background: #FFFFFF url(../images/icon_search.gif) center left no-repeat;
}
#header .search .submitbutton {
    border: 0px;
    background: none;
    margin-left: 10px;
    padding: 0 0 0 15px;
    background: transparent url(../images/bullet_arrow.gif) top left no-repeat;
    font-weight: bold;
    text-transform: uppercase;
}
* HTML #header .search .submitbutton {
    padding-left: 0px;
}

/* NAV */

#nav {
    background: url(../images/bg_nav.gif) top left repeat-x;
    height: 25px;
}
#nav UL {
    list-style: none;
    padding: 0px 3px 0px 0px;
    margin: 0px;
    display: block;
    width: 720px;
    height: 25px;
    background: url(../images/bg_nav_end.gif) top right no-repeat;
}
#nav UL LI {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background: url(../images/bg_nav_button.gif) top left no-repeat;
}
#nav UL LI A {
    display: block;
    height: 25px;
    padding: 5px;
    font-size: 0.9em;
    text-transform: uppercase;
}
#nav UL LI A {
    color: #000000;
    text-decoration: none;
}
#nav UL LI A.on {
    color: #FF6600;
    text-decoration: none;
}
#nav UL LI A:hover {
    color: #FF6600;
}

/* CONTENT */

#content {
    position: relative;
    display: block;
    clear: both;
}
#subnav {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 170px;
    float: left;
    padding-top: 20px;
}

#subnav .nav-name {
    text-transform: uppercase;
    text-align: right;
    display: block;
    position: relative;
    padding: 0px 50px 0px 0px;
    margin: 0px;
    border: 1px solid #FFFFFF;
}
#subnav UL {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 10px 0 0 0;
}
#subnav UL LI {
    display: block;
    padding: 0px;
    margin: 0px;
}
* HTML #subnav UL LI {
    height: 1%;
}
#subnav UL LI A {
    display: block;
    text-align: right;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-right: 20px;
    color: #666666;
    text-decoration: none;
    font-size: 0.9em;
}
#subnav UL LI A:hover,
#subnav UL LI A.on {
    color: #FF6600;
}
#subnav UL LI A.on {
    background: url(../images/loesche-logo_sml.gif) right center no-repeat;
}
#maincontent {
    display: block;
    position: relative;
    float: left;
    width: 600px;
    text-align: justify;
    line-height: 1.5em;
}
#maincontent H1 {
    font-size: 1.5em;
    padding: 0px;
    margin: 0px;
    font-style: italic;
    text-transform: uppercase;
    margin: 10px 0px 20px 0px;
    color: #666666;
}

#maincontent H2 {
    font-size: 1em;
    padding: 0px;
    text-transform: uppercase;
    margin: 20px 0px 5px 0px;
}

#maincontent P {
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

#maincontent UL {
    text-align: left;
}

#maincontent .illustration {
    width: 190px;
    float: right;
    margin-left: 20px;
}
#maincontent .illustration IMG {
    border: 0px;
    margin: 0px;
    padding: 0px;

}
#maincontent .illustration .caption {
    display: block;
    font-size: 0.8em;
    color: #999999;
    line-height: 1.2em;
}

#sidecontent {
    position: relative;
    margin-left: 787px;
    width: 200px;
    font-size: 0.8em;
    line-height: 1.5em;
}
#sidecontent .sidebox {
    padding: 10px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF url(../images/bg_sidebox.gif) top left repeat-x;;
    text-align: justify;
    margin-bottom: 10px;
}

#sidecontent H2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
}
#sidecontent P {
    color: #666666;
}
#sidecontent UL {
    padding: 0px;
    margin-left: 15px;
    text-align: left;
}
#footer {
    clear: both;
    position: relative;
    top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    font-size: 0.8em;
    color: #666666;
    background: url(../images/bg_footer.gif) top left repeat-x;
}
#footer .nav {
    text-align: right;
    padding-top: 5px;
    height: 25px;
}
#footer .nav UL {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#footer .nav UL LI {
    padding: 0 10px 1px 10px;
    margin: 0px;
    display: inline;
    border-right: 1px solid #000000;
}
#footer .copyright {
    clear: both;
    text-align: right;
    float: right;
    width: 480px;
    text-transform: uppercase;
}
#footer .credit {
    width: 480px;
}
