/***************************************/
/*   Styles for gardeveteraner.no      */
/*   Author:      Henrik Bakken        */
/*   Updated:     February, 2008       */
/***************************************/

body {
  color: black;
  background-color: white;
  margin: 0 auto; padding: 0;
  font-family: "Trebuchet MS", sans-serif; 
  font-size: medium;
}

#page_container {
  width: 690px; 
  margin: 0 auto;
  padding: 0;
}

#header {
  margin: 0; padding: 0;
  margin-top: 50px;
  height: 196px;
  background-image: url("img/banner_top.png");
  background-repeat: no-repeat;
}

#header h1 {
  font-family: serif;
  font-weight: normal;
  font-size: 32px;
  position: relative; 
  top: 80px; 
  left: 145px;
}

#navigation {
  position: relative; 
  left: 145px;
  top: 76px;
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
}
#navigation ul {
  float: left;
  margin: 0;
  padding: 0;
}
#navigation li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation a {
  padding: 5px 20px 5px 0;
  color: white;
  font-size: 1.1em;
  text-decoration: none;
}
#navigation a:hover {
  text-decoration: none;
}
#navigation .gjeldende A {
  text-decoration: underline;
}

#subnav {
  clear: both;
  position: relative;
  width: 100px;
  top: 135px;
  left: 20px;
  font-size: 0.8em;
}
#subnav ul {
  margin: 0;
  padding: 0;
}
#subnav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
	background:#ddd;
	border-bottom: 1px solid #eee;
}
#subnav a {
	text-decoration: none;
	display: block;
	color: #333;
	padding: 3px 0 3px 6px;
}
#subnav a:hover {
  background-color: #eee;
}
#subnav .head a {
  background-color: #222;
  color: white;
}
#subnav .skille a {
  margin-top: 20px;
  background-color: #222;
  color: white;
}
#subnav .gjeldende a {
  background:#ddd url(/img/pil.gif) left center no-repeat;
  font-weight: bold;
}


#content {
  width: 530px;
  margin: 0;
  padding: 0 0 40px 145px;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.4em;
}

#content img { border: 0; }
#content h1, #content h2, #content h3 { margin: 0; line-height: 1.4em; color: #006; font-family: serif; font-weight: normal; }
#content h1 { font-size: 1.9em; }
#content h2 { font-size: 1.2em; margin-top: 1em; }
#content h3 { font-size: 1em; }
#content a, #content a:visited {color: #006;}
#content p {margin: 0; margin-bottom: 1em;}

#footer {
  clear: both;
  color: #999;
  font-size: 0.7em;
  padding: 6px 0 40px 0;
  margin: 0;
  text-align: left;
  border-top: 1px solid #ccc;
}

#footer a, #footer A:visited {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

#footer a:hover {
  text-decoration: underline;
}

/* list styles */
.list { margin-top: 10px; border-top: 1px solid #bbb; border-collapse: collapse; empty-cells: show; text-align: left; }
.list td, .list th { border-bottom: 1px solid #bbb; padding: 3px 20px 4px 6px; vertical-align: top; }
.list th { font-weight: bold; background-color: #eee; }

.compactlist { margin-top: 10px; margin-bottom: 10px; border-top: 1px solid #bbb; border-collapse: collapse; empty-cells: show; text-align: left; }
.compactlist { font-size: small; line-height: 1.1em; }
.compactlist td, .compactlist th { border-bottom: 1px solid #bbb; padding: 2px 15px 2px 0; vertical-align: top; }
.compactlist th { font-weight: bold; background-color: #eee; }

.listold td { background-color: #ddd; color: #aaa; }
.listold a {color: #aaa !important;}

.filter1 {}                 /* for mail address obfuscation, display normal */
.filter2 { display: none }  /* for mail address obfuscation, hide */ 

.avstand { padding-top: 20px; }

.bilde_v {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.bilde_h {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

.bildetekst {
  margin: 0;
  line-height: 1.2em;
  padding-top: 3px; padding-bottom: 10px;
  font-size: 0.8em;
  font-style: italic;
}

.boldred { color: red; font-weight: bold; }
.infobox { margin: 2px 0; padding: 4px 6px; border: 1px solid #dd5; background-color: #ffb; }

/* for notearkiv */
#arkiv { margin-top: 50px; padding: 30px 20px; background: #ccc; color: #999; }
#arkiv A { color: #888; }


