
a {
	text-decoration:none;
	color:black;	 
}

hr {
	margin:6px;
}

a:hover {
	text-decoration:underline; 
}

h2 {
	font-size:20px;
}

.forloeb {
	padding:4px;
	background-color:#d4e1f9;
	font-weight:bold;
	border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	margin:2px;
}

.forloeb a {

	
}
.indholdarea {
    width:100%;
    min-height:360px;
}

.iField {
    width:100%;
}

.indhold {
	padding:4px;
	background-color:#ededed;
	border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	margin:2px;
	margin-left:30px;
	padding-left:10px;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #33C3F0;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

#indhold_tabs textarea {
	width:100%;
	min-height:450px;
}

