@charset "utf-8";
/* CSS Document */
	div#page h2{
		margin-top:10px;
	}
	div#galleries{
		float:left;
		width:500px;
		}
		div#galleries div.object{
			float:left;
			border:1px solid #e3001b;
			width:238px;
			height:170px;
			padding:0px;
			margin:0 10px 10px 0;
			}
			div#galleries div.object div.object_title{
				background-color:#e3001b;
				color:#fff;
				padding:5px;
				}
			div#galleries div.object div.object_content{
				padding:5px;
				}
				div#galleries div.object div.object_content a{
					color:#9a258f;
					text-decoration:none;	
					font-size:12px;
					font-weight:bold;
					}
					div#galleries div.object div.object_content a:hover{
						text-decoration:underline;
					}






		div#nietmeer div#galleries div.left{
			float:left;
			width:150px;
		}
		div#nietmeer div#galleries div.middle{
			float:left;
			width:150px;
		}		
		div#nietmeer div#galleries div.right{
			float:left;
			width:150px;
		}		
		
		div#nietmeer div#galleries h3{
			color:#e3001b;
			margin:10px 0 5px;
			font-size:12px;
			}
			div#nietmeer div#galleries h3.hover{
				background-color:#e3001b;
				color:#fff;
				padding:3px 2px;
			}
		div#nietmeer div#galleries a{
			display:block;
			color:#9a258f;
			margin-bottom:5px;
			font-size:11px;
		}
