.clear {
	clear:both;
}
a, a:visited, a:focus {
	color:#59a909;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	color:#59a909;
}
#container {
	max-width:950px;	
	height:100%;
}
#heading,#footer {
	background-color:#2A2A2A;
	border:1px solid #444444;
	height:20px;
	padding:6px 0 25px 15px;
	margin-bottom:30px;
	overflow:hidden;
}
#footer {
	height:10px;
	margin:20px 0 20px 0;
	padding:6px 0 11px 15px;
}
div.nomargin {
	margin-right:0px;
}
.pic {
	margin:0px 5px 10px 5px;
	border:2px solid gray;
	width:130px;
	height:120px;
	position:relative;
    display: inline-block;
}
.picx {
	float:left;
	margin:0px 5px 10px 5px;
	border:2px solid green;
	width:130px;
	height:120px;
}
.pic a {
	width:130px;
	height:130px;
	text-indent:-99999px;
	display:block;
}
.pic1 {
	margin:0px 5px 10px 5px;
	border:2px solid green;
	width:130px;
	height:140px;
	text-align:center;
	position:relative;
    display: inline-block;
}
.pic_kop {
}
.pic_kop:after {
	content: ' '; 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	bottom: 0; 	
	width: 130px;
	background: url(../images/collective.png) no-repeat top left;
}
.pic_inner {
	width:120px;
	height:110px;
	position:relative;
	margin:0 auto;
}
h1 {
	font-size:28px;
	font-weight:bold;
	/*font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;*/
}

h2 {
	font-weight:normal;
	font-size:14px;
	color:white;
}
.rdn {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
#fold {
	max-width:120px;
	margin:0px 4px 0px 4px;
    overflow:hidden;
    white-space: nowrap;
	text-overflow:ellipsis;

}
#gallery {
	display:inline-block;
}
.gal_img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	max-width:105px;
	max-height:105px;
}
.gallery_box {
	min-height:inherit !important;
}
.iframe_content_box {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width:100%;
}
.iframe_content_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}