
/*container og struktur for viewet */
.infofelt {
	float: left;
	bcolor: inherit;
	width: 75%;
	height: auto;
	background-color: #fff;
	border: solid;
	border-color: gray;
	border-width: 1px;
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	margin-left: 1.5%;
}

.nsbs{
	display: none;
}

/*Stil for den importerte teksten */	
.images_ss {
	float: left;
	font-size:small;
	background-color:white;
	border:none;
	padding-top:4px;
	color: blue;
	width: auto;
	overflow: visible;
	margin-right: 1%;
	/*display:none;*/
}

.perm_felt{
	float: left;
	font-size:small;
	background-color:white;
	border:none;
	padding-top:4px;
	width: auto;
	overflow: visible;
	display:none;
}

margin_bottom{
margin-bottom: 4%;
}

.kildeforkortelse {
	float: left;
	font-size: 0.8em;
	padding-bottom: 1.0%;
	height: auto;
}

	/*note og bildestiler under her */

.fotnote {
	display: inline;
	font-size: x-small;
	/*border-style: solid;
	border-width: 1px;*/
}

.note {
	display:block;
	font-size: 11px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom:1%;
	width: 70%;
}

.cn {
	color: #666;
	border-color:black;
}

.cn a {
	color: #0b5a9d;
	border-color:black;
	text-decoration:none;
}

.con {
	color:green;
	border-color:green;
	font-style: italic;
}

.con a{
	color:green;
	border-color:green;
	text-decoration:none;
}

.rn {
	color: black;
	border-color:#0b5a9d;
	
}

.rn a{
	color:#0b5a9d;
	border-color:#0b5a9d;
	position:relative; z-index:24; text-decoration:none;
}

.gn {
	color:orange;
	border-color:orange;
	font-style: italic;
}

.gn a{
	color:orange;
	border-color:orange;
	text-decoration:none;
}

.minimize {
	font-size: 11px;
}