/* $Id: screen.css,v 1.5 2005/05/17 10:45:08 tb Exp $ */

/*
	Blå tekst farve: 133151
	Rød farve: 83001C
	Blå border: 466C83
	Lys blå border: 8CACB9
	Menu tekst (blå): 1D4065
*/


/* site specific styles */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #8AA7BE;
}

body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #133151;
	/*color: red;*/
	font-size: 10px;
	line-height: 15px;
}

#center {
	height: 100%;
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


/** Mac IE5 hidden \*/

#center {
	width: 799px;
	height: 100%;
}

/** end **/

#top-container {
}

.td-frame {
	background: transparent url(../images/main-bg.gif) repeat-y;
}

#header-top {
	width: 801px;
	height: 7px;
	background-color: #8AA7BE;
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
}

#top-menu-container {
	position: relative;
	height: 15px;
}

#header-container {
	clear: both;
	height: 122px;
	width: 799px;
	border-left: 1px solid #466C83;
	border-right: 1px solid #466C83;
	border-bottom: 1px solid #8A8A8A;
}

#menu-container {
	clear: both;
	height: 24px;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 100%;

}

#content-padding {
	padding: 30px 10px 10px 10px;
	float: left;
}

#outerContent {
	vertical-align: top;
	float: left;
	width: 799px;
}


#content {
	margin-left: 10px;
	padding-top: 0px;
}


#right-container {
	float: right;
	border-left: 1px solid #466C83;
	padding-left: 15px;
	width: 150px;
}

#right-container a {
	color: #83001C;
}

#right-container a:hover, #right-container a:active {
	color: #1D4065;
}

.top-menu, .lang-menu {
	list-style-type: none;
	margin: 0;
	padding: 1px 0 1px 3px;
}

.top-menu {
	position: absolute;
	right: 0;
	top: 0;
}

.top-menu li, .lang-menu li {
	display: inline;
}

.top-menu li a {
	font-weight: normal;
	text-decoration: none;
	color: #647D89;
	padding: 0 8px 0 10px;
	border-left: 1px solid #39424A;
}

.top-menu li.active a {
	color: #484848;
}

.top-menu li a:hover {
	color: #13D91E;
}

.lang-menu li img {
	margin: 4px 1px 1px 8px;
	border: 0;
}

.lang-menu li a {
	font-weight: bold;
}


.menu {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	height: 23px;
	text-align: center;
}

#outerMenu-table {
	height: 24px;
	border-left: 1px solid #466C83;
	border-right: 1px solid #466C83;
}

#menu-table {
	width: 100%;
	height: 24px;
	background-image: url(../images/menu_background.gif);
}

.menu a span {
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #8CACB9;
	background: transparent url(../images/menu_bg_line.gif) top right no-repeat;
	display: block;
}

.border {
	padding: 3px 0px 5px 0px;
}

.menu a:hover span, .menu span.active {
	color: #83001C;
	background-color: #FFFFFF;
	border: 0px;
}

#left-container {
	margin-right: 25px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.left-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	width: 172px;
	border-top: 1px solid #760700;
}

.left-menu li {
	margin: 0;
	border-bottom: 1px solid #760700;
}

.left-menu li a {
	padding: 3px 0 3px 15px;
	margin: 0;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: #133151;
}

.left-menu li.active a {
	background: #F3F8FB url(../images/left_menu_bullet.gif) 0px 7px no-repeat;
}

.left-menu li a:hover {
	color: #760700;
}

.left-menu ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #F5F6F1;
	border-bottom: 1px solid #F5F6F1;
}

.left-menu li.active ul {
	display: block;
}

.left-menu li ul li {
	background-image: none;
	padding-left: 0px;
	border: none;
	border-bottom: 1px solid #F5F6F1;
}

.left-menu li ul li a {
	background: transparent;
	padding: 1px 0 1px 30px;
	margin: 0;
	display: block;
	font-weight: normal;
	text-transform: none;
	color: #263E4E;
}

.left-menu li ul li a:hover {
	color: #13D91E;
}

.left-menu li ul li.active a {
	font-weight: bold;
	color: #13D91E;
}


.rightmargin {
	margin-right: 30px;
}


h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0 10px 0;
}

h1.page-head {
}

h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	color: #83001C;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #798fa6;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #263E4E;
	font-size: 11px;
}

