/*

container = yderste box
maincontent = her skal teksten v&aelig;re
sidebar = din navigering (links til dine sider)
footer = copyright info

*/



/* global
----------------------------------------------- */
body {
	background: #363636;
	font-family: barmeno; 
	font-size: .9em; 
	margin: 0 20px; 
	color: #333333;
	text-align: center
	}    

/* layout
----------------------------------------------- */
#container {
	position: relative; 
	background: #FFFFFF url('nyt_mt_logo.jpg') no-repeat top left; 
	margin-top: 8px; 
	padding-top: 25px; 
	width: 850px; 
		text-align: left 

		}div#center {margin:0 auto;width:850px;} 

#maincontent {
	margin: 65px 0px 0px 128px;
	padding-left: 30px;
	padding-right:  10px;
	width: 650px;
	text-align: left;
	border-left: 0px dotted #AAAAAA
	}

#footer {
	text-align: left;
	font-size: 10px;
	color: #000000;
	width: 160px
	}

#sidebar {
    position: absolute;
	width: 140px;
	top: 90px;

	left: 0; color:#000000
	

	}

/* links
----------------------------------------------- */
div#menu ul, li {
  list-style-type: square;
  margin: 0;
  padding: 0
}
div#menu {
  position: absolute;
  width: 160px;
  top: 10px;
  left:20px;
  z-index: 3;
}
div#menu li {
  width: 160px;
  font-size:100%;
}

div#menu a {
  margin: 0 2px;
  padding-left:5px;
  height: 20px;
  display: block;
  font-weight: outline;  
  border: 1px solid #808080;
  text-decoration: none;
  color: #000000;
  background: #EAE7D9;
}
div#menu a:hover {
  background: #ccc;
  border-width: 1px;  border-style:solid;
  border-color: gray; 
}
div#menu ul ul li a:hover {
  background: #ccc;
  border-width: 0 1px 1px 1px;
  border-style:solid;
  border-color: gray; 
}
#smenu1, #smenu2, #smenu3, #smenu4,#smenu5 {
  border:1px dotted #000000; display: none;
  position:absolute;
  margin-left:-15px;
  width: 180px; background-color:#EAE7D9
}
ul li ul#smenu1 li a, ul#smenu2 li a, ul#smenu3 li a, ul#smenu4 li a, #smenu5 a {
  font-weight: normal;
  border-top: 0 none;
  font-size: 12px; list-style-type:square; color:#000000
}


a {color: #460000; outline: none; text-decoration: underline}
a:visited {color: #460000; text-decoration: underline}
a:active {	color: #460000; text-decoration: underline}
a:hover {color: #B7D30B; text-decoration: underline}

#sidebar a {padding:0px; color:  #460000; outline: 
none; text-decoration: none; font-weight: bold;  }
#sidebar a:visited {color: #460000; text-decoration: none; font-weight: bold}
#sidebar a:active {color: #460000; text-decoration: none; font-weight: bold; background-color:#B7D30B}
#sidebar a:hover {color: #808080; text-decoration: none; font-weight: bold; background-color:#B7D30B}


/* headings
----------------------------------------------- */
h1 {font-size: 12pt; font-family: Barmeno; font-weight: bold; margin-top: 0; margin-bottom: 0; color:#000000;}
h2 {font-size: 11pt; line-height: 14px; font-weight: bold; margin-top: 0; margin-bottom: 0; color:#000000;font-family:calibri}
h3 {font-size: .9em; line-height: 10px; font-weight; margin-top: 0; margin-bottom: 0; color:#000000;}
h4 {font-size: 1.0em; line-height: 10px; font-weight: bold; margin-top: 0; margin-bottom: 0; color: #000000;}
h5 {font-size: .8em; line-height: 10px; font-weight: bold; margin-top: 0; margin-bottom: 0; color: #A52A2A}
h6 {font-size: .8em; line-height: 10px; font-weight: bold; margin-top: 0; margin-bottom: 0; color: #A52A2A}

/* images
----------------------------------------------- */
#maincontent img {border: 0px; margin: 0px}


