body
{
    padding-top: 5px;
}

a
{
    color: #ff0000;
    text-decoration: none;
}

a:hover
{
    color: #ff0000;
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
    color: black;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover
{
    color: black;
}

hr
{
    border: none;
    color: grey;
    background-color: grey;
    height: 1px;
    width: 100%;
    clear: left;
}

div#allcontent
{
    width: 800px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

div#popup_pagelayout div#allcontent
{
    background-image: none;
}
/* PAGE HEADER */

div#header
{
    padding: 0;

}

div#header-design-1
{
    height: 94px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}

div#header h1
{
    font-size: 14px;
    margin: 20px 0 0 20px;
    padding: 0;
}

div#header-design-2
{
    border-top: 5px solid #6fb32d;
}

div#headline
{
    font-size: 14px;
    position: absolute;
    margin: 34px 0 0 20px;
    padding: 0;
}

div#print-header
{
    display: none;
}

/* TOOLBARS */

div#toolbar-top
{
    text-align: center;
    background-color: #6fb32d;
    width: 215px;
}

div#toolbar-top ul
{
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

div#toolbar-top li
{
    border-right: 1px solid #ffffff;
    display: inline;
    padding: 0 7px 0 7px;
}

div#toolbar-top li a
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

div#toolbar-top li a:hover
{
    text-decoration: underline;
}

div#toolbar-top li.last
{
    border-right: none;
}


/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
}

div#topmenu li
{
    background-position:top;
    background-repeat:no-repeat;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    padding: 0 0 4px 0;
    background-color: #6fb32d;
    display: block;
    width: 130px;
    float: left;
    text-align: center;
    font-weight: bold;
}

div#topmenu li.selected
{
    background-color: #ff0000;
}

div#topmenu li.last
{
    border-right: none;
}

div#topmenu li a
{
    text-decoration: none;
    color: #ffffff;
}

div#topmenu li a img
{
    width: 130px;
    height: 70px;
}

div#topmenu ul a
{
    display: block;
}

div#topmenu li a:hover
{
    text-decoration: none;
}


/* SUB MENU */

div#submenu
{
    padding: 0;
    margin: 0;
}

div#submenu ul
{
    padding: 0;
    margin: 0;
}

div#submenu li
{
    float: left;
    display: block;
    border-right: 1px solid #6fb32d;
    padding: 1px 5px 1px 5px;
    background-color: #ffffff;
}

div#submenu li.selected a
{
    color: #ff0000;
}

div#submenu li.first
{
    padding-left: 0;
}

div#submenu li.last
{
    border-right: none;
}

div#submenu li a
{
    color: #6fb32d;
    font-weight: bold;
    text-decoration: none;
}

div#submenu li a:hover
{
    text-decoration: underline;
}


/* COLUMNS */

div#columns
{
    clear: left;
}


/* MENUES */

div#rightcontent
{
    margin-left: 536px;
/*    background-color: #d6f3d6;    */
    padding: 0 15px 10px 15px;
    font-size: 0.9em;
}

div#maincontent
{
    margin: 0 0 20px 0;
    width: 510px;
    float: left;
    padding-right: 20px;
    border-right: 1px dotted;
    min-height: 360px;
/*    height: 100%; */  /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div#popup_pagelayout div#maincontent
{
    margin: 0;
    width: 100%;
    float: left;
/*    height: 100%; */  /* Needs to be set to 1% to avoid bug in IE 5.5 */
}



/* NAVIGATORS */

div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}


/* TOOLBOXES */

div.toolbox
{
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
}

div.toolbox-design
{
    padding: 0px;
}

div.toolbox-design h2
{
    font-size: 1em;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.toolbox-design div.toolbox-content
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
}

div.toolbox-design input.searchtext, div.toolbox-design input.textinput
{
    height: 18px;
    width: 120px;
    border: 1px solid;
}

div.toolbox-design label
{
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 0 0 0;
}

div.toolbox-design form
{
    vertical-align: bottom;
}

div.toolbox-design div.info-text p
{
    font-weight: normal;
}

div.toolbox-design div.attribute-link p
{
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}

div.toolbox-design div.attribute-link-disabled p
{
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* TOOL LISTS */

div.toollist
{
    width: 100%;
    margin: 8px 0 8px 0;
}

div.toollist-design
{
    padding: 0px;
    border: 1px solid;
}

div.toollist-design h2
{
    font-size: 1em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}

div.toollist-design div.content-view-children
{
    padding: 3px 10px 10px 10px;
}

div.toollist-design h3
{
    margin: 0;
    text-decoration: underline;
}

div.toollist-design div.class-article div.attribute-short p
{
    margin: 0;
}

div.toollist-design div.class-article div.attribute-link p
{
    margin: 0 0 10px 0;
}

div.toollist-design div.class-article div.attribute-link-disabled p
{
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* FOOTER */

div#footer
{
    background-color: #6FB32D;
    padding: 3px 0px 5px 0;
    text-align: right;
    clear: left;
    color: #ffffff;
}

div#objectfooter
{
    display: none;
    clear: left;
    padding: 3px 0 5px 0;
    text-align: center;
}


/* GENERAL ELEMENTS */

h1
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

h2
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}

h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

h4
{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

h5
{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}


/* GENERAL TABLE */

table
{
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

th, td
{
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    padding: 5px 0;
}


/* SUBMIT BUTTONS */

input.defaultbutton
{
    font-weight: bold;
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.button
{
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.searchbutton
{
    border: 1px solid;
}

input.shopbutton
{
    border: 1px solid;
}

input.searchimage
{
    width: 18px;
    height: 18px;
}

/*  classes Jan  */

.content-view-line .maincontent-children-titleimage
{
    margin-left: 115px;
}

.content-view-line .attribute-image img
{
    margin-bottom: 4px;
}

.content-view-line .attribute-link, .content-view-listitem .attribute-link
{
    text-align: right;
    font-weight: bold;
}

.attribute-message-reserv .box
{
    height: 100px;
}

.static-backlink {
    text-align: right;
    padding: 10px 0;
}

/*  FeWo Vacanzen   */

.color, .weekdaySO, .weekdaySA {
    color: #FF0000;
}
.day0MO, .day0DI, .day0MI, .day0DO, .day0FR
{
    background-color:#008000;
}
.day1MO, .day1DI, .day1MI, .day1DO, .day1FR
{
    background-color:#FF0000;
}
.day0SO,  .day0SA
{
    background-color:#66FF66;
}
.day1SO, .day1SA
{
    background-color:#FF0000;
}
.borderZeile td {
    border-bottom: 1px solid lightgrey;
}

.borderZeile td.dayStatusCSS
{
    border-bottom: 1px solid black;
}

td.dayStatusCSS
{
    text-align: left;
}

td.year {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}