/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	vertical-align: baseline;
}
*/
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENRAL */
html, body {
    height: 100%;
    width: 100%;
}
body {
    background: url(../img/body-bg.gif) repeat-x #FFF;
    color: #404848;
    font: 12px/18px "Trebuchet MS", Arial, Verdana, sans-serif;
    text-align: center;
}
body.carado-2012{
	background: url(../img/carado-bg-2012.jpg) no-repeat #ceb597;
	background-position: 50% 0;
}
.site{
	background: url(../img/body-site-bg.jpg) no-repeat #fff center top;
}
strong {
    font-weight: bold;
}
a {
    text-decoration: none;
}
a img {
    border: 0;
}
sup {
    color: #404848;
    font-size: 10px;
    vertical-align: top;
}

/* BASIC POSITIONING */
#inner {
/*    background: url(../img/inner-bg.jpg) no-repeat 50% 0;*/
    height: 100%;
    width: 100%;
}
.carado-2012 #inner {
    background: none;

}
.carado-2012 #inner {
    background: none;

}
#wrapper {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 960px;
}
#header, #main , #footer {
    clear: both;
    float: left;
    overflow: hidden;
    width: 960px;
}
.start #main {
   /* background: url(../img/border-dotted-v-bg.gif) repeat-y 288px 0; */
    position: relative;
}
.site #main {
    background: url(../img/main-std-bg.png) no-repeat 187px 0;
    min-height: 396px;
    padding-left: 187px;
    position: relative;
    width: 773px;
}
.wide #main {
    background-image: url(../img/main-std-bg.png);
}
.rm #main {
    background-image: url(../img/main-rm-bg.png);
}
.cv #main {
    background-image: url(../img/main-cv-bg.png);
}
.cvd #main {
    background-image: url(../img/main-cvd-bg.png);
}
#footer {
    background: url(../img/footer-bg.gif) no-repeat;
    margin-top: 12px;
}
.carado-2012 #footer {
    background: none;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}

/* BUTTONS */
.button {
    background: url(../img/button-bg.gif) no-repeat;
    border-right: 1px solid #BA340E !important;
    color: #FFF !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 9px 4px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.button:hover {
    background-position: 0 -25px;
}
a.small,
button.small {
    background-position: 0 -195px;
    font-size: 10px;
    font-weight: normal !important;
    padding: 3px 5px 2px;
}
a.small:hover,
button.small:hover {
    background-position: 0 -215px;
}
.blue {
    background-position: 0 -50px;
    border-color: #253D45 !important;
    font-size: 10px;
    font-weight: normal !important;
    line-height: 36px;
    padding: 3px 5px 2px;
}
.blue:hover {
    background-position: 0 -70px;
}

.gold {
	background-position: 0 -235px;
	border-color: #ad5903 !important;
}
.gold:hover {
	background-position: 0 -260px;
}
/* LISTS */
ul.check,
ul.feature,
ul.pdf,
ul.word {
    margin: 0 0 18px;
}
ul.check li,
ul.feature li,
ul.pdf li,
ul.word li {
    background: url(../img/feature-bg.gif) no-repeat 0 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
	/*    padding: 5px 22px;*/
    padding: 1px 22px;
}
ul.check li {
    background-image: url(../img/check-bg.gif);
    padding-left: 25px;
}
.carado-2012 ul.check li {
    background-image: url(../img/arrows.png);
    padding-left: 45px;
}
ul.pdf li,
ul.word li,
ul.zip li {
    background-image: url(../img/pdf-bg.gif);
    font-size: 14px;
}
ul.word li {
    background-image: url(../img/word-bg.gif);
}
ul.zip li {
    background-image: url(../img/zip-bg.gif);
    background-position: 0 6px;
}


