html,
body {
    background: #707070 url('../img/back_gradient.jpg') left top repeat-x;
    border: none;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Frutiger', 'Univers', 'Arial', 'Helvetica', sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0 auto;
    position: relative;
    width: 840px;
}
h2 {
    background: #404040 url('../img/title.gif') left top repeat-x;
    border-left: 2px solid #FF0000;
    color: #FFFFFF;
    font-size: 1em;
    margin: 8px 0 2px 0;
    padding: 1px 0 1px 4px;
}
:link,
:visited {
    color: #606060;
    text-decoration: none;
}
:link:hover,
:visited:hover {
    color: #000000;
    text-decoration: underline;
}
img {
    background-color: #F0F0F0;
    border: none;
    display: block;
    text-align: center;
}
object {
    display: block;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
span.clear {
    height: 1px;
    clear: both;
    display: block;
    margin-top: -1px;
}
#outer {
    background: white;
    border: solid #404040;
    border-width: 0 1px;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    width: 840px;
}
#logo {
    float: left;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
}
#global {
    background: url('../img/global.gif') left center no-repeat;
    color: #606060;
    float: right;
    font-weight: bold;
    list-style: none;
    margin: 0 0 4px 0;
    min-height: 70px;
    padding: 4px 8px 0 16px;
}
#global li {
    background: url('../img/arrow_red.gif') left center no-repeat;
    line-height: 1.3em;
    padding: 0 0 0 10px;
}
#banner {
    border-top: 1px solid #808080;
    clear: both;
    display: block;
}
#europe {
    float: left;
    overflow: hidden;
    padding: 0 4px 8px 8px;
    margin: 0 0 1.5em 0;
    width: 156px;
}
#europe ul {
    color: #808080;
    font-weight: bold;
    padding: 4px 8px 8px 8px;
}
#europe ul ul {
    padding: 4px 0 8px 0;
}
#europe ul ul li {
	font-size: 97%;
    background: white url('../img/arrow_red.gif') left center no-repeat;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 0 0 10px;
}
#europe img {
    margin-top: 8px;
}
#content {
    float: right;
    padding: 0 8px 1.5em 4px;
    width: 660px;
}

.modules5 {
    height: 100px;
}
.modules10 {
    height: 196px;
}
.modules15 {
    height: 292px;
}
.modules20 {
    height: 388px;
}

#modules {
    background: #E8E8E8;
    margin: 0 0 8px 0;
    padding-top: 8px;
    width: 660px;
}
#modules li {
    float: left;
    padding: 8px 0 0 5px;
}
#modules li a {
    border: 1px solid #E8E8E8;
    display: block;
    overflow: hidden;
    padding: 2px;
    text-decoration: none;
}
#modules li a:hover {
    background: white;
    border-color: #808080;
}
#modules li.new {
    padding: 1px 0 0 5px;
}
#modules li.new a {
	  border: none;
  	background: #FF0000 url("../img/new_off.gif") top left no-repeat;
    display: block;
    overflow: hidden;
    padding: 10px 3px 3px 3px;
    text-decoration: none;
}
#modules li.new a:hover {
	  border: none;
	  background: #FF6666 url("../img/new_on.gif") top left no-repeat;
    display: block;
    overflow: hidden;
    padding: 10px 3px 3px 3px;
    text-decoration: none;
}

#contactinfo {
    padding: 0;
    margin: 0 0 1.5em 0;
}
#contactinfo dt {
    color: #303030;
    border-bottom: 1px solid red;
    font-weight: bold;
    margin: 8px 8px 0px 8px;
}
#contactinfo dd {
    color: #303030;
    line-height: 1.3em;
    margin: 2px 8px 0px 8px;
}
#footer {
    background: #E0E0E0 url('../img/footer.gif') left top repeat-x;
    border: solid #404040;
    border-width: 0 1px;
    color: #606060;
    margin: -1.5em auto 0 auto;
    position: absolute;
    padding: 0 4px;
    text-align: right;
    width: 832px;
}

