/*
  Default CSS Document for http://www.dmt.oslo.no/
*/

a {
	color: Black;
}

a:hover {
  color: Gray;
}

a.Menu:hover {
	text-decoration: none;
}

body {
	background-color: White;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;

}

h1 {
  text-transform: uppercase;
  letter-spacing:.2em;
  color: Black;
}

h2 {
  text-transform: uppercase;
  letter-spacing: .4em;
  color: #BDB76B;
}

h3,h4 {
  text-transform: uppercase;
  color: Gray;
/*  position: relative;
  left: 20px */
}

textarea {
	font: 110% "Courier New", Courier, monospace; 
	border: 1px solid Gray;  
	color: Black;
	background-color: #F1F2D5;
	width: 100%;
}

input {
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	visibility: visible;
	border: 1px solid Gray;  
	color: Gray;
	background-color: #F1F2D5;
}

input.searchText {
	background-color: White;
}

input.radioButt {
	background-color: White;
	border-color: White;
}

input.searchButton {
	background: #F1F2D5 url(/grafikk/templates/search_icon.gif) 2px 1px no-repeat;
	padding-left: 15px;
	height: 20px;
	cursor: pointer;
	text-transform: lowercase;
}

select {
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	border: 1px solid #8cacbb;  
	color: Black;
	background-color: #F1F2D5;
	vertical-align: top;
}

.tableMainText {
	width: 100%;
}

.TopLine {
	border-bottom: 2px solid #F1F2D5;
}

.BottomLine {
	border-top: 2px solid #F1F2D5;
}

#navSideTree a:hover,
#globalnav li a:hover {
	background-color: #F1F2D5;
	color: Black;
	border: 1px solid Gray;
}

.navItem {
	font-weight: bold;
	text-decoration: none;
	border: 1px solid White;
	display: inline-block;
	padding: 0.1em 10px 0.1em 10px;
}

.navItemFront {
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FBFBF0;
	display: inline-block;
	padding: 0.1em 4px 0.1em 4px;
	font-size: 11px;
}


.navLevel1 {
	margin-left: 0em;
}


#globalnav {
	margin: 0;
}

.printHeader {
	display: none;
}

#globalnav li {
	display: inline;
}

#globalnav li a {
	background-color: #F1F2D5;
/*	background-color: #FBFBF0;
*/	text-transform: lowercase;
}

.TopTeaser {
	font-weight: bold;
}

/*
** The End
*/