/* Lay-Out CSS */
body, td
{
    font-family                         :   Verdana, Arial, Helvetica, sans-serif;
    font-size                           :   11px;
    color                               :   #000000;
    line-height                         :   17px;
    text-align							:	left;
}


body
{
    margin                              :   1px 0px 1px 0px;
    background-color                    :   #FFFFFF;
    behavior                            :   url(csshover.htc);
    background-image                    :   url(../images/body_bg.gif);
    background-repeat                   :   repeat-x;
	}


a:link, a:visited, a:active, a:hover {
    color                               :   #E96800;
    font-weight                         :   bold;
    text-decoration                     :   none;
}

a:hover {
    text-decoration                     :   underline;
}

b {
    font-weight                         :   bold;
}

i {
    font-style                          :   italic; 
}

hr { 
    height                              :   1px;
    border                              :   none;  
    border-top                          :   1px solid #E96800; 
}

h1 {
    font-size                           :   12px;
    color                               :   #000000;
    font-weight                         :   bold;
    margin-bottom                       :   10px;
}   

h2 {
    font-size                           :   12px;
    color                               :   #E96800;
    font-weight                         :   bold;
    margin-bottom                       :   10px;
}

h3 {
    font-size                           :   12px;
    color                               :   #1C97E8;
    font-weight                         :   bold;
    margin-bottom                       :   10px;
}

td.language_select {
    color                               :   #ffffff;
}

td.language_select_active {
    color                               :   #E96800;
    font-weight                         :   bold;
}

a.language_select:link, a.language_select:visited, a.language_select:active, a.language_select:hover {
    color                               :   #ffffff;
    font-weight                         :   bold;
    text-decoration                     :   none;
}

a.language_select:hover {
    text-decoration                     :   underline;
}

td.left {
    background-image                    :   url('../images/left_bg.jpg');
    background-repeat                   :   no-repeat;
    background-position                 :   top;
	background-color                    :   #1FA5E9;
}

td.forest {

    height:20px; 
    padding:5px 8px 4px 8px;
    cursor                          :   pointer;
}

td.forest_over {
    height:20px; 
    padding:5px 8px 4px 21px;
    background-color:#63C1F0;
    background-image:url(../images/blok_forest.jpg);
    background-repeat:no-repeat;    
    vertical-align                  :   middle;
    cursor                          :   pointer;
	width:200px;
}

a.forest:hover, a.forest:link, a.forest:active, a.forest:visited { 
    font-size:10px;
    font-weight:bold;
    color                           :   #ffffff;
	text-decoration: none;
}

a.forest_over:hover, a.forest_over:link, a.forest_over:active, a.forest_over:visited { 
    font-size:10px;
    font-weight:bold;
    color                           :   #ffffff;
	text-decoration: none;
}


td.tree {
    height:16px; 
    padding:0px 8px 3px 37px;
    background-color:#63C1F0;
    background-image:url(../images/blok_tree.jpg);
    background-repeat:no-repeat;
    cursor                          :   pointer;
    cursor                          :   hand;
}

td.tree_over {
    height:16px; 
    padding:0px 8px 3px 37px;
    background-color:#63C1F0;
    background-image:url(../images/blok_tree.jpg);
    background-repeat:no-repeat;    
    cursor                          :   pointer;
    cursor                          :   hand;
}

a.tree:hover, a.tree:link, a.tree:active, a.tree:visited { 
    font-size:10px;
    font-weight:normal;
    color                           :   #ffffff;
	text-decoration: none;
}

a.tree_over:hover, a.tree_over:link, a.tree_over:active, a.tree_over:visited { 
    font-size:10px;
    font-weight:bold;
    color                           :   #ffffff;
	text-decoration: none;
}


td.branch {
    height:15px; 
    padding:1px 8px 3px 52px;
    background-color:#63C1F0;
    background-image:url(../images/blok_branch.jpg);
    background-repeat:no-repeat;    
    cursor                          :   pointer;
    cursor                          :   hand;
}

