html,body{
    background-color: #658132;
    margin:0;
    padding:0;
    font-size:10px;
    font-family: "verdana";
}

table,tr,td {
    font-size:10px;
    font-family: "verdana";
}

#wrapper {
    text-align:center;
}

#container{
    width: 850px;
    background-color: #FFF;
    margin:0 auto;
    text-align:left;
    position:relative;
    height:100%;
    overflow:auto;
}

#title{
    font-size: 26px;
    text-align:center;
    margin-bottom: 10px;
}

#nav{ 
    border-top: 1px solid #DBCFCE;
    border-bottom: 1px solid #DBCFCE;
    height:15px;
    text-align:center;
    padding-top:3px;
}

.pad5{
    padding: 5px;
}

.navitem {
    background-color: #CDDFAC;
    margin:0;
    padding:0;
    list-style-image: none;
    list-style-type: none;    
    padding: 2px 10px 2px 10px;
}      

ul,li{
    margin: 0;
    padding:0;
}

li:hover{
    background-color: #A4C567;
    color: #FFF;
    border:1px solid #232D11;
}

.textinnav {
/*    padding: 8px 10px 4px 10px;*/

}

hr {
    width: 90%;
    color: #2B3614;
    background-color: #B5CF7E;
    border: 1px solid #B5CF7E;
    height: 2px;
}

.ts {
    text-align: center;
	width: 200px;
}

.ts .name {
    font-size: 13px;
    font-weight: bold;
}

.ts a {
    text-decoration: none;
    color: #000;
}
.gad {
    text-align: center;
}

img {
    border: 0;
}

h2 {
    font-size: 20px;
    text-align:center;
    margin:0;
    color: #39461C;
}

.kiesabo {
    font-size:13px;
    text-decoration: underline;
    font-weight: bold;
}

A:link {
	text-decoration: underline;
	color: #0066cc;
}
A:visited {
	text-decoration: underline;
	color: #0066cc;
}
A:active {
	text-decoration: underline;
	color: #0066cc;
}
A:hover {
	text-decoration: underline;
	color: #0066cc;
}