/* CSS Document */
/* By Heine Jensvold, Norpartner Gruppen 2008 */

* { margin:0; padding:0; }
html { }
body { font-family:Arial, Helvetica, sans-serif; background:#353126; color:#fff; font-size:62.5%!important; font-size:10px;}

div#wrap {  width:820px; background:#f5f2ee; color:#000; position:relative; margin:0 auto; }
div#header { position:relative; background:url(../img/bg-header.jpg) no-repeat; height:134px; }
div#content { margin:0 10px; padding-bottom:18px; }
div#right { position:absolute; left:600px; top:110px; }
div.text { margin:0 15px; }

h1 { position:absolute; left:0; top:24px; }
h1 a { text-indent:-9999px; display:block; height:68px; width:205px;  }

h2 { margin-bottom:1em; padding-top:1em; font-size:2em; color:#353126; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; }
h3 { font-size:1.6em; margin-bottom:15px; color:#353126; font-family:Georgia, "Times New Roman", Times, serif; }
h3 a { color:#fff; }
h4 { font-size:1.3em; margin-bottom:20px; color:#3a3b70; }
h5 { font-size:1.2em; }

p { margin-bottom:1.2em; }
div#content p { font-size:1.4em; font-weight:normal; }
div#content a { color:#c42347; }
div#content a:hover { text-decoration:none; }

ul { list-style:none; }
ul#nav { position:absolute; bottom:10px; left:10px; line-height:23px; height:23px; }
ul#nav li { float:left; }
ul#nav li a { display:block; text-indent:-9999px; }
ul#nav li a.brudekjoler { width:103px; }
ul#nav li a.dresser { width:70px; }
ul#nav li a.slor { width:96px; }
ul#nav li a.brudepike { width:139px; }
ul#nav li a.dopskjoler { width:88px; }
ul#nav li a.galleri { width:88px; }

ul#subnav { position:absolute; bottom:10px; right:10px; line-height:23px; height:23px; }
ul#subnav li { float:left; margin-left:14px; }
ul#subnav li a { display:block; text-indent:-9999px; }
ul#subnav li a.leverandorer { width:60px; }
ul#subnav li a.lenker { width:29px; }
ul#subnav li a.butikken { width:39px; }

ul#footer { font-size:0.9em; width:820px; margin:0 auto; }
ul#footer li { display:inline; color:#fff; }
ul#footer li a { color:#fff; }
ul#footer li a:hover { text-decoration:none; }
ul#footer li.copy { float:left; }
ul#footer li.dev { float:right; }

div#content ul { font-size:1.4em; margin:0 0 1em 1em; list-style:disc; }
div#content ul li { margin-bottom:0.5em; }

div#content ul ul { font-size:1em; }

div#content ul.contact { list-style:none; }
div#content ul.contact li { margin-bottom:10px; font-weight:bold; }
div#content ul.contact li span { width:100px; font-weight:normal; }

div#content dl { font-size:1.4em; overflow:auto; margin-bottom:20px; }
div#content dl dt { clear:left; float:left; width:100px; }

div#content dl dd { float:left; margin-bottom:10px; font-weight:bold; }

div#content form { width:400px; margin-bottom:1em; }
fieldset { border:none; font-size:1.2em; margin-bottom:5px; }
fieldset label { display:block; height:20px; margin-bottom:5px; }
fieldset label input { float:right; width:200px; height:20px; }
/*fieldset label input:active, fieldset label input:hover, fieldset textarea:hover  { border:1px solid #f47f1f; width:508px; height:198px; }*/
fieldset legend { display:none; visibility:hidden; }
fieldset textarea { width:400px; height:150px; }

address { font-style:normal; font-size:1.1em; }

img { display:block; }
p img { display:inline; }
p.img img { display:inline; }
a img { border:none; }

#time { font-size:1.4em; font-weight:normal; background-color:#353126;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
padding-top:10px;
color:#CCCCCC;
font-weight:bold; }

.gallerycontainer{ position:relative; height:599px; padding-left:435px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/ }
.gallerycontainer ul { list-style:none; margin:0; width:300px; }
.gallerycontainer ul li { float:left; width:90px; margin:0 0 0 4px; }

.thumbnail img { border: 1px solid white; /*margin: 0 5px 5px 0;*/ }
.thumbnail:hover { background-color: transparent; }
.thumbnail:hover img { border: 1px solid #483f37; }

.thumbnail span{ /*CSS for enlarged image*/
position: absolute; /*background-color: lightyellow;*/ /*padding: 5px;*/ left:0; /*border: 1px dashed gray;*/
visibility: hidden; color: black; text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/ border-width:0; padding:0; }

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility:visible; top:0; left:0; /*position where enlarged image should offset horizontally */ z-index: 50; }