@import url('/shared.css');

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

img {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

body {
    overflow: auto;
}

img.logo {
    background-image: url('/images/tklogo175.png');
    background-repeat: no-repeat;
}
.nav-pane {
    padding-top: 15px;
    width: 220px;
    background-image: url('/images/content_back_smal.png');
    background-repeat: repeat-y;
    background-position: right top;
}
.content-pane {
    background-color: #F2E8C1;
    background-image: url('/images/content_back_smal.png');
    background-repeat: repeat;
    padding-top: 35px;
}
.content-inner {
    height: 100%;
    width: 100%;
    padding: 10px;
    background-image: url('/images/onder_kontinente.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.nav-inner {
    height: 100%;
    width: 220px;
    background-image: url('/images/onder_tussen.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.content-head {
    height: 65px;
}
.content-text {
    width: 540px;
    height: 390px;
    overflow: auto;
    padding-right: 10px;
}

th {
    background-color: #846C46;
    color: white;
    padding: 2px;
}




ul.nav {
    margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
    float: right;
    list-style-type: none;
}
ul.nav li.nav {
    font-family: 'gill sans mt';
    font-size: 13px;
    width: 150px;
    text-transform: lowercase;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 5px;
    _margin-bottom: 1px;
    _margin-top: 1px;
}
ul.nav li.nav a.nav {
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    padding-top: 10px;
    display: block;
    text-decoration: none;
    color: #666;
    width: 130px;
    margin-right: 20px;
}
ul.nav li.nav a.nav:hover, ul.nav li.nav a.nav-active {
    width: 145px;
    margin-right: 0;
    color: black;
}

ul.nav li.nav-1 a.nav {
    background-image: url('/images/nav_back1.png');
}
ul.nav li.nav-2 a.nav {
    background-image: url('/images/nav_back2.png');
}
ul.nav li.nav-3 a.nav {
    background-image: url('/images/nav_back3.png');
}
ul.nav li.nav-4 a.nav {
    background-image: url('/images/nav_back4.png');
}
ul.nav li.nav-5 a.nav {
    background-image: url('/images/nav_back5.png');
}
ul.nav li.nav-6 a.nav {
    background-image: url('/images/nav_back6.png');
}
ul.nav li.nav-7 a.nav {
    background-image: url('/images/nav_back7.png');
}
ul.nav a.nav-active {
    font-weight: bold;
}

/*
ul.subnav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.subnav li.subnav {
    text-align: right;
    margin: 0;
    padding: 0;
    padding-right: 21px;
    line-height: 1.2em;
}
ul.subnav a.subnav {
    font-size: 90%;
    color: #666;
    text-decoration: none;
    display: block;
}
ul.subnav a.subnav:hover {
    color: #000;
    background-color: #EEE;
}
*/

ul.nav a.subnav {
    text-transform: lowercase;
    display: block;
    line-height: 1.1em;
    color: #666;
    text-decoration: none;
    text-align: right;
    margin-right: 20px;
    padding-right: 2px;
    padding-bottom: 2px;
    font: 10px verdana;
    margin-top: 1px;
    padding-top: 1px;
}
ul.nav a.subnav:hover {
    background-color: #F2E8C1;
    color: black;
    border-right: 15px solid #FFC658;
    margin-right: 5px;
}

li.nav-1 a.subnav:hover {
    border-color: #FEFD00;
}
li.nav-2 a.subnav:hover {
    border-color: #FFC04D;
}
li.nav-3 a.subnav:hover {
    border-color: #FB7F04;
}
li.nav-4 a.subnav:hover {
    border-color: #FF1426;
}
li.nav-5 a.subnav:hover {
    border-color: #FF997C;
}
li.nav-6 a.subnav:hover {
    border-color: #D26803;
}
li.nav-7 a.subnav:hover {
    border-color: #B80714;
}


/* FORMULIEREN */
input, textarea, select {
    font-family: 'verdana';
    font-size: 95%;
    vertical-align: middle;
}
label {
    vertical-align: middle;
}
table.form {
    background-color: #F7F0D7;
    padding: 5px;
    border: 1px solid #E8D48E;
}


/* CMS */
.formRequired {
    font-size: 90%;
    color: #CC0000;
    font-weight: bold;
}
.pagenav a.subnav {
	display: block;
    background-color: #ECDBA0;
	border: 1px solid #990000;
	text-decoration: none;
	color: black;
	padding: 0 2px;
	margin: 1px 2px;
    font-size: 90%;
    line-height: 1.3em;
}
.pagenav a.subnav:hover {
	background-color: #B9AB70;
	color: #FFFFFF;
}
.pagenav a.subnav_active {
	background-color: #B9AB70;
	color: white;
	font-weight: bold;
}



/* CMS: gastenboek */
.cmsgb_inactief {
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.cmsgb_titel {
    background-color: #ECDBA0;
    border-bottom: #DFC25F;
    font-size: 14px;
    padding: 2px;
}

/* CMS: forum */
