﻿body {
	color: #000000;
	background-color: #ffffff;
	margin: 2px;
	padding: 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	}
p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : normal;
	text-transform : none;
	padding : 1em 1em 1em 1em;
}
ol 
{
    list-style-type: lower-roman; 
    }
li {
list-style-position : outside;
list-style-type: square;
} 

/******************** Start på admin************************/

.indtast {
	width: 750px;
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	min-height: 500px;
	overflow : hidden;
	padding : 0 1em 1em 1em;
}
.admin {

	background: #b6ccd0;

	width: 100%;
	height : auto !important;
	margin: 1em 1em 1em 1em;
	padding : 2em 1em 1em 1em;

}

.admin_box {


	width: 160px;
	background-repeat: no-repeat;



}

.admin_box ul
{
list-style-type: none;
margin: 0em 0em 1em 0em;
}

.admin_box a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
color: #000000;
}

.admin_box a:hover
{
background-color: #66cc66;
color: #fff;
text-decoration: none;
}
/******************** Slut på admin************************/

/******************** Min sidebar ************************/



.navcontainer {
	height: 800px;
	border-right : 1px solid #3a4f4d;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 0.9em;
	float: left;
	margin : 0 2em 0em 0em;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
color: #000000;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #339933;
color: #fff;
text-decoration: none;
}

.navcontainer a:visited
{
text-decoration: none;
}

#navlist a
{
text-decoration: none;
}

#navlist hoover
{
text-decoration: underline;
}

#navlist a:visited
{
text-decoration: none;
}


/******************** Slut på sidebar ************************/



* {
	margin : 0;
	padding : 0;
}

a {
	color : #003359;
	text-decoration : underline;
}
a:visited {
	color : #003359;
	text-decoration : underline;
}
a:hover {
	color : #c23b20;
	text-decoration : underline;	
}

h1 {
	font-size: 1.8em;
	color : #c23b20;
	font :  sans-serif;
}

h2 {
	font-size: 1.5em;
	color : #c23b20;
	font :  sans-serif;
}

h3 {
	font-size: 1.8em;
	color : #c23b20;
	font :  sans-serif;
}

h4 {
	font-size: 1.1em;
	color : #000000;
	font : bold sans-serif;
	padding : 1em 1em 0 1em;
}

html {
	color : #565656;
	font : 72%/170% sans-serif;
	background: #c7dfe7 url('../images/pencil.jpg') no-repeat; 
}

img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

form button {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
}
form input {
	border : none;
	width : 100px;
}
form textarea {
	border : none;
	width : 100px;
	height : 10em;
}
form p.button {
	text-align : right;
}
form p.input,
form p.text {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 1em 0 1em;
	width : 100px;
}

.info {
	width: 400px;
	background : #efefef;
	border-left : 10px solid #3a4f4d;
	border-bottom : 1px solid #3a4f4d;
	border-right : 1px solid #3a4f4d;
	border-top : 1px solid #3a4f4d;
	padding : 1em 0em 1em 1em;
	float: right;
}


#main {
	margin : auto;
	max-width : 800px;
	min-width : 800px;
	width : auto !important;
	width : 800px;
	background: #ffffff;

}

/******************** Start på sidehoved ************************/

#header {
	background : #2b548c url('../images/head_bg.gif') repeat-x bottom left;
	padding : 3em 4em 1em 400px;
}
#header h1 {
	color : #ffffff;

	font-size: 32px;
}

#menu {
	background : #2172b6;
	border-bottom : 1px solid #2b548c;
	font-size : 10px;
}
#menu ul {
	padding : 0.75em 0em;
}
#menu li {
	display : inline;
	
}
#menu li a {
	color : #ffffff;
	padding : 0.75em 0.5em;
	border : 1px solid #2172b6;
	text-decoration: none;
}
#menu li a:hover {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #003359;
	text-decoration: none;	
}

#menu li a:active {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
	text-decoration: none;	
}

/******************** Slut på sidehoved ************************/

#content {
	
	border-bottom : 1px solid #cfcfcf;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 1em 1em 1em 0;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9pt; 

}

#panel {

	width: 420px;
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;

	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 5em 2em 5em;
}


/******************** Kontakt ************************/

.kontakt {
	width: 140px;
	margin-top: 2em;
	margin-left: 0.7em;
	padding: 0.5em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.kontakt a
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.kontakt a:hover
{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;

}

.kontakt a:visited
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

/******************** Nyhedsbrev ************************/

.nyhedsbrev {
padding: 1px;
margin-right: 1em;
margin-top: 2em;
margin-left: 1em;
border: 1px solid #aaaaaa;

}

/******************** Sidefod ************************/

#footer {
	font-size : 110%;
	color: #ffffff;
	margin : auto;
	padding : 0.5em 0 0.5em 0;
	text-align : center;
	width : 100%;
	background: #565656;
}