td.branch_over {
    height                          :   15px; 
    padding                         :   1px 8px 3px 52px;
    background-color                :   #63C1F0;
    background-image                :   url(../images/blok_branch.jpg);
    background-repeat               :   no-repeat;  
    cursor                          :   pointer;
    cursor                          :   hand;
}

a.branch:hover, a.branch:link, a.branch:active, a.branch:visited { 
    font-size:10px;
    font-weight:normal;
    color                           :   #ffffff;
	text-decoration: none;
}

a.branch_over:hover, a.branch_over:link, a.branch_over:active, a.branch_over:visited { 
    font-size:10px;
    font-weight:bold;
    color                           :   #ffffff;
	text-decoration: none;
}



td.content {
    padding                         :   4px 25px 12px 25px;
}

td.search_box
{
    background-color                :   #999999;
    padding                         :   0px 0px 0px 10px;
    vertical-align                  :   middle;
    height                          :   28px;
}

td.highlights_header {
    height                          :   28px;
    background-image                :   url(../images/highlight_header.jpg);
    background-repeat               :   no-repeat;
    background-color                :   #1C97E8;
    padding                         :   0px 10px 0px 10px;
    vertical-align                  :   middle;
    font-size                       :   11px;
    color                           :   #ffffff;
    font-weight                     :   bold;
    text-decoration                 :   none;
}

td.highlights_content {
    font-size                       :   11px;
    color                           :   #ffffff;
    background-color                :   #1C97E8;
    padding                         :   10px 10px 10px 10px;    
}

a.hlightlink:link, a.hlightlink:visited, a.hlightlink:active, a.hlightlink:hover {
    color                               :   #ffcc00;
    font-weight                         :   bold;
    text-decoration                     :   none;
}

a.hlightlink:hover {
    text-decoration                     :   underline;
}

p {
    margin                          :   0pt;
}

img {
    border                          :   0;
}


.nobox {    
    border                          :   0;
}

.news_header {
    height                          	:   28px;
    background-image                	:   url(../images/news-header.png);
    background-repeat               	:   no-repeat;
	background-color					:	#164fa0;
	border-top                          :   1px solid #E96800; 
	border-bottom                       :   1px solid #E96800; 
    padding                         	:   0px 10px 0px 10px;
    font-size                       	:   12px;
    color                           	:   #ffffff;
    font-weight                     	:   bold;
}

.news_spacer {
    height                          	:   28px;
    background-image                	:   url(../images/news-header.png);
    background-repeat               	:   no-repeat;
	background-color					:	#164fa0;
	border-bottom                       :   1px solid #E96800; 
    padding                         	:   0px 10px 0px 10px;
    font-size                       	:   12px;
    color                           	:   #ffffff;
    font-weight                     	:   bold;
}

.news_title {
	padding                         	:   5px 10px 5px 10px;
	color                           	:   #1d2874;
	font-size                       	:   12px;
	font-weight                     	:   bold;
}

.news_content {
	border-bottom                       :   1px solid #E96800;
	padding                         	:   5px 10px 5px 10px;
}

.news_list {
	padding                         	:   5px 10px 0px 10px;
}

a.news_list_link {
	font-size                       	:   10px;
	font-weight                     	:   normal;
	display								:	block;
	cursor								:	pointer;
}


input { 
    color                           :   #000000;
    font-family                     :   Verdana, Arial, Helvetica, sans-serif;
    font-size                       :   11px; 
    font-weight                     :   normal; 
    text-decoration                 :   none; 
    border                          :   1px solid #E96800;
    margin							:	0px 0px 5px 0px;
}

input.search {
	width							:	150px;
	height							:	15px;
	padding							:	0px 0px 0px 5px;
	margin							:	0px 0px 0px 0px;
}

input.button_search {
	width							:	16px;
	height							:	17px;
 	background-image                :   url(../images/zoek.gif);
    background-repeat               :   no-repeat;
    background-color                :   transparent;
    padding							:	0px 0px 0px 0px;
    border		                    :   none;
    cursor                          :   pointer;
    
}

.submit input { 
    border                          :   0px;
}


