/* Standardverdier */
body {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 12px;
	color: #000000;
	height: 100%;
	background-color: #808080;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-style : normal;
}


h3 {
	font-size: 16px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
}

h4 {
	font-size: 14px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
}

h6 {
	font-size: 10px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-weight: normal;
}

.headline{
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
}

a {
	color: #093a93;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #093a93;
	text-decoration: none;
}

.box {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

td {
	vertical-align: top;
}
/* Slutt på standardverdier */

/* index.php */
/* venstremeny*/
.container {
	width: 798px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #C0C0C0;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

/*innholdsrammen*/
.content {
	padding: 1px 10px 5px 10px;
	margin-left: 180px;
	background-color: #FFFFFF;
	border-left: 1px solid #808080;
	height: auto !important; /*sets height (which acts like min-height) to your set size for IE, since it doesn't understand !important */
	height: 350px;  /*set min-height for other browsers that understand !important*/
	min-height: 350px; 
}

.sidebar-left {
	float: left;
	width: 168px;
	padding: 5px 5px 5px 5px;
}

.footer {
	clear: both;
	width: 788px;
	padding: 5px;
	background-color: #C0C0C0; 
	font-size: 11px;
	color: #414141;
	border: 1px solid #808080;
	text-align: center;
}

td.footertext {
	font-size: 11px;
	color: #414141;
}

a.footer-link {
	color: #414141;
	text-decoration: underline;
}

a.footer-link:hover {
	color: #808080;
	text-decoration: underline;
}

a.footer-link:active {
	color: #000000;
	text-decoration: underline;
}
/* Slutt på index.php */



/* inc_topmenu.php */
.header {
	clear: both;
	width: 794px;
/*	height: 125px; */
	height: 150px;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(../static/images/header.png);
	border : 1px solid #808080;
}

.header-date {
	text-align: right;
	height: 45px;
	color: #FFFFFF; 
	margin-top: 0px;
	margin-right: 5px;
}


.header-name {
	text-align: left;
	color: #FFFFFF;
	font-size: 22px;
	margin-left: 5px;
	height: 65px;
}

.header-menu {
	vertical-align: bottom;
	color: #FFFFFF;
	margin-left: 0px;
	font-weight: bold;
}

a.header-menu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform : uppercase;
}

a.header-menu:hover {
/*	color: #668ec8;  */
	text-decoration: none;
	background-color: #668ec8;
}


a.header-menu:active {
/* 	color: #093a93;  */
	text-decoration: none;
	background-color: #093a93;
}
/* Slutt på inc_topmenu.php */



/* inc_menu.php */
a.menuoverskrift {
	font-size: 15px;
	color: #093a93;
	text-decoration: none;
	line-height: 15pt;
	font-weight : bold;
}

a.menuoverskrift:active {
	color: #000000;
	text-decoration: none;
}

a.menuoverskrift:hover {
	color: #668ec8; 
	text-decoration: none;
}

a.menuleft {
	font-size: 12px; 
	color: #0066CC; 
	text-decoration: none;
	line-height: 15pt;
}

.menuleft {
	font-size: 12px; 
	color: #0066CC; 
	text-decoration: none;
	line-height: 15pt;
}

a.menuleft:hover {
	font-size: 12px;
	color: #093a93;
	text-decoration: none;
	line-height: 15pt;
}

a.menuleftselected {
	font-size: 12px;
	color: #093a93;
	text-decoration: none;
	line-height: 15pt; 
}

td.menu {
	text-align: left;
	vertical-align: baseline;
	color: #0066CC; 
	line-height: 15pt; 
}

td.menuselected {
	text-align: left;
	vertical-align: baseline;
	color: #093a93;
	line-height: 15pt; 
}
/* Slutt på inc_menu.php */



/* inc_error.php */
.error-container  {
	background-color: #FFFFFF;
	width: 540px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	height: auto !important; /*sets height (which acts like min-height) to your set size for IE, since it doesn't understand !important */
	height: 110px; /*set min-height for other browsers that understand !important*/
	min-height: 110px;
}

.error-right {
	margin-left: 135px;
	background-color: #FFFFFF;
}

.error-left {
	float: left;
	width: 135px;
}

.errorheader {
	font-size: x-large;
	font-weight: bold;
}

.errortext2 {
	font-size: x-small;
	color: #808080;
}

a.errortext {
	color: #000000;
	text-decoration: underline;
}

a.errortext:hover {
	color: #668ec8;
	text-decoration: underline;
}

a.errortext:active {
	color: #093a93;
	text-decoration: underline;
}
/* Slutt på inc_error.php */



/* content/article/index.php og admin/content/article/index.php */
.ingress {
	font-size: 13px;;
	font-weight: bold;
}

.articleinfo {
	font-size: 9px;
	color: #808080;
	padding: 15px 0px 0px 0px;
}

.author {
	color: #000000;
	font-style: italic;
	width: 100%;
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	font-weight : bold;
	text-decoration : underline;
}

a.author {
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}
	
a.author:hover {
	color: #668ec8;
	text-decoration: underline;
	font-weight: bold;
}

a.author:active {
	color: #093a93;
	text-decoration: underline;
	font-weight: bold;
}

input.article {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	width: 440pt;
}

input.article_header {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 22px;
	font-weight: bold;
	width: 440pt;
}

textarea.article {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 12px;
	width: 440pt;
}

textarea.article_ingress {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: bold;
	width: 440pt;
}

/* Slutt på content/article/index.php og admin/content/article/index.php */

/* content/blog/index.php,  content/blog/blogger.php, admin/content/blog/index.php og admin/content/blog/blogger.php */
.sted {
	font-size: 13px;
	font-weight: bold;
	color: #4F6271;
}
.sted2 {
	font-size: 13px;
	font-weight: normal;
	color: #4F6271;
}
.ingress {
	font-size: 13px;;
	font-weight: bold;
}

.bloginfo {
	font-size: 9px;
	color: #808080;
	padding: 15px 0px 0px 0px;
}

a.author:active {
	color: #093a93;
}

a.blog {
	color: #000000;
}

input.blog {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	width: 440pt;
}

input.blog_header {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 22px;
	font-weight: bold;
	width: 440pt;
}

textarea.blog {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 12px;
	width: 440pt;
}

textarea.blog_ingress {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: bold;
	width: 440pt;
}

tbody {
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	font-size: 12px;
}

td.frontpage-mmsblog2 {
	width: 550px;
	height: 50px;
	vertical-align: middle;
}
/* Slutt på content/blog/index.php,  content/blog/blogger.php, admin/content/blog/index.php og admin/content/blog/blogger.php */


/* admin/images/index.php */
table.images {
	border: 1px solid #668ec8;
}

/* Slutt på admin/images/index.php */

/* content/gallery/index.php */

td.gallery {
	width: 190px;
	height: 190px;
	background-color: #808080;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #808080;
}

img.gallery {
	border : 2px solid #FFFFFF; 
}

a.gallery {
	color: #000000;
}
/* Slutt på content/gallery/index.php */ 

/* content/gallery/galleryimage.php */
table.galleryimage {
	border: 1px solid #808080;
}

td.galleryimageheader {
	background-color: #808080;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #808080;
}

td.gallery_knapper {
	background-color: #C0C0C0; 
	border: 1px solid #808080;
	height: 22px;
	vertical-align: middle;
}

td.gallery_pageof {
	height: 22px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

td.gallery_imagetext {
	padding : 10px 5px 10px 5px;
}

td.gallery_left {
	padding-left: 5px;
}
/* Slutt på content/gallery/galleryimage.php */

/* content/gallery/galleryfrontpage.php og content/frontpage/inc_gallery.php*/

div.gallery_headline {
	font-size: 18px;
}

td.gallery_frontpage {
	width: 190px;
	height: 190px;
	background-color: #808080;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #808080;
}

td.gallery_knapper_left {
	background-color: #C0C0C0;
	height: 22px;
	vertical-align: middle;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
}

td.gallery_knapper_right {
	background-color: #C0C0C0;
	height: 22px;
	vertical-align: middle;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
}
/* Slutt på content/gallery/galleryfrontpage.php og content/frontpage/inc_gallery.php */

/* content/frontpage/inc_blog.php */
div.blog_headline {
	font-size: 16px;
	font-weight: bold;
}
/* Slutt på content/frontpage/inc_blog.php */

/* content/blog/mmsblog.php */
div.blog_smalltext {
	font-size: 11px;
}

div.blog_header {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
}
/* slutt på content/blog/mmsblog.php */



/* content/frontpage/index.php */
.content_small {
	width: 290px;
}

.column-container {
	width: 100%;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.column-left {
	float: left;
	width: 280px; 
	padding: 0px 7px 0px 0px;
}
.column-right {
	padding: 0px 0px 0px 0px;
/*	margin-left: 296px;  */
	margin-left: 301px; 
	width: 280px; 
}

hr.frontpage {
	border : 1px dashed #808080;
}

div.frontpage_headertext {
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

div.frontpage_headertext2 {
	font-size: 30px;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

a.frontpage_headline{
	color: #000000; 
	text-decoration: none;
}

a.frontpage_headline:hover {
	color: #668ec8;
	text-decoration: none;
}

a.frontpage_headline:active {
	color: #093a93;
	text-decoration: none;
}

div.frontpage_headline {
	height: 14px; 
	color: #FFFFFF; 
	font-size: 10px;
	background-color: #808080;  
	width: 100%;
}

div.frontpage_headline2 {
	height: 14px; 
	color: #FFFFFF; 
	font-size: 10px;
	background-color: #808080;  
	width: 290px; 
}
/* Slutt på content/frontpage/index.php */


/* Ramme rundt publiseres? (blogg og artikkel) */
.publiseres {
	border: 1px solid #808080;
	padding: 3px 3px 6px 3px;
	width: 285px; 
}
/* Slutt på ramme rundt publiseres? (blogg og artikkel) */

/* content/search/index.php */
table.search  {
	width: 100%;
	border-top : 1px solid #808080;
	border-bottom : 1px solid #808080;
	border-left : 1px solid #808080;
	border-right : 1px solid #808080;
	height: 50px;
}

td.search {
	font-size: 12px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	margin:0px;
	border:0px;
	vertical-align: middle;
	width: 440px;
	height: 40px;
}

td.search_middle {
	font-size: 12px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	padding-left: 5px;
	margin: 0px;
	border:0px;
	vertical-align: middle;
	width: 60px;
}

.search_ledetekst {
	font-size: 12px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	padding:0px;
	margin:0px;
	border:0px;
	vertical-align: top;
	font-weight: bold;
}
.search_published {
	font-size: 9px;
	color: #808080;
	padding: 5px 0px 5px 0px;
}

a.search {
	font-size: 12px;
	color: #000000;
	font-family: verdana, tahoma, arial, sans-serif, helvetica;
	padding:0px;
	margin:0px;
	border:0px;
	vertical-align: top;
	font-weight: bold;
}

/* Slutt på content/search/index.php */



input.guestbook, textarea.guestbook {
	width: 375px;
}


