html,body {
height: 100%;
}

.menu_button, .menu_button_highlight {
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    color: #000000;
    line-height: 13px;
    font-weight: bold;
    text-decoration: none;
    font-family: sans-serif;
    vertical-align: middle;
    font-size: 12px;
    display: table-cell;
	padding: 0px 0px 2px 0px;
}

.menu_button {
    background-image: url(button_off.gif);
}

.menu_button_highlight {
    background-color: #4280bc;
    color: #FFFFFF;
}

a.item_button, a.item_button_highlight {
  display: block;
  border-bottom: none;
  text-decoration: none;
  background-color: #426580;
  font-size: 12px;
  padding: 2px;
  color: #D6EAFF;
  font-weight: bold;
}

.keep_min_width {
  width: 120px;
}

a.item_button_highlight {
  background-color: #D6EAFF;
  color: #84432E;
}

body {
    background-color: #00488C;
    margin: 0px;
}

.paper {
    background-color: #fcf3dd;
    width: 0%;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #426580;
	height: 100%;
}

* {
    font-family: verdana, sans-serif;
    color: #426580;
}

.spacer {
    font-size: 5px;
    background-color: #00488C;
}

.content {
    margin: 10px 30px;
    width: 800px;
}

h1 {
    font-size: 18px;
    margin: 0px 0px 30px 0px;
}

h2 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active, .footer {
    font-size: 10px;
}

a.footer:link, a.footer:visited, a.footer:active {
    text-decoration: none;
}

a.footer:visited {
}

a.footer:hover {
    text-decoration: underline;
    color: #000000;
}

a.footer:active {
}

.foto {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #4280bc;
    border-width: 1px;
}

.fotoDescription {
    background-color: #DDDDDD;
    font-size: 12px;
    padding: 10px;
    color: #000000;
    font-weight: bold;
}

.menu_background {
    background-image: url(button_off.gif);
}

.technical_info {
    background-color: #FFFFFF;
    margin: 2px;
    width: 200px;
}

table.technical_info td  {
    background-color: #4280bc;
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding: 6px;
}

tr.even_row td {
    background-color: #64A2de;
}

.table_value {
    text-align: right;
}

.table_label {
    font-weight: bold;
}

.accessory_image {
    background-color: #FFFFFF;
    border-style: dotted;
    border-width: 1px;
    border-color: #777777;
}

.price {
    font-family: Verdana, sans-serif;
    color: #4280bc;
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    font-weight: bold;
}

.tariff td{
    font-family: Verdana, sans-serif;
    background-color: #FFFFFF;
    margin: 2px;
    width: 200px;
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #AAAAAA;
}

.text {
    font-size: 12px;
    text-align: left;
}

.small {
	font-size: 10px;
}

.poweredby, .audit {
    font-size: 10px;
    font-style: italic;
}

.poweredby {
    color: green;
    font-weight: bold;
}

.audit {
    font-size: 10px;
}