body {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    color: #000;
    width: 99.5%;
}
a:active {
    outline: 0;color:  #000;}
 
.clear {
    clear: both;
}
h1,h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', sans-serif;
 
    margin-bottom: 10px;
}
h1 {
    text-align: left;
    font-size: 24px;
	margin-top: 0px;
	margin-bottom:10px;
	color: #9aa513; text-shadow: 1px 1px #000000;
}

h2 { text-align: left; font-size: 24px; text-shadow:none; font-weight: 600; margin-top:15px; margin-bottom:10px; color: #606060; }

h3 {text-shadow: 1px 1px #000;}

h4 { font-size: 24px; color: #9aa513; text-shadow: 1px 1px #000000;}
h4 a:hover { font-size: 24px; color: #9aa513; text-shadow: 1px 1px #000000;}

li {list-style-type: none; }

.margin_top { margin-top: 20px; }

header {
    border-top: 6px solid #000 ;
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    height: 115px;
}
header #logo {
    padding-top: 35px;
    float: left;
    margin-left:50px;
}
header #logo img {
    width: 100%;
}
header ul {
    float: left;
    min-height: 40px;
    margin-top: 30px;
}
header ul li {
    margin: 10;
    padding: 0;
    list-style: none;
    float: left;
    height: 35px;
}
header ul li a {
    font: normal normal normal 16px/18px 'Century Gothic', sans-serif;
    text-align: center;
    float: left;
    color: #000;
    height: 33px;
}
header ul li:hover a, header ul li:active a, header ul li:focus a, header ul li a.current{
    color: #909b11;
    border-bottom: 2px solid #909b11;
    text-decoration: none;
}
header .nav li a:hover, header .nav li a:focus {
    background-color: #fff;
    color:#909b11;
}
input[type=submit],
button {
        width:120px;
        height:25px;
        margin:0px 20px 0px 0px;
        border:none;
        border-radius:2px;
        box-shadow:0px 0px 10px 3px rgba(0,0,0,0.3);
        background-color:#FF6600;
        color:#FFFFFF;
        font-size:14px;
        cursor:hand;
        cursor:pointer;
} 
input[type=checkbox]  { width:18px; height:18px; border-color:#7a7a7a;}

/*------------------------------ opgave ---------------------------*/
#opgave {
	 width: 70%;
	 background:#ebebeb;
	 margin-top: 7%;
	 margin-left:13%;
	 margin-bottom:5%;
	 padding: 2%;
	
	
	 border: 1px solid #606060;  
 }

#opgave p {
    color: #000;
   
    padding: 0;
}
#opgave a {
    color: black;
    text-decoration:underline;
}
#opgave a span {
    font-size: 10px;
}

#opgave .container .row {
    margin-bottom: 10px;
}

div#container {
	width: 800px;
	height: 500px;
	margin: auto;
	border: 1px solid #bac5d6;
	padding: 20px;
	background: #edebed;
	color:#000;
}

div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #7a7a7a;
	font: 13px arial;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}

#menutop {
	margin-right: 40px;
    padding-top:15px;
    list-style: none;
    float: right;
    height: 45px;
}


    
  /*--------------------------------------------------------opgave -------------------------*/     
    

    
        
    /*----------------------------------------- footer -------------------------------------------------*/
#footer {
    height: 55px;
    margin-top: 25px: 
    text-align: center;
}
#footer .row { border-top: 6px solid #000; margin-top: 30px; background: #edebe0 ;}
#footer p,
#footer a {
    font: normal normal normal 18px/25px 'arial';
    text-align: center;
    color: #000;
}