@import url(opusstyle.css);
@import url(columns.css);
@import url(tabstyle.css);

body {
  font-family: verdana,arial,sans-serif;
  background: #fff;
  color: #000;
  margin:0;
  padding:0;
  font-size: 70%;
 }

div.all {
  width:650px;
  background: #fff;
  color: #000;
}

.logo {display:none;}

.tright {text-align: right;}
.tleft {text-align: left;}
.right {float: right;}
.left {float: left;}
.center,.tcenter {text-align: center;}


img.right,div.right img  {
  padding-left:5px;
  padding-bottom:5px;
  padding-top:5px;  
  }

img.left,div.left img {
  padding-right:5px;
  padding-bottom:5px;
  padding-top:5px;  
  }

img {border: 0;}

th,td {
  text-align: left;
  vertical-align: top;  
  }

h2 {
  font-size: 130%;
  color: #000;
  background: #fff;
  text-transform:uppercase;
  }

/* veiledning */
.header img {
  margin-top:-20px;
}

h4 {
  color: #003366;
  background: #fff;
  font-size: 120%;
}

h5 {
  font-size:120%;
  color: #990000;
  margin-bottom:0;
  background: #fff;
  }

h4 img, h5 img {
  vertical-align:middle;
}

a:link {
  color: #003366;
  background: #fff;
}

a:visited {
  color: #999;
  background: #fff;
}

a:active,
a:hover {
  color: #CC0000;
  background: #fff;
  }

div.content {
  height:100%;
  padding-top:10px;
  padding-bottom:10px;
  }


table.dblist  {
  border-collapse:collapse;
  font-size:smaller;
  width:96%;
  margin-top:20px;
}

table.dblist td {
  border-bottom:solid 1px #000;
  padding-right:2px;
}

table.dblist th {
  border-bottom:solid 1px #000;
  padding-right:2px;
}

/************* *****************/

div.admintool {
  border: solid 1px #FF9900;
  background: #E0E5E9 none;
  padding:10px;
  font-size:110%;
  color: #000;  
}

div.admintool h3 {color: #FF9900;}

div.admintool a {
  font-size:small;
  background: #E0E5E9 none;
  color: #000;  
  }


.msg {color:#CC0000;}

.details {
  float:right;
  width:20em;
}

.details p {
  margin-top:0;
  margin-bottom:5px;  
}


div.topmenu{
display:none}

/**** baseline ****/

div.baseline {
  clear:both;
  text-align:center;
  }

div.formcontent fieldset label {
  width: 10em;
  display: block;
  float: left;
  clear: both;
  }

div.formcontent fieldset {
  border:0;
  padding:5px;
  font-size: 90%;  
  text-align:left; /* motstiller settingene på form.admingui */ 
  }

/* fremsiden */
table.shortcuts{border-spacing: 10px;}
table.shortcuts td {border:dotted 2px #990000;}

table.shortcuts td.graphic {
  border:solid 1px #990000;
  text-align:center;
  vertical-align:middle;
}

table.shortcuts .html {
  padding:5px;
  font-size:100%;
}

table.shortcuts h4 {
  margin-bottom:3px;  
  font-size:100%;
}
table.shortcuts p {padding:6px;}



.registration {
  text-align:center;
  margin-bottom:5px;
  }


/*** LOGIN ****/
div.loginform {display:none;}

/* standard tabeller */

table.righttbl td,
table.righttbl tr {
  text-align:right;
}

table.lefttbl td,
table.lefttbl tr {
  text-align:left;
}

table.centertbl td,
table.centertbl tr {
  text-align:center;
}

table.defaulttbl {
  border-collapse:collapse;
  margin-top:2px;
}

table.defaulttbl caption{
  margin-top:20px;
  font-weight:bold;
}

table.defaulttbl td {
  border: solid 1px #666;
  background: #fff none;
  padding-left:3px;
  padding-right:3px;  
  }

table.defaulttbl th{
  background: #eee;
  color: #000;
  padding:3px;
  border: solid 1px #666;  
  }

table.defaulttbl th a:link{
  background: #eee none;
  color: #000;
  }
table.defaulttbl th a:hover{
  background: #eee none;
  color: #ccc;
  }

table.defaulttbl td a:link{
  background: transparent none;
  color: #000;
  }
table.defaulttbl td a:visited{
  background: transparent none;
  color: #666;
  }
table.defaulttbl td a:hover{
  background: transparent none;
  color: #cc0000;
  }


div.link p {margin-top:3px;}



/* i kassen */

div.cmdlogin h3,
div.register h3 {
  font-size:100%;
  color: #990000;
  margin:0;
}

div.register,
div.cmdlogin {
  border:solid 1px #666;
  padding:5px;
  width:230px;
  margin-right:10px;	
  margin-bottom:10px;	
}

div.register {float:left;}
div.cmdlogin {margin-left:250px;}


table.tbp {float:left;}

div.prisliste{height:22em;}
div.prisliste .editbutton {display:none;}

div.prisliste table.pris{
  float:left;
}

table.pris {
  margin-left: 10px;
  margin-bottom:2em;
}

.kontaktinfo {
  border:solid 1px #990000;
  padding:13px;
  float:right;
  width:11em;
}

.kontaktinfo p {margin-top:0;}

.childlist h4{margin-bottom:0;}
.childlist p{margin-top:0;}



/************* finnes disse? ***************/

.bestillalle {
  float:right;
  margin-right:20px;
  }


/* kjøp divisjon */
div.buyall {
  border:solid 1px #666;
  padding:5px;
  font-size:110%;
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
  }

form {
  display:none; 
}


.toolmenu,.editbutton,.leftcolumn,.rightcolumn {
  display:none;
}