/* ROWS */
.row1 {


}
.row2 {
background-color:#BEE0ED;
}

.clear {
clear: left;
}

/* GALLERY */

#gallery {
margin:0;
padding:0;
}

#gallery .category_tree {
font-size:14px;
font-style:italic;
margin:0 0 10px 0;
padding:0 0 5px 0;
border-bottom:dashed 1px;
border-color:#006699;
}


#gallery .row_2 {
min-height:140px;
padding:10px 0;
margin:0;
border-bottom:solid 2px;
border-color:#006699;
}


#gallery .row_1 {
min-height:140px;
padding:10px 0;
margin:0;
background-color:#C6E5F5;
border-bottom:solid 2px;
border-color:#006699;
}

.category_image {
float:left;

}
.category_informations {
margin:0 0 0 215px;
width:415px;
}

.category_paging {
clear:both;
}


.image {
float:left;
margin-right:8px;
}

#gallery img {
	border: 2px solid #BEE0ED;
	margin-bottom: 4px;
 
}
#gallery a, #gallery a:visited {
	border: 0px;
}
#gallery a:hover {
	border: 0px;
}
#gallery a:hover img {
	border: 2px solid #006699;
	margin-bottom: 4px;
}



/* NEWS */
#news {
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
#news td {
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
#news th {
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
	background-color: #efefef;
}


/* SITEMAP */
#sitemap_level_1 {
	padding: 4px 0px 4px 20px;
    background-image: url('images/icons/link.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    font-weight: bold;
}
#sitemap_level_2 {
	padding: 2px 0px 2px 40px;
    background-image: url('images/icons/link.gif');
    background-repeat: no-repeat;
    background-position: 20px 4px;
}
#sitemap_level_3,
#sitemap_level_4,
#sitemap_level_5 {
	padding: 1px 0px 1px 60px;
    font-style: italic;
}