body {
    background: #CFCFCF;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    color: #555555;
    font-family: Arial;
    font-size: 10pt;
    min-width: 980px;
}

div {
/*     border: 1px solid red; */
}

h1, h2, h3 {
    margin-top: 0px;
}

h1 {
    font-weight: bold;
    font-size: 16pt;
}

.h1_small { font-size: 16pt; }
.h1_normal { font-size: 24pt; }
.h1_big { font-size: 28pt; }

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

a:hover {
    text-decoration: underline;
}

img.welcome_img {
    width: 220px;
    height: 220px;
    margin-left: 1px;
    margin-right: 0px;
}

#main_header_background {
    width: 100%;
    height: 213px;
}

#main_header {
    width: 700px;
    height: 213px;
}

#main_title {
    background-image: url("img/img_main/main_title.jpg");
    width: 700px;
    height: 89px;
    margin-left: 14px;
}

#main_navi {
    background-image: url("img/img_main/main_navi.jpg");
    width: 700px;
    height: 41px;
    margin-left: 14px;
}

#main_greenspace {
    background-image: url("img/img_main/main_greenspace.jpg");
    width: 685px;
    height: 26px;
    margin-left: 14px;
    padding-top: 57px;
    padding-left: 15px;
    font-weight: bold;
    color: #555555;
    font-size: 11pt;
}

#main_header_right {
    background-image: url("img/img_main/main_header_right.jpg");
    width: 464px;
    height: 213px;
    position: absolute;
    left: 512px;
    top: 0px;
}

#main_clock {
    font-size: 10px;
    height: 12px;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 20px;
}

#main_redspace {
    background-image: url("img/img_main/main_redspace.jpg");
    background-repeat: no-repeat;
    width: 794px;
    height: 11px;
    position: absolute;
    left: 180px;
    top: 216px;
}

.navi_button:hover, .navi_button {
    display: block;
    width: 97px;
    height: 19px;
    float: left;
    margin-right: 3px;
    margin-bottom: 2px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    text-decoration: none;
}

.navi_button {
    background-image: url("img/img_main/navi_normal.jpg");
    color: #555555;
}

.navi_button:hover {
    background-image: url("img/img_main/navi_hover.jpg");
    color: #7D7D7D;
}

#content_container {
    float: left;
    margin-right: 4px;
}

#content_header {
    background-image: url("img/img_main/content_header.jpg");
    width: 961px;
    height: 22px;
    margin-left: 14px;
}

#content_footer {
    background-image: url("img/img_main/content_footer.jpg");
    width: 961px;
    height: 58px;
    margin-left: 14px;
}

#content {
    background-image: url("img/img_main/content_background.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 931px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    margin-left: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.font_size_setter { color: #555555; }
.content_small, .small { font-size: 10pt; }
.content_normal, .normal { font-size: 13pt; }
.content_big, .big { font-size: 16pt; }

#moments_picture {
    width: 258px;
    height: 476px;
    float: left;
}

.border {
    border: 1px solid #243B4B;
}

/*
** Drop-Down
*/
.drop_down_menu_container, .drop_down_menu_item {
    border: 1px solid #7DA2FF;
    font-size: 12pt;
}

.drop_down_menu_item, .drop_down_menu_item:hover {
    padding: 3px;
    cursor: pointer;
    background-color: #F0F0F0;
    border: 1px solid #BFE5FF;
}

.drop_down_menu_item:hover {
    color: black;
    background-color: white;
    padding: 3px;
    cursor: pointer;
}

/*
** Calendar
*/

.calendar_day_with_events {
    font-weight: bold;
    color: red;
}

/*
** Projects
*/
.project_small_preview {
/*    width: 128px;
    height: 96px;*/
    cursor: pointer;
}

.project_big_preview {
/*    width: 640px;
    height: 480px;*/
}