/* W3C elems */
html {
    height:100%;
    font-size:0.7em;
}
body {
    margin:0 0;
    padding:0;
    width:100%;
    background:#b9e7b8 url(../images/gr_bg.jpg) fixed repeat-y right top;
}
body, table, th, td, input, textarea, select {
    color:#000000;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
    margin:0 0 10px;
}
h1 {
    color:#123411;
    font-size:19px;
    font-weight:bold;
}
h2 {
    color:#123411;
    font-size:15px;
}
h3 {
    color:#123411;
    font-size:13px;
}
h4 {
    color:#123411;
    font-size:13px;
    font-weight:normal;
}
h5 {
    color:#123411;
    font-size:12px;
    font-weight:normal;
}
a {
    color:#123411;;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
img {
    border:medium none;
}
/* \W3C elems */


/* layout */
.sizing {
}
.mainContainer {
    float:right;
    margin-right:17px;
}
.header {
    background-color:#fff;
    height:87px;
}
.headDiv{
    width:980px;
    float:right;
}
.navigation {
    height:59px;
    right:0px;
    color:white;
    width:980px;
    float:right;
}
.spacingBanner {
    height:68px;
    width:980px;
    float:right;
}

.footer {
    float:right;
    background-color:none;
    width:920px;
    color:white;
    text-align:right;
    font-weight:bold;
    margin-top:-50px;
}
.coloredBar {
    background-color:#123411;
    height:100%;
    right:0px;
    position:absolute;
    top:0;
}

/* normal pages */

.eq{
    position:relative;
    display:block;
    padding-bottom:20px;
    z-index:0;
    clear:both;
}

.whiteBlock {
    background-color:white;
    height:100%;
    position:absolute;
    top:-68px;
    right:980px;
    width:100%;
    border-top:3px white solid;
    margin-bottom:20px;
}

.mainContent {
    position:relative;
    width:730px;
    background-color:white;
    float:right;
    height:100%;
    border-top:3px #123411 solid;
    padding:5px;
}

.subNav{
    position:relative;
    width:229px;
    background-color:white;
    float:right;
    height:100%;
    border-top:3px #123411 solid;
    border-left:1px solid #6e8e6d;
    padding:5px;
    clear:both;
}

/* \normal pages */

/* Homepage*/
.home .whiteBlock {
    background-color:white;
    height:100%;
    position:absolute;
    top:-68px;
    right:980px;
    width:100%;
    border-top:3px white solid;
    margin-bottom:20px;
}

.home .subContent {
    display:block;
    min-height:333px;
    float:right;
    width:220px;
    background-color:white;
    height:100%;
    border-top:3px #123411 solid;
    padding:5px;
}
.home .linkBlock {
    display:block;
    float:right;
    width:230px;
    color:white;
    height:100%;
    position:relative;
    top:-68px;
}

.contentContainer {
    width:100%;
    height:100%;
}
.home .mainContent {
    position:relative;
    display:block;
    width:510px;
    background-color:white;
    float:right;
    height:100%;
    border-top:3px #123411 solid;
    padding:5px;
    clear:both;
}

.home .linkBlock{

}

.home .linkBlock .dark {
    z-index:100;
    padding-left:5px;
    padding-right:5px;
    display:block;
}

.home .linkBlock .white {
    background-color:white;
}

.home .linkBlock .light {
    color:black;
    padding:5px;
    border-left:1px #acdeaa solid;
    border-right:1px #acdeaa solid;
}

.home .linkBlock p {
    display:block;
    width:215px;
    border-bottom:1px solid #6e8e6d;
    color:#fff;
    margin-bottom:6px;
}
.home .linkBlock h1{
    color:white;
    font-size:1.6em;
    padding-left:7px;
    font-weight:normal;
}

.home .linkBlock a{
    color:#fff;
    text-decoration:none;
}
.home .linkBlock a:hover {
    color: black;
   text-decoration:none;
}
/* \Homepage*/


/* \ layout */
/* navigation */
.blackBar {
    background-color:black;
    height:29px;
}
.navigation .main {
    float:right;
}
.navigation .main .item {
    display:block;
    background-color:black;
    color:white;
    float:left;
    padding-right:30px;
    padding-left:20px;
    font-size:1.0em;
    padding-top:5px;
    font-weight:bold;
    text-decoration:none;
}
.navigation .main .item:hover {
    background-color:#4d4d4d;
    height:23px;
    text-decoration:underline;
}
.navigation .utilities {
    background-color:black;
    padding-left:8px;
    height:29px;
    float:left;
}
.navigation .utilities .item {
    display:block;
    background-color:black;
    color:white;
    float:left;
    padding-right:30px;
    padding-left:20px;
    font-size:0.8em;
    padding-top:8px;
    text-decoration:none;
}
.navigation .utilities .item:hover {
    background-color:#4d4d4d;
    height:20px;
    text-decoration:underline;
}

.subNav .item{
    border-bottom:1px solid #6e8e6d;
    display:block;
    padding-bottom:1px;
    margin-bottom:6px;
}

.subNav .active{
    border-bottom:1px solid #6e8e6d;
    display:block;
    padding-bottom:1px;
    margin-bottom:6px;
   font-weight:bold;
}


.subNav .item a{
    text-decoration:none;
}

.subNav .item a:hover{
    text-decoration:underline;
}

.subNav .title{
    background-color:#6e8e6d;
    display:block;
    width:100%;
    text-align:center;
    padding-bottom:3px;
    margin-bottom:5px;
}
.subNav .title a{
    font-weight:bold;
    color:white;
    text-decoration:none;
}
/* \navigation */
/* React */
table.reactInline{
}
    
table.reactRoot{
    border:1px #ccc solid;
    padding : 10px;
    width:100%;
}

table.reactRoot td.reactHeader{
    font-weight:bold;
}

.reactToReactLink{
    font-size:10px;
    cursor:pointer;
}
/* \React */

/* blog */
.newsItem{
    border-bottom:1px #eee solid;
    padding-bottom:10px;
    margin-bottom:10px;
}
.msgDate{
    display:inline;
    color:#aaa;
}
/* \blog */
/* losse dingetjes */
.mainLogo {
    float:right;
    padding-top:8px;
    padding-right:8px;
}
.searchForm{
    float:left;
    padding-top:10px;
}
.searchForm form{
    display:inline;
}
.searchForm input{
    border:1px #123411 solid;
    font-size:0.8em;
    height:12px;
} 

#bttnSearch{
    background-color:#123411;
    border:1px #123411 solid;
    font-size:0.8em;
    color:white;
    height:16px;
} 

.cb{
    clear:both;
}

.login{
    color:white;
    padding-left:20px;
}
#crudderContainer img{
    display:block;
}
.articleImages {
    text-align:center;
}

.articleImages img{
    border-left:1px #eee solid;
    border-right:1px #eee solid;
    border-top:1px #eee solid;
    padding-left:4px;
    padding-right:4px;
    padding-top:4px;
}
.articleImages .imgTitle{
    display:block;
    border-left:1px #eee solid;
    border-bottom:1px #eee solid;
    border-right:1px #eee solid;
    padding-bottom:5px;
    margin-bottom:5px;
    margin-top:3px;
    margin-left:10px;
    text-align:center;
    font-style:italic;
    font-size:0.69em;
    width:208px;
}
/* \losse dingetjes */