/* FORM */
#content .error,
#sidebar .error {
    background-color: #ffe5e5;
    border: 1px solid #ffcccc;
    color: #bf3030;
    padding: 5px;
}
#content .note,
#sidebar .note {
    background-color: #f2fcff;
    border: 1px solid #cdf2ff;
    color: #24728D;
    padding: 5px;
}
form ol li .note {
    font-style: italic;
}
form.std {
    float: left;
    margin: 0 0 18px;
    width: 405px;
}
#sidebar form.std {
    margin: 0 2px;
    width: 248px;
}
form.std fieldset {
    float: left;
    margin: 9px 0;
    width: 405px;
}
#sidebar form.std fieldset {
    width: 248px;
}
form.std fieldset h4 {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    color: #171A1A;
    margin-bottom: 5px;
    text-transform: uppercase;
}
form.std fieldset ol {
    float: left;
    width: 405px;
}
#sidebar form.std fieldset ol {
    width: 248px;
}
form.std fieldset ol li {
    float: left;
    padding: 3px 0;
    width: 405px;
}
#sidebar #teaser form.std fieldset ol li {
    margin-bottom: 0;
    width: 248px;
}
form.std fieldset ol li.sep {
    margin-bottom: 6px !important;
}
#sidebar form.std fieldset ol li .note {
    margin-bottom: 6px;
}
form.std fieldset ol li .label-wrapper {
    float: left;
    padding: 2px 0;
    text-align: right;
    width: 115px;
}
#sidebar form.std fieldset ol li .label-wrapper {
    text-align: left;
    width: 73px;
}
form.std fieldset ol li.row .label-wrapper {
    float: left;
    width: auto !important;
}
form.std fieldset ol li .label-wrapper label {
    color: #171A1A;
    font-weight: bold;
}
form.std fieldset ol li.row .label-wrapper label {
    font-weight: normal;
}
form.std fieldset ol li .input-wrapper {
    float: right;
    width: 280px;
}
#sidebar form.std fieldset ol li .input-wrapper {
    width: 165px;
}
form.std fieldset ol li.row .input-wrapper {
    float: left;
    width: auto !important;
}
form.std fieldset ol li .input-wrapper .text,
form.std fieldset ol li .input-wrapper textarea {
    background: url(../img/form-input-bg.gif) repeat-x;
    border: 1px solid #B5B5B5;
    color: #404848;
    font: 12px/18px "Trebuchet MS", Arial, Verdana, sans-serif;
    height: 18px;
    padding: 1px;
    width: 193px;
}
#sidebar form.std fieldset ol li .input-wrapper .text,
#sidebar form.std fieldset ol li .input-wrapper textarea {
    width: 161px;
}
form.std fieldset ol li .input-wrapper .required {
    background: url(../img/form-input-required-bg.gif) repeat-x #FFEFEF;
    border-color: #C7ADAD;
}
form.std fieldset ol li .input-wrapper .text:focus,
form.std fieldset ol li .input-wrapper textarea:focus {
    background: url(../img/form-input-bg.gif) repeat-x;
    border-color: #24728d;
    color: #171A1A;
}
form.std fieldset ol li .input-wrapper textarea {
    height: 150px;
    width: 250px;
}
#sidebar form.std fieldset ol li .input-wrapper textarea {
    height: 150px;
    width: 150px;
}
form.std fieldset ol li.row .input-wrapper select {
    margin-left: 5px;
    margin-right: 5px;
}
form.std fieldset ol li .checkbox,
form.std fieldset ol li .radio {
    margin-left: 0;
    margin-right: 5px;
}
form.std fieldset ol li .input-wrapper img {
    border: 1px solid #B5B5B5;
    margin-bottom: 6px;
    vertical-align: top;
}
#sidebar #teaser form.std fieldset ol li .input-wrapper img {
    margin: 0 0 6px;
    width: auto;
}
form.std fieldset ol li .input-wrapper button {
    border: 0;
    font: 11px/14px "Trebuchet MS", Arial, Verdana, sans-serif;
    letter-spacing: 1px;
    overflow: visible;
    padding: 4px 9px 3px 10px;
    width: auto;
}
form.std fieldset ol li .input-wrapper button.small {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 2px 4px 1px 5px;
}
* html form.std fieldset ol li .input-wrapper button {
    border-right: 0 !important;
    height: 25px;
}
#content form.std fieldset ol li .input-wrapper .required {
}
#content form.std fieldset ol li .input-wrapper #street,
#content form.std fieldset ol li .input-wrapper #city {
    width: 141px;
}
#sidebar form.std fieldset ol li .input-wrapper #street,
#sidebar form.std fieldset ol li .input-wrapper #city {
    width: 109px;
}
#content form.std fieldset ol li .input-wrapper #number,
#content form.std fieldset ol li .input-wrapper #zip {
    width: 44px;
}
#sidebar form.std fieldset ol li .input-wrapper #number,
#sidebar form.std fieldset ol li .input-wrapper #zip {
    width: 44px;
}

