/*  Stylesheet voor schrijvenisvanmij.nl
    Het kopieren of aanpassen van deze sheet zonder schriftelijke toestemming van de auteur is verboden.
    
    Auteur: mindcontrolled.nl
*/

* {
    color:              black;
    background-color:   transparent;

    padding:            0;
}

body {
    background-color:   #155171; /*#33526f;*/

    margin-top:         20px;
}

#pagecontainer {
    width:              780px;

    margin-left:        auto;
    margin-right:       auto;
}

#leftcolumn {
    color:              #155171;

    width:              165px;
    margin-left:        14px;

    font-family:        "Palatino Linotype";
    font-weight:        bold;
    font-size:          14pt;
    
    float:              left;
}

#rightcolumn {
/*    color:              black;*/
    
    width:              544px;
    
    margin-bottom:      40px;
    margin-right:       18px;
    padding:            10px 10px 12px 0px;
    
    font-family:        "Trebuchet MS";
    
    float:              right;
}

#rightcolumn ul,
#rightcolumn ol,
#cursus div.kader ul,
#cursus div.kader ol {
    margin-left:        0px;
    padding-left:       40px;
}

#menucontainer {
    width:              165px;
}

#menu {
    list-style-type:    none;

    margin:             0;
    padding:            20px 0px 0px 0px;
}

#menu li {
    width:              175px;
}

#menu a, #menu a:visited, #menu a:active {
    color:                  #607781;

    display:                block;
    padding:                8px 10px 8px 0px;

    text-decoration:        none;
    text-align:             right;
    
    font-size:              14pt;
}

#menu a:hover, #menu #current {
    color:                  #155171;
    background-color:       #ececd0;
}

#menu .lesmenuitem a {
    font-size:              11pt;
    
    padding:                4px 10px 4px 0px;
}

h1 {
    color:                  #cdcda6;

    font-size:              25pt;
    
    text-align:             right;
}

h2 {
    font-size:              15pt;
}

h3 {
    font-size:              13pt;
}

h4 {
    font-size:              12pt;
}

h5 {
    font-size:              11pt;
}

h1, h2, h3, h4, h5 {
    font-weight:            bold;    
}

p, table {
    font-size:              12pt;
    font-weight:            normal;
}

#cursus p, #cursus table {
    font-size:              10pt;
    font-weight:            normal;
}

div.kader {
    background-color:       #155171;
/*    background-color:       #634040;*/

    margin:                 10px 0px 20px 0px;
    padding:                1px 10px 1px 10px;
}

div.kader * {
    color:                  #ececd0;
}

div.kader div {
    margin:                 8px;
    padding:                0px;
}

#cursus .gedicht {
    width:                  65%;
    
    margin-left:            auto;
    margin-right:           auto;
    
    margin-top:             10px;
    margin-bottom:          20px;
    
    /*text-align:             center;*/
}

#cursus div.literatuur {
/*    background-color:       #6fb529;*/
    background-color:       #f0f0f0;
    
    font-family:            "Times CE","Times", "Times New Roman", serif;
/*    font-size:              10pt;*/
    letter-spacing:         0.6pt;
    line-height:            16pt;
    
    margin:                 10px 0px 20px 0px;
    padding:                1px 10px 1px 10px;
}

.printknop {
    font-size:  8pt;
    
    text-align: right;
}

input, select {
    border-width:           1px;
    border-style:           solid;
    border-color:           black;
}

input.clean {
    border-width:           0px;
}

.invalid {
    background-color:       #dbdbb4;
    font-weight:            bold;
}

.warning {
    color:                  #32608b;
    font-weight:            bold;
}