@import 'mainfont.css';
@import 'maincolor.css';

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

img { border: 0; }
form { margin: 0; padding: 0; }
table { border-collapse: collapse; }
dl{
  padding: 0;
  text-align: left;
  clear: both;
}
dt {
  width: 7em;
  float: left;
  margin: 0;
  padding: 0.1em .2em;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dd {
  float: left;
  width: 24em;
  margin: 0;
  padding: 0.1em .2em;
}
.floatleft { float: left; }
.floatright { float: right; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }


#frame {
  padding:0px;
  width: 750px;
  position: relative;
  margin: 10px auto;
}
/* --------------- HEADER -------------- */
#header {
  height: 100px;
}
#header h1 {
  text-indent: -9000px;
  display: block;
  padding: 0;
  margin: 0;
}
#header h1 a {
  background-image: url(/images/top.jpg);
  background-position: right;
  display: block;
  height: 100px;
  padding: 0;
  margin: 0;
}
#header #imageTop
{
  position: absolute;
  left: 16px;
  top: 40px;
}

/* --------------- BAR -------------- */
.bar {
  margin-left: auto;
  margin-right: auto;
  height: 26px;
}
.bar ul {
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
}
.bar ul li {
  float: right;
  padding: 0 5px;
}
.bar a {
	padding: 0px 10px;
}

/* -------------- LEFT ----------------- */
#left {
  width: 200px;
  height: 450px;
  float: left;
  overflow: auto;
  position: relative;
  padding-top: 40px;
}

#mainnav, #mainnav ul {
  padding: 0;
  list-style: none;
}
#mainnav { margin: 10px 0 4px 10px; }
#mainnav ul { margin: 0 0 4px 10px; }
#mainnav li div.menutitle { cursor:pointer; }
#mainnav ul a { padding-left: 10px; }

#basketBox {
  position: absolute;
  bottom: 20px;
  width: 198px;
  height: 120px;
}

#basketBox h3 a {
  display: block;
  width: 100%;
}

#left #basketBox #notepad
{
  position: absolute;
  right: 5px;
  top: -21px;
}

/* ---------------- Selve indholdet på siden ---------------- */
#current {
  width: 535px;
  float: left;
  margin-left: 10px;
  position: relative;
  overflow: visible;
}

div.info {
  border: 1px solid black;
  background-color: #fff;
  width: 310px;
  margin: 10px auto;
  padding: 10px 0;
  text-align: left;
}
div.info img {
  float: left;
  margin: 0 10px;
}
div.info p {
  margin-bottom: 5px;
}
div.info p span {
  font-weight: bold;
}
div.info dl {
  float: right;
  width: 80%;
  padding: 5px;
}

/* ------ Til skjult indhold ------ */
#current div.hiddenInfo {
  position: relative;
}
#current div.hiddenInfo img {
  margin-bottom: -3px;
}
#current div.hiddenInfo div {
  display: none;
  background: white;
  border: 1px solid black;
  position: absolute;
  left: -50px;
  top: -100px;
  width: 400px;
}
#current div.hiddenInfo div.visible {
  display: block;
}
/* ----------------- Produkt Zoom --------------------*/
div#product-zoom {
  text-align: center;
}

/* ----------- Verdens sygeste logo !!! --------------- */
#smartpage {
  position: absolute;
  bottom: 22px;
  right: -22px;
}