/* TABLE */
#content table.std {
    margin-bottom: 18px;
    width: 100%;
}
#content table.std tr th,
#content table.std tr td {
    background: url(../img/border-dotted-h-bg.gif) repeat-x 0 bottom;
    padding: 0 5px;
}
#content table.std tr td {
    padding: 5px;
}
#content table.std tr.odd td {
    background-color: #f5fafa;
}
#content table.std tfoot tr td {
    background: none;
    text-align: right;
}

/* LANGUAGE */
#meta #lang {
    background: url(../img/button-bg.gif) no-repeat 0 -115px;
    border-right: 1px solid #A5A5A5;
    position: absolute;
    left: 20px;
    top: 8px;
}
#meta #lang a {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 5px;
}
#meta #lang a.select {
    border-right: 1px solid #FFF;
    color: #171A1A;
    margin: 1px 0;
    padding: 0 5px 0 15px;
}
#meta #lang a.select:hover {
    background: url(../img/button-bg.gif) no-repeat 0 -136px;
}
#meta #lang a.active {
    background: url(../img/button-bg.gif) no-repeat 0 -156px;
}
#meta #lang a.active:hover {
    background: url(../img/button-bg.gif) no-repeat 0 -176px;
}
#meta #lang ul {
    border-left: 1px solid #A5A5A5;
    float: left;
    padding: 1px 10px 1px 0;
}
#meta #lang ul li {
    float: left;
    padding-left: 10px;
}
#meta #lang ul li a {
    color: #404848;
    display: block;
    float: left;
    padding: 0 0 0 20px;
}
#meta #lang ul li a:hover {
    text-decoration: underline;
}
#meta #lang ul li.de a {
    background: url(../img/de.gif) no-repeat left center;
}
#meta #lang ul li.en a {
    background: url(../img/en.gif) no-repeat left center;
}
#meta #lang ul li.fr a {
    background: url(../img/fr.gif) no-repeat left center;
}
#meta #lang ul li.nl a {
    background: url(../img/nl.gif) no-repeat left center;
}
#meta #lang ul li.it a {
    background: url(../img/it.gif) no-repeat left center;
}
#meta #lang ul li.dk a {
    background: url(../img/dk.gif) no-repeat left center;
}

