* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 170%;
    color: #000000;
}

html {
    background-color: #961730;
    height: 100%;
    width: 100%
}

body {
    position:  relative;
    background-color: #FFFFFF;
    width: 625px;
    min-height: 400px;
    margin: 0 auto;
    padding: 210px 30px 20px 225px;
}

h1, h2, h3 {
    margin-bottom: 0.6em;
    line-height: 110%;
}

p, hr, table {
    margin-bottom: 10px;
}

p#pre_headline {
    position: absolute;
    top: 175px;
    left: 225px;
}

td, th {
    padding-right: 10px;
    vertical-align: top;
}

td:first-child {
    white-space: nowrap;
}

h1 {
    font-family: "Times New Roman", serif;
    color: #961730;
    font-size: 22px;
    font-weight: normal;
}

h2 {
    margin-top: 10px;
}

h2, h3.subtitle {
    margin-top: 0;
    font-family: "Times New Roman", serif;
    color: #961730;
    font-size: 18px;
    font-weight: normal;
}

h2.supertitle {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #999999;
    margin: 5px 0 0 0;
}

h3 {
    margin-top: 10px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

ul {
    list-style-type: none;
}

li {
    display: inline;
}

hr {
    clear: left;
    margin: 20px 0;
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
    border: 0;
    background-image: url(../images/bg_dotted.gif);
}

img#logo {
    position: absolute;
    top: 90px;
    left: 30px;
}

ul#images {
    position: absolute;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    width: 878px;
    height: 130px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    top: 28px;
    left: 1px;
}

ul#images li {
    margin-right: 1px;
}

ul#service_menu,
ul#service_menu_en {
    position: absolute;
    display: block;
    top: 3px;
}

ul#service_menu {
    left: 224px;
}

ul#service_menu_en {
    left: 500px;
}

ul#service_menu *,
ul#service_menu_en *,
ul#service_menu2 * {
    font-size: 11px;
}

ul#service_menu li,
ul#service_menu_en li {
    float: left;
    padding-right: 10px;
}

* html ul#service_menu li,
* html ul#service_menu_en li {
    /* ie6 hack */
    display: inline;
}

ul#service_menu li:first-child {
    width: 260px;
}

ul#service_menu2 {
    display: block;
    float: none;
    clear: both;
    background-image: url(../images/bg_dotted.gif);
    background-repeat: repeat-x;
    padding-top: 20px;
}

ul#service_menu2 {
    display: block;
    margin-bottom: 10px;
}
ul#service_menu2 li {
    /*display: inline-block;*/
    float: left;
    border-left: 1px solid #000000;
    padding: 0 6px 0 6px;
    vertical-align: middle;
}

ul#service_menu2 li:first-child {
    border-left: 0;
    padding-left: 0;
}

li a {
    text-decoration: none;    
}

li a:hover {
    text-decoration: underline;
}

ul#service_menu li a,
ul#service_menu_en li a,
ul#main_menu li a,
a.bullet {
    background-image: url(../images/list_bullet.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 14px;
    text-decoration: none;
    cursor: pointer !important;
    display: inline !important;
}

a.bullet {
    color: #666666;
}

ul#service_menu li a:hover,
ul#main_menu li a:hover,
a.bullet:hover {
    text-decoration: underline;
}

ul#main_menu {
    position: absolute;
    top: 220px;
    left: 40px;
}

ul#main_menu li {
    display: block;
    width: 150px;
    padding: 10px 0;
    background-image: url(../images/bg_dotted.gif);
    background-repeat: repeat-x;
}

ul#main_menu li ul li {
    padding: 1px 0;
}

ul#main_menu li:first-child,
ul#main_menu li ul li {
    background-image: none;
}

ul#main_menu li.active a {
    color: #961730;
    font-weight: bold;
}

ul#main_menu li.active a:hover {
    text-decoration: none;
}

div#content {
    margin: 0 35px 0 225px;
    padding-bottom: 35px;
}

/* columns */

div.column {
    display: block;
    float: left;
    /*border: 1px solid green;*/
}

div.column0 {
    clear: left;
    width: 410px;
    padding-right: 15px;
}

div.column1 {
    width: 170px;
    padding-left: 20px;
    background-image: url(../images/bg_dotted.gif);
    background-repeat: repeat-y;
    margin-bottom: 20px;
}

a.gallery {
    display: inline-block;
    position: relative;
    cursor: url("../images/lens.cur"), pointer;
}

a.gallery img {
    display: inline-block;
    position: relative;
    /*z-index: 99;*/
    right: 0;
    bottom: 0;
}

a.gallery img.lens {
    position: absolute; 
    /*z-index: 100;*/
    right: 10px; 
    bottom: 10px
}

* html a.gallery img.lens {
    /* ie6 hack */
    display: none;
}

.passepartout {
    display: inline-block;
    border: 1px solid #CCCCCC; 
    padding: 14px 14px 7px 14px;
    /*margin-bottom: 10px;*/
}

* html .passepartout {
    /* ie6 hack */
    float: left;
}

.passepartout,
.passepartout * {
    font-size: 11px;
}

.passepartout img {
    margin-bottom: 7px;
}

a.button, button {
    border: 1px solid #999999;
    color: #961730;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 5px;
    font-size: 11px;
    float: left;
    margin-bottom: 10px;
}

a.button:hover {
    border-color: #000000;
}

div.bar {
    background-image: url(../images/bg_dotted.gif);
    background-repeat: repeat-x;
    background-color: #CCCCCC;
    padding: 5px 10px 2px 10px;
    margin: 10px 0 3px 0;
}

div.bar,
div.bar * {
    font-size: 11px;
}

label {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

input.text,
textarea {
    padding: 1px;
    border: 1px solid #CCCCCC;
    width: 250px;
}

textarea {
    width: 350px;
    height: 250px;
}

button {
    margin-left: 154px;
}

ul.errors {
    list-style-type: disc;
    margin-bottom: 20px;
}

ul.errors li {
    display: block;
    font-style: italic;
    color: #961730;
}

.clear {
    /* IE 7 fix */
    border: 1px solid #FFFFFF;
}

.column1 h2 {
    position: absolute; 
    bottom: 0;
    margin-bottom: 8px;
    line-height: 125%;
}

.column1 h2 a {
    margin-top: 10px;
    font-size: 11px;
}

.column1 img {
    margin-bottom: 20px;
}

sup {
    font-size: 65%;
}

.prices {
    margin-bottom: 20px;
}

.prices * {
    color: #999999;
    font-size: 11px;
}
ul.prices {
    clear: both;
    min-height: 1em;
}

ul.prices li {
    float: right;
    padding: 0 10px;
}

ul.prices li.definition {
    float: left;
    padding: 0;
}

table.prices {
    float: right;
}

table.prices th {
    font-weight: normal;
}

table.prices td,
table.prices th
 {
    text-align: right;
    padding-left: 20px;
}


ul.gallery_images li {
    float: left;
    margin: 0 15px 15px 0;
}

a.external {
     background-image: url(../images/external.gif);
     background-repeat: no-repeat;
     background-position: 100% 4px;
     padding-right: 15px;    
}

#map_canvas {
    width: 600px; 
    height: 500px;
    margin-bottom: 20px;
}

p.repeat_title {
    clear: left;
    margin-top: 30px;
    color: #999999;
    font-size: 11px;
}