/* CSS Document */

     
.bildNav {
	padding: 10px 15 5 10px;
	width: 350px;
	vertical-align: 2%;
	white-space: normal;
	float: left;
	text-align: center;
	font: italic normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED;
	clear: none;
	margin: 15px;

}

.bildCu {
    padding: 10px 10 10 10px;
	width: 160px;
	vertical-align: baseline;
	white-space: normal;
	float: left;
	text-align: left;
	font: italic normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED;
	clear: left;
	margin: 5px;

}

.bildVy {
	float: left;
	/*clear: both;
	margin-right: auto;*/
}

.bildVy p {
	text-indent: 0;
	margin-bottom: 10px;
}

.bildGrid {
	width: 100%;
	margin: 0 0 0 20px;
}

.bildGridCell {
	padding: 0 15px 18px 0;
	width: auto;
	margin: 0 auto;
	text-align: center;



.clearfix { display: inline-block; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	background: #EDEDED;
	line-height: 10;
	height: 8;
	background-color: #777777;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