/* TOP-NAVIGATION */
#top-navigation {
    float: left;
    margin-top: 20px;
}
#top-navigation ul {
    float: left;
}
#top-navigation ul li {
    float: left;
}
#top-navigation ul li a {
    background: url(../img/top-navigation-de-bg-2010.jpg) no-repeat;
    display: block;
    float: left;
    height: 90px;
    text-indent: -999em;
    width: 192px;
}
.en #top-navigation ul li a {
    background: url(../img/top-navigation-en-bg-2010.jpg) no-repeat;
}
.fr #top-navigation ul li a {
    background: url(../img/top-navigation-fr-bg-2010.jpg) no-repeat;
}
.nl #top-navigation ul li a {
    background: url(../img/top-navigation-nl-bg-2010.jpg) no-repeat;
}
.it #top-navigation ul li a {
    background: url(../img/top-navigation-it-bg-2010.jpg) no-repeat;
}
.dk #top-navigation ul li a {
    background: url(../img/top-navigation-dk-bg-2010.jpg) no-repeat;
}
#top-navigation ul li.products a {
    background-position: -192px 0;
}
#top-navigation ul li.products a:hover {
    background-position: -192px -90px;
}
.products #top-navigation ul li.products a {
    background-position: -192px -180px;
}
#top-navigation ul li.service a {
    background-position: -384px 0;
}
#top-navigation ul li.service a:hover {
    background-position: -384px -90px;
}
.service #top-navigation ul li.service a {
    background-position: -384px -180px;
}
#top-navigation ul li.dealers a {
    background-position: -576px 0;
}
#top-navigation ul li.dealers a:hover {
    background-position: -576px -90px;
}
.dealers #top-navigation ul li.dealers a {
    background-position: -576px -180px;
}
#top-navigation ul li.press a {
    background-position: -768px 0;
}
#top-navigation ul li.press a:hover {
    background-position: -768px -90px;
}
.press #top-navigation ul li.press a {
    background-position: -768px -180px;
}

/* SUB-NAVIGATION */
#sub-navigation {
}
#sub-navigation ul {
    float: left;
    left: 0;
    position: absolute;
    top: 78px;
    width: 206px;
}
#sub-navigation ul li {
    float: left;
    margin-bottom: 4px;
    width: 206px;
}
#sub-navigation ul li a {
    background: url(../img/button-bg.gif) no-repeat;
    border-right: 1px solid #BA340E;
    color: #FFF;
    display: block;
    padding: 4px 9px 3px 10px;
    float: left;
    width: 162px;
}
#sub-navigation ul li a:hover {
    background-position: 0 -25px;
}
#sub-navigation ul li.active a {
    background-position: 0 -90px;
    border: 0;
    color: #171A1A;
    font-weight: bold;
    padding-right: 33px;
    width: 162px;
}
#sub-navigation ul li.active a:hover {
    background-position: -205px -90px;
}

/* BILLBOARD */
#billboard {
    background: url(../img/billboard-bg.jpg) no-repeat 1px 0;
    float: left;
    height: 396px;
    padding-left: 576px;
    width: 384px;
}
#billboard-cmt a.billboard_link {
    background: url(../img/cmt-start-motiv-2012.jpg) no-repeat 1px 0;
    float: left;
    height: 396px;
    padding-left: 576px;
    width: 384px;
}
.carado-2012 #billboard{
    background: url(../img/carado-header-2012.jpg) no-repeat;
	float: left;
    height: 392px;
    padding-right: 576px;
	padding-left: 0;
    width: 384px;
}
#billboard h1 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 36px;
    margin: 54px 40px 0;
}
.carado-2012 #billboard h1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 54px 20px 0;
}
#billboard p {
    color: #000;
    margin: 9px 40px;
}
.carado-2012 #billboard p {
    color: #000;
    margin: 0 20px;
}
#billboard ul {
    margin: 18px 20px;
}
#billboard ul li {
    font-size: 14px;
    color: #000;
}
#billboard .button {
    margin: 9px 40px;
}
.carado-2012 #billboard .button {
    display: none;
}
/* CONTENT */
#content {
    float: left;
}
/* 
.start #content {
    width: 576px;
}*/
.start #content {
    width: 960px;
	height: 250px;
	position: relative;
}

