/**
 * Creates a two column layout with the content floatet left and sidebars
 * #primary and #secondary right to the content with a fixed width of 960px.
 *
 * #content - #primary
 *            #secondary
 *
 * The default font-size is reduced.
 *
 * @since 3.6
 * @package dkret3
 * @subpackage CSS
 */

/* Get layout CSS */
@import url('../css/2c-l-layout.css');

#access {
    height: 25px;
    font-size: 15px;
}
.sidebar-column h2,
.sidebar-column h3 {
    font-size: 15px;
}
body, input, textarea {
    font-size: 13px;
}
