@CHARSET "UTF-8";
@IMPORT url("clearing.css");
@IMPORT url("footer.css");
@IMPORT url("headerAndNavi.css");
/* container */
body {
    font-size:12px;
}
div#page_container {
    background-color: #ffffff;
    color: #000000;
    padding: 30px 0 30px 0;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
h3 {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}
p {
    font-size:12px;
    color: #000000;
}
/* content */
div#leftbar {
    float: left;
    width: 230px;
    padding: 15px 10px 10px 10px;
    background-color: #efefef;
    color: #000000;
}
div#page_content {
    padding: 50px 150px 50px 250px;
    background-color: #efefef;
    color: #000000;
}
div#page_content_index {
    padding: 50px 150px 15px 250px;
    background-color: #efefef;
    color: #000000;
}
div#page_content_index_2 {
    padding:15px 150px 50px 250px;
    background-color:#efefef;
    color: #000000;
}
div#page_content_headline {
    margin: 0 0 30px 0;
}
div#page_content_h1_white {
    float: left;
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}
div#page_content_h1_orange {
    float: left;
    background-color: #ff7b33;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
div#page_content_h1_red {
    float: left;
    background-color: #cb3434;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
div#page_content_h1_green {
    float: left;
    background-color: #adcb34;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
div#page_content_h1_blue {
    float: left;
    background-color: #018bbe;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
div#page_content_h1_yellow {
    float: left;
    background-color: #eddf00;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
/*
  div#page_content p,
  div#page_content_index p,
  div#page_content_index_2 p
 */
a:link {
    text-decoration: none;
}
/*
  div#page_content p,
  div#page_content_index p,
  div#page_content_index_2 p
 */
a:visited {
    text-decoration: none;
}
/*
  div#page_content p,
  div#page_content_index p,
  div#page_content_index_2 p
 */
a:hover {
    text-decoration: underline;
}
/*
  div#page_content p,
  div#page_content_index p,
  div#page_content_index_2 p
 */
a:active {
    text-decoration: none;
}
.page_content_spacer_5 {
    height: 5px;
}
.page_content_spacer_15 {
    height: 15px;
}
.page_content_spacer_30 {
    height: 30px;
}
.page_content_spacer_60 {
    height: 60px;
}
/* tables general */
.spacer_td {
    height: 10px;
}
/* booking form stuff */
.formBold {
    font-weight: bold;
}
.formError {
    font-weight: bold;
    color: #ff0000;
}
.bookingStep {
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 12px;
    color: #aaaaaa;
}
.bookingStepHighlight {
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
.formOverviewFrame {
    border: 1px solid #dfdfdf;
    padding: 2px 2px 2px 2px;
}
/* AGBs */
.agb_table {
    border-left: 2px solid #efefef;
}
.agb_paragraph {
    width: 25px;
    font-weight:bold;
    vertical-align: top;
}
