/* Generelles */
body, div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
#header {
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    height: 100px;

}

/* Spalten */
div.col {
    position: absolute;
    top: 109px; /* Höhe des header-divs + Höhe des unteren Borders des Headerdivs + Abstand über header */
    /* padding-top: 8px; Abstand über header  */
}
#left_col {
    left: 8px;
    width: 20%;
}
#right_col {
    right: 8px;
    width: 20%;
}
#center_col {
    right: 20%; /* Breite von #right_col */
    left: 20%; /* Breite von #left_col */
    padding-left: 16px; /* Abstand rechts von #left_col + Abstand links von #left_col */
    padding-right: 16px; /* Abstand rechts von #right_col + Abstand links von #right_col */
}

/* Module */
div.module, div.submodule {
    margin-top: 8px; /* Abstand über Module */
}
div.module_header, div.module_content  {
    padding: 8px;
}
div.module div.module_content {
    padding: 8px;
	/*padding-top: 0px;*/
}


/* Startseite */
#top_start_modules {
	margin-top: 8px;
}
