*{
    margin:0;
    padding:0;
}

body{
    font-family: "frutiger linotype","lucida grande",helvetica,arial,sans-serif;
    color:#333;
    font-size: 76%;
    background: #CCC;
    overflow: -moz-scrollbars-vertical;
}

#container {
    width: 800px;
    margin: auto;
}

#header {
    width: 800px;
}

#main {
    clear: both;
    background: #FFF;
    width: 800px;
}

#left {
    width: 178px;
    float: left;
}

#middle {
    width: 390px;
    float: left;
}

#wide {
    width: 622px;
    float: left;
}

#right {
    width: 222px;
    float: right;
}

#footer {
    clear: both;
    width: 800px;
    border-top: 2px solid #ADD7D6;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: .8em;
    color: #555;
}

#footer a {
    color: #555;
    font-weight: bold;
}

#hardloopkalender a {
    text-decoration: none;
    color: #333;
}

.content_focus {
    width: 390px;
    margin: 0px 4px 4px 4px;
    border: 1px solid black;
    background: #F28402;
}

/* TEKST */
#content_text {
    width: 370px;
    margin: 10px 15px;
}

#wide a {
    text-decoration: none;
    font-weight: bold;
    color: #f90;
}

#wide .index a {
    text-decoration: none;
    font-weight: bold;
    color: #f90;
    font-size: 1.2em;
}

#content_text h1 {
    border-bottom: 2px solid #ADD7D6;
}

#wide h2 {
    font-size: 1.4em;
    margin: 15px 0px;
    color: #F28402;
    font-weight: bold;
}
#content_text h3 {
    font-size: 1em;
    margin-top: 15px;
    color: #F28402;
    font-weight: bold;
}
#wide #content_text {
    width: 550px;
    text-align: justify;
}



#content_text p {
    margin: 0px 0px 15px 0px;
}

#content_text li {
    margin-left: 15px;
    margin-bottom: 10px;
    list-style-color: #ADD7D6;
}

tr.selected {
	background-color: #F28402;
	cursor: pointer;
}

tr.altrow {
    background-color: #CCCCCC;
}

#content_text td {
    padding: 3px;
}

#content_text th {
    padding: 3px;
    background-color: #8F8F8F;
}

/* EIND TEKST */

#weerbericht img {
    border: 1px solid black;
}

#frontpage_nieuws, #frontpage_message {
    width: 390px;
    margin: 0px 4px 4px 4px;
    border: 1px solid black;
    background: #D6E4E5;
}

#frontpage_message {
    background: #D1D1EF;
}

#frontpage_nieuws p, #frontpage_message p {
    margin: 4px;
}
#frontpage_nieuws h2 {
    display: block;
    padding: 2px 4px;
    background: #ADD7D6;
}

#frontpage_message h2 {
    display: block;
    padding: 2px 4px;
    color: #fff;
    background: #1F1D9F;
}
#frontpage_nieuws h2 a, #frontpage_message a {
    text-decoration: none;
    color: #333333;
}

#frontpage_nieuws p a, #frontpage_message p a {
    text-decoration: none;
}

#frontpage_nieuws p.small a {
    text-decoration: underline;
    font-size: .8em;
}

#poll input {
    margin-left: 4px;
}
