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

* { margin:0; padding:0; }
html { }
body { font-family:Arial, Helvetica, sans-serif; background:url(../img/bg-body.gif) repeat #fff; 
font-size:62.5%!important; font-size:10px; }

div#wrap {  width:770px; position:relative; background:url(../img/bg-wrap.gif) repeat-y; margin:0 auto; border:1px solid #000;
border-top:none; }
div#header { width:770px; height:150px; position:relative; background:url(../img/bg-header.gif) no-repeat; }
div#content { color:#000; margin-left:180px; width:550px; min-height:300px; height:auto!important; height:300px; padding:0 20px; }
div#left { position:absolute; top:176px; padding:20px; width:140px; }

h1 { position:absolute; left:11px; top:0; }
h1 a { text-indent:-9999px; display:block; height:150px; width:142px; background:url(../img/logo.gif) no-repeat; }

h2 { margin-bottom:0.8em; font-size:1.7em; color:#ce0000; font-weight:normal; }
h3 { font-size:1.3em; margin-bottom:1em; color:#000; text-transform:uppercase; }
h3 a { color:#e4e4e4; }
div#left h3 { border-bottom:1px solid #fff; margin-right:-20px; width:161px; padding-bottom:10px; margin-bottom:10px; }
h4 { font-size:1.3em; margin-bottom:1em; color:#ce0000; }
h5 { font-size:1.3em; margin-bottom:0.5em; }

p { margin-bottom:1em; }
div#content p { font-size:1.3em; font-weight:normal; line-height:1.5;  }
div#content a { color:#df2f28; }
div#content a:hover { text-decoration:none; }

ul { list-style:none; }
ul#nav { height:26px; background:url(../img/bg-nav.gif) repeat-x; margin:0 1px 15px; }
ul#nav li { margin-bottom:1px; text-align:right; display:inline; line-height:25px; border-right:1px solid #000; }
ul#nav li.end { border:none; }
ul#nav li a { color:#000; font-size:1em; text-transform:uppercase; text-decoration:none; padding:0 10px; }

ul#nav li a:hover, ul#nav li a.active { text-decoration:underline; }

ul#subnav li { margin-bottom:1em; }
ul#subnav li a { color:#000; }
ul#subnav li a:hover { text-decoration:none; }

ul#footer { font-size:0.9em; width:768px; padding:0.5em 0 0.3em; margin:0 1px; border-top:1px solid #fff; 
border-bottom:1px solid #fff; background:#f79c0d; }
ul#footer li { display:inline; color:#000; border-right:1px solid #000; padding:0 0.4em; }
ul#footer li address { display:inline; font-style:normal; }
ul#footer li a { color:#000; }
ul#footer li a:hover { text-decoration:none; }
ul#footer li.copy { text-transform:uppercase; font-weight:bold; }
ul#footer li.dev { border:none; }

div#content ul { font-size:1.3em; margin:0 0 1em 1em; list-style:disc; }
div#content ul li { margin-bottom:8px; }
div#content ul li ul { font-size:1em; margin:15px; }


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; }

div#left address { font-style:normal; font-size:1em; margin-bottom:1em; }

img { display:block; }
img.header-img { position:absolute; top:25px; right:25px; }
img.map { position:absolute; right:0; bottom:28px; z-index:9; }
a img { border:none; }



.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; }