/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Reinstated
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20120326
*/

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #222;
}

a.none {
	text-decoration: none;
	color: #fff;
}
a.blue{
        color: #336177;
        text-decoration: none;
}

a.info{
        font-size: 12px;
        color: #346176;
}

a.info:hover{
        text-decoration: underline;
}
a.none:hover {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

a.small{
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        position: relative;
        top: 75px;
        left: 796px;
}
a.small:hover{
        text-decoration: underline;
}

a.top{
        text-decoration: underline;
        font-size: 12px;
        color:white;
        padding-right:20px;
        margin-left:5px;
}

body {
	font-size: 11.5pt;
	line-height: 1.75em;
	color: #888;
	background: #D0E3F1 url(images/bg.jpg) top center no-repeat;
	letter-spacing: -0.02em;
}

body,input {
	font-family: Arial, sans-serif;
}

br.clearfix {
	clear: both;
}

h1,h2,h3 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	color: #222;
	font-family: Oswald, sans-serif;
        letter-spacing: 1px;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
        text-transform: uppercase;
	font-weight: normal;
}

h6{
        font-size: 0.9em;
        font-family: Oswald, sans-serif;
        text-transform: uppercase;
	font-weight: normal;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}
.msg{
    color: #0033cc;
}
.warning{
    color: red;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

div.divider{
    height: 40px;
}

#content-center {
	width: 800px;
	padding-left: 50px;
        margin-bottom: -80px;
        margin-top: -20px;
        text-align: center;
}

#content {
	width: 655px;
	padding: 0;
	float: left;
}

#footer {
	text-align: center;
	padding: 40px 0 100px 0;
	font-size: 0.9em;
}

#footer a {
	color: #555;
}

#header {
	color: #FFF;
	position: relative;
	height: 80px;
	background: #447289 url(images/bg2.jpg) bottom center no-repeat;
	width: 910px;
	padding: 35px;
}

#header #login{
    float: right;
    padding-top: 50px;
}

#logo {
	position: absolute;
	top: 60px;
        
}

#log{
        background: url('images/logo.png');
        margin-top: -35px;
        margin-left: 15px;
        height: 91px;
        width: 233px;
}

#logo h1 {
	font-family: Oswald, sans-serif;
        padding-left: 234px;
        padding-top: 57px;
        padding-bottom:10px;
}

#navn{
    float: right;
    width: 130px;
}

#navn p{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

#menu {
	line-height: 60px;
	font-family: Oswald, sans-serif;
	padding: 0 35px 0 35px;
	width: 910px;
	height: 60px;
	font-size: 17px;
	background: #447289;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#menu {
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0 20px 0 20px;
	height: 60px;
	display: inline-block;
}

#menu ul li.first {
	padding-left: 0;
}

#menu ul li.active {
	background: #336177;
}

#menu .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: relative;
	width: 0;
	height: 0;
	top: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #254656;
}

#page {
	color: #656565;
	padding: 60px 35px 25px 35px;
	margin: 0;
	width: 910px;
	position: relative;
}

#page strong {
	color: #222;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	padding: 20px 0 20px 0;
	clear: both;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 10px 0 10px 0;
	border-bottom: dotted 1px #CCC;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

.box {
	margin: 0 0 30px 0;
	overflow: hidden;
}

.box {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.small_box {
	margin: 0 0 30px 0;
	overflow: hidden;
        width: 450px;
        float: left;
}


#col1 {
	float: left;
	width: 600px;
	overflow: hidden;
}

#col2 {
	width: 310px;
	overflow: hidden;
	margin: 0 0 0 340px;
}

#sidebar {
	width: 225px;
	margin: 0 0 0 685px;
	padding: 0;
}

#wrapper {
	width: 980px;
	position: relative;
	background: #fff;
	margin: 50px auto 0 auto;
}

.dropotron {
	min-width: 200px;
	padding: 20px 15px 20px 15px;
	background: #346176 url(images/bg4.jpg) top left no-repeat;
	list-style: none;
	line-height: 2.75em;
}

.dropotron li {
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	color: #D3DDE2;
	position: relative;
	border-top: dotted 1px #4f798e;
	padding: 0 20px 0 20px;
}

.dropotron li:hover {
	background: #294C5D;
}

.dropotron li:hover .arrow {
	border-left-color: #153646;
}

.dropotron li.first {
	border-top: 0;
}

.dropotron li.last {
	border-bottom: 0;
}

.dropotron li a {
	color: #E3EAED;
	text-decoration: none;
}

.dropotron .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #254656;
}

span.info{
        font-size: 11px;
        color: #447289
}

.billede{
    position: absolute;
    left: 750px;
}

.billede img{
    width: 200px;
}

.list tr td{
    width: 200px;
    
}
.list tr td span{
    font-size: 12px;
}
.list{
    margin-bottom: 25px;
    margin-top: -20px;
}
form.adminform label{
    padding-right: 20px;
}
form.adminform input{
    width: 350px;
}
form.adminform input.button{
    width: 100px;
    float: right;
    margin-top: 10px;
}

img.nu_billede{
    margin-bottom: 15px;
}

.right_image{
    float: right;
    margin-left: 100px;
    width: 300px;
    height: 100px;
}
