body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 12px;              
    margin: 0;
    height: 100%;
    display: flex; 
	flex-direction: column;
   	background: #1D1C1C;
	
	color: aliceblue
}


header, nav, section, article, footer {
   
    margin: 3px;
    padding: 4px;
}

header, footer {
    background: #313030;
	color: aliceblue;
}


nav {
    background: #730405;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 2px;
}

nav ul li {
    display: inline;
    margin: 5px;
}

nav a:link,
nav a:visited {
    text-decoration: none;
	color: aliceblue;
}

nav a:hover {
    text-decoration: underline;
    
    font-weight: bold;
}

nav a:active {
    text-decoration: none;
}
a:link, a:visited
{
	color: #BDBDBD;
}

article {
    margin: 10px;
}


.efterlyst
{
	
    margin-top: 250px;
	width: 500px;
    display: flex;               
    flex-direction: column;
    align-items: center;
	margin-bottom: 10px;
}


.Detail {
    margin-top: 0px;
    height: 100%;              
    display: flex;               
      
    align-items: center;         
    justify-content: center;    
    background-image: url("wanted.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;      
    font-family: Arial, sans-serif;
    text-align: center;
	background-color: black
}


.Detail img,
img {
    max-width: 65%;              
    height: auto;                
   
    padding: 5px;
    margin: 10px 0;
}


.wanted_text {
    font-size: 18px;
    font-weight: bold;
    color: #A7A7FF;                 
    margin-top: 10px;
}

.namntext {
    font-weight: normal;
	color:black;
}
.formen
{
	
	font-size: 15px;
   background: #979797;
	width: 500px;
    display: flex;               
    flex-direction: column;
    align-items: center;
	margin-bottom: 10px;
	color: black;

}