p {
	margin: 0 0 4px 0;
}

a {
	color: #263E4E;
	text-decoration: none;
}

.admin a {
	font-weight: normal;
}

a:hover {
	color: #83001C;
}

a.arrow {
	padding-left: 8px;
	background: transparent url(../images/icons/link_bullet.gif) no-repeat 0px 3px;
}

a.bullet {
	padding-left: 7px;
	background: transparent url(images/referencer_bullet.gif) no-repeat 0px 3px;
}

a img {
	border: none;
}


a.link {
	padding-left: 10px;
/*	background: transparent url(../images/icons/link_bullet.gif) no-repeat 0px 3px; */
}

a.download {
	padding-left: 10px;
	background: transparent url(../images/icons/link_bullet.gif) no-repeat 0px 3px;
}





/****************** Page specific styles ******************/

/*** Frontpage ***/
#frontpage h1 {
	margin: 0;
}
#frontpage_content {
	margin: 0;
	padding: 0 0 0 35px;
	text-align: center;
}

#frontpage table {
	position: relative;
	width: 688px;
	text-align: left;
}

table#frontpage td {
	vertical-align: top;
	padding: 0 25px 40px 0px;
	width: 50%;
	/* color: #55697B; */
	color: #263E4E;
}

/*** Frontpage boxes ***/
.frontpage_box_top {
	background: transparent url(../resources/home/box_top.gif) top left no-repeat;
	width: 285px;
	height: 103px;
	padding: 5px;
}

.frontpage_box_top img {
	float: right;
}

.frontpage_box_top p {
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

.frontpage_box_bottom {
	background: transparent url(../resources/home/box_bottom.gif) top left no-repeat;
	width: 289px;
	height: 16px;
	padding: 1px 3px 0px 3px;
}

.frontpage_box_bottom .right {
	width: 140px;
	float: right;
	text-align: right;
	width: 278px;
	padding-right: 4px;
}


/* HOME */

.margin {
	margin: 10px 0 0 0;
}

.sektion-start {
	height: 18px;
	border-top: 1px solid #83001C;
	background: #ADC6D6 url(../images/icons/sektion_pil.gif) no-repeat right center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 0 0 5px;
	width: 100%;
	margin: 0 0 0 0;
}

.sektion-punkt {
	background: transparent url(../images/icons/red_pil.gif) no-repeat left 8px;
	border-bottom: 1px solid #83001C;
	padding: 3px 0 3px 10px;
	color: #133151;
}

.sektion-punkt a {
	color: #133151;
}

.sektion-punkt .text {
	color: #83001C;
}

.sektion-punkt a:hover, .sektion-punkt a:active {
	color: #83001C;
}

.sektion-punkt a.download {
	padding: 0;
}

.download a {
	color: #83001C;
}

.download a:hover, .download a:active {
	color: #133151;
}



.news {
	margin: 5px 0 5px 0;
	clear: both;
}

.news-dato {
	display: inline;
	color: #829CA4;
}

.link {
	color: #83001C;
	background: transparent url(../images/icons/red_pil.gif) no-repeat 2px 5px;
}

.link a:hover {
	color: #133151;
}

.link a.download {
	color: #83001C;
}

.link a:hover.download {
	color: #133151;
}


/* BOX */

#box {
	width: 150px;
}

#box #box-top {
	text-align: left;
	background: transparent url(../images/box_top.gif) top left no-repeat;
	padding: 5px 5px 0 5px;
	font-size: 10px;
	line-height: 14px;
}

#box #box-bottom {
	height: 10px;
	background: transparent url(../images/box_bottom.gif) top left no-repeat;
}

.right {
	text-align: right;
}

.input-text-login {
	width: 142px;
	border: 1px solid #8CACB9;
	padding: 1px;
}

.input-text-view {
	width: 160px;
	border: 1px solid #8CACB9;
	padding: 1px;
}

.input-text-search {
	width: 90px;
	border: 1px solid #8CACB9;
	padding: 1px;
}

/* ARTIST */

.artist-pic {
	margin: 4px 0 4px 0;
}

#img-count-box {
	color: #133151;
	width: 350px;
	clear: none;
}

#img-count-box a {
	color: #133151
}

#img-count-box a.active {
	color: #83001C;
}

#img-count-box a:hover {
	color: #83001C;
}

.input-but {
	width: 85px;
}