.site #content {
    padding: 72px 40px 18px;
    width: 405px;
}
.wide #content {
    width: 693px;
}
.rm #content,
.cv #content,
.cvd #content {
    padding-top: 207px;
}
.start #content .col {
    float: left;
    padding: 0 20px;
    width: 280px;
}
.site #content h1 {
    color: #D76323;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 36px;
}
.start #content h2 {
    color: #D76323;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    padding-bottom: 5px;
    padding-top: 11px;
}
.site #content h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin: 9px 0;
}
#content h3,
#sidebar h3 a,
#content p em,
#content table.std thead tr th {
    color: #171A1A;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.carado-2012 #content p em {
    text-transform: none;
}
.site #content h3 {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    margin-bottom: 5px;
}
.start #content img {
    margin-bottom: 9px;
}
#content img.float-left {
    margin: 9px 15px 9px 0;
}
#content img.float-right {
    margin: 9px 0 9px 15px;
}
#content p {
    margin: 0 0 18px;
}
#content a {
    color: #24728d;
    font-weight: bold;
}
#content a:hover {
    text-decoration: underline;
}
#content a.pdf,
#content a.word,
#content a.zip,
 #content a.image {
    background: url(../img/pdf-bg.gif) no-repeat 0 5px;
    line-height: 27px;
    padding: 5px 22px;
}
#content a.word {
    background-image: url(../img/word-bg.gif);
}
#content a.image {
    background-image: url(../img/jpg-bg.gif);
}
#content a.zip {
    background-image: url(../img/zip-bg.gif);
    background-position: 0 6px;
}
#content a span {
    font-weight: normal;
}
#content address {
    margin: 0 0 18px;
}
#content p.small {
    clear: both;
    font-size: 10px;
}

/* SIDEBAR */
#sidebar {
    float: left;
}
.start #sidebar {
    width: 384px;
}
.site #sidebar {
    margin-top: 79px;
    width: 288px;
}
.site #sidebar h3 {
    background-position: 0 9px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}
.site #sidebar h3 span {
    background: #FFF;
    padding-right: 5px;
}
.site #sidebar a {
    color: #24728d;
    font-weight: bold;
}
.site #sidebar a:hover {
    text-decoration: underline;
}
.site #sidebar a span {
    font-weight: normal;
}

/* NEWS */
.start #sidebar #news {
    background: url(../img/start-news-bg.gif) no-repeat;
    float: left;
    padding: 0 20px;
    width: 344px;
}
.start #sidebar #news ul {
    float: left;
    padding: 18px 0;
    width: 344px;
}
.start #sidebar #news ul li {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    float: left;
    padding: 9px 0;
    width: 344px;
}
.start #sidebar #news ul li.last {
    background: none;
}
.start #sidebar #news ul li .date {
    color: #D76323;
    float: left;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    width: 71px;
}
.start #sidebar #news ul li .date span {
    display: block;
}
.start #sidebar #news ul li .date .year {
    color: #babfbf;
    display: block;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
}
.start #sidebar #news ul li .entry {
    float: right;
    width: 273px;
}
.start #sidebar #news ul li .entry p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
}
.start #sidebar #news ul li .entry p a {
    color: #404848;
}
.start #sidebar #news ul li .entry h3 a:hover,
.start #sidebar #news ul li .entry p a:hover {
    color: #24728D;
    text-decoration: underline;
}
.carado-2012 .blue{
	display: none;
}
.site #content #news {
    float: left;
    margin-bottom: 18px;
    width: 405px;
}
.site #content #news ul {
    float: left;
    width: 405px;
}
.site #content #news ul li {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    float: left;
    padding: 9px 0;
    width: 405px;
}
.site #content #news ul li.last {
    background: none;
}
.site #content #news ul li .date {
    color: #D76323;
    float: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 3px;
    text-align: center;
    width: auto;
}
.site #content #news ul li .entry {
    float: right;
    width: 321px;
}
.site #content #news ul li .entry .dealer {
    color: #7c8080;
    font-style: italic;
}
.site #content #news ul li .entry h3 {
    background: none;
    margin-bottom: 0;
}
.site #content #news ul li .entry h3 a {
    color: #171A1A;
}
.site #content #news ul li .entry p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
}
.site #content #news ul li .entry p a {
    color: #404848;
}
.site #content #news ul li .entry h3 a:hover,
.site #content #news ul li .entry p a:hover {
    color: #24728D;
    text-decoration: underline;
}

/* GALLERY */
.site #sidebar #gallery {
    float: left;
    padding: 0 18px 18px;
}
.site #sidebar #gallery h3 {
    background: url(../img/gallery-bg.jpg) no-repeat 0 9px;
    color: #D76323;
    margin: 0 2px;
}
.site #sidebar #gallery ul {
    float: left;
}
.site #sidebar #gallery ul li {
    float: left;
}
.site #sidebar #gallery ul li a {
    display: block;
    float: left;
    padding: 2px;
}
.site #sidebar #gallery ul li a:hover {
    background: #24728d;
    padding: 1px;
}
.site #sidebar #gallery ul li a img {
    float: left;
}
.site #sidebar #gallery ul li a:hover img {
    border: 1px solid #2D8DB0;
}

/* TEASER */
.site #sidebar #teaser {
    float: left;
    padding: 0 18px;
    width: 252px;
}
.site #sidebar #teaser ul {
    float: left;
    width: 252px;
}
.site #sidebar #teaser ul li {
    float: left;
    margin-bottom: 18px;
    width: 252px;
}
.site #sidebar #teaser ul li.last {
    background: none;
}
.site #sidebar #teaser ul li h3 {
    background-image: url(../img/teaser-bg.jpg);
    margin: 0 2px 2px;
}
.site #sidebar address {
    margin: 0 2px;
}
.site #sidebar #teaser ul li img {
    margin: 0 2px 9px;
    vertical-align: top;
    width: 248px;
}
.site #sidebar #teaser ul li p {
    font-size: 11px;
    margin: 0 2px 18px;
}
.site #sidebar #teaser ul li ul {
    float: none;
    margin: 0 2px;
    width: auto;
}
.site #sidebar #teaser ul li ul li {
    background-position: 0 1px;
    float: none;
    font-size: 11px;
    margin: 0;
    padding: 1px 22px;
    width: auto;
}
.site #sidebar #teaser ul li ul.pdf li {
    font-size: 12px;
}
.site #sidebar #teaser ul li ul.gallery {
    margin: 0;
}
.site #sidebar #teaser ul li ul.gallery li {
    background: none;
    float: left;
    padding: 0;
}
.site #sidebar #teaser ul li ul.gallery li a {
    display: block;
    float: left;
    padding: 2px;
}
.site #sidebar #teaser ul li ul.gallery li a:hover {
    background: #24728d;
    padding: 1px;
}
.site #sidebar #teaser ul li ul.gallery li a img {
    float: left;
    margin: 0;
    width: auto;
}
.site #sidebar #teaser ul li ul.gallery li a:hover img {
    border: 1px solid #2D8DB0;
}

/* FOOTER */
#footer .copyright {
    color: #808080;
    float: left;
    font-size: 11px;
    padding: 9px 20px;
}
#footer ul {
    float: right;
    padding: 12px 20px 13px;
}
#footer ul li {
    background: url(../img/border-dotted-v-bg.gif) repeat-y right top;
    float: left;
    font-size: 11px;
    line-height: 1;
    padding: 0 10px;
}
#footer ul li.last {
    background: none;
}
#footer ul li a {
    color: #808080;
}
#footer ul li a:hover {
    color: #333;
}

#content #sitemap {
    margin: 9px 0;
}
#content #sitemap li {
    background: transparent url(../img/content-ul-li-bg.gif) no-repeat scroll 0 10px;
    padding: 3px 12px;
}
#content #sitemap li h2 {
    margin: 0;
    padding: 0;
}
#content #sitemap li ul {
    margin: 9px 0;
}
#content #sitemap li ul li {
    background: transparent url(../img/content-ul-li-ul-li-bg.gif) no-repeat scroll 0 10px;
    font-size: 11px;
    padding: 3px 0 3px 10px;
}
/* AD-BANNER */
#ad-banner {
    border: none;
    display: block;
    height: 474px;
	float: right;
    position: absolute;
    top: 30px;
    width: 144px;
	margin: -10px 970px;
}
