html
{
       background-image: url(http://www.testwebben.se/825/Images/056_bg.gif);
       background-position: center top;
       background-repeat: repeat-y; 
       background-color: #ccc;
}

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

/* CONTENT (start) --------- */

body, textarea
{
       font-family: verdana, arial, helvetica, sans-serif;
       color: #333333;
       font-size: 11px;
}

table
{
       font-size: inherit;
       font: 100%;
}

body, p, li, td
{
       line-height: 1.5;
}

h1, h2, h3, h4, h5, h6
{
       color: #999;
       padding: 0em;
   font-weight: bold;
       text-decoration: none;
       line-height: 1.1;
}

h6
{
       font-size: 0.4em;
       margin: 1em 0em 0em 0em;
}

h5
{
       font-size: 0.6em;
       margin: 1em 0em 0em 0em;
}

h4
{
       font-size: 0.8em;
       margin: 1.5em 0em 0em 0em;
}

h3
{
       font-size: 1em;
       margin: 1.6em 0em 0em 0em;
}

h2
{
       font-size: 1.4em;
       margin: 2em 0em 0em 0em;
}

h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
       text-transform: none;
       letter-spacing: 0.1em;
       font-size: 2em;
       margin: 1em 0em 0em 0em;
}

p
{
       font-size: 1em;
       margin: 0.5em 0em 0em 0em;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
   font-weight: bold;
       color: #304878;
   text-decoration: none;
}

a:hover
{
       text-decoration: underline;
}

img
{

}

hr
{
       height: 1px;
       margin: 0.5em 0 1em 0;
       color: gray;
       background-color: gray;
       /* clear: both; */
}

ul,
ol
{
       margin: 1.2em 0em 1.2em 2em;
       padding: 0;
}

ul li,
ol li
{
       margin: 0.2em 0em 0em 0em;
       list-style-position: outside;

}

ul
{
       
}

ol
{
       list-style: decimal;
}

table
{
       /*border-collapse: collapse;
       border-spacing:0;
       margin: 1em 0em 0em 0em*/
}

table td
{
   vertical-align: top;
   padding: 0.2em 0.5em 0.2em 0.3em;
}

strong
{
   font-weight: bold;
}

em
{
       font-style: italic;
}

blockquote
{
       margin: 0em 3em;
}

.linje
{
   border: #ccc 1px solid;
}

/* CONTENT (end) ----------- */

/* FOOTER ------------------ */

#footer
{   
   background-image: url(http://www.testwebben.se/825/Images/056_footer_bg.gif);
   background-position: top left;
        background-repeat: repeat-x;
       font-size: 0.8em;
       text-align: center;
       margin: 0;
        padding: 10px 0 0 0;
       clear: both;
        color: #999;
}

#footer p
{
       display: inline;
}

/* #footer a,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active
{
       color: #30f;
   text-decoration: none; 
       font-weight: bold;
} */

/* LAYOUT ------------------ */

#wrapper
{
       text-align: left;
       width: 800px;
       margin: 0.5em  auto;
}

#header
{
   background-image: url(http://www.testwebben.se/825/Images/056_header2_bg.jpg);
   background-position: center center;
       background-repeat: no-repeat;
       background-color: #7a9d3f;
       height: 104px;
       width: 780px; 
       margin: auto;
}

#header2
{
       background-image: url(http://www.testwebben.se/825/Images/056_header_bg.gif);
       background-position: bottom left;
       background-repeat: repeat-x;
       height: 10px; 
}

#main
{
       margin: 5px;
}

#main-left
{
       float: left;
       width: 200px;
       padding: 0em 0em 0em 0em;
   overflow: hidden;
}

#main-content
{
       float: left;
       width: 550px;
       padding: 1em;
   overflow: hidden;
}

.clear
{
       clear: both;
       line-height: 0.01;
       border-style: none;
}

/* NAV---------------- */

#nav
{
   margin-top: 2.8em;
}

#nav ul 
{   
   margin: 0.5em;
         padding-left: 0em !important;
         padding-left: 1.5em:
   
}

#nav ul li
{
       list-style-type: none;
       padding-top: 5px;
}


#nav ul li a
{
   padding: 3px 0.5em; 
   margin: 0px;
   color: #999;
   text-decoration: none; 
   width: 98px;
   font-size: 12px;
   font-family: Arial, san-serif;
}

#nav ul li a:link 
{ 
}

#nav ul li a:visited 
{ 
}

#nav ul li a:hover
{
   color: #333;   
}

#nav ul ul
{
   margin-left: 15px;
}

#nav ul ul li
{
   padding:0;
}

#nav ul ul li a
{
   font-weight: normal;
}

#nav ul ul li a:link 
{ 
   
}

#nav ul ul li a:visited 
{ 
   
}

#nav ul ul li a:hover
{
   
} 

/* FORMULÄR ---------------- */

form
{
       margin: 1em 0em 0em 0em;
}

form fieldset
{
       position: relative;
       display: block;
       width: 100%;
       background-color: #dddddd;
       border: 1px #777 solid;
       padding: 0 0.5em 0.5em 0.5em;
       margin: 1.5em 0em ;
}

form fieldset legend
{ 
       background-color: #777;
       border: 1px #1d647b solid;
       color: white;
       font-weight: bold;
       font-variant: small-caps;
       font-size: 0.9em;
       padding: 2px 5px;
       margin: 0px 0px 10px 0px;
       position: relative;
       top: -12px;
}

textarea,
input
{
       padding: 0 0.2em;
}

textarea
{
       font-size:83%;
       height: 6em;
}

select,
input
{
       font-size:inherit;
       font:100%;
}

button
{
       line-height: 1.1em;
       padding-top: 0.05em;
}

/*BOKNINGSFORMULÄR AMS--------------------*/

#bokningsForm {
font-size:11px;
}

#bokningsForm h2 {
margin:0.5em 0;
color:#333;
}

form#bokningsForm fieldset {
width: 530px;
border:0;
float:left;
padding:10px;
display:block;
border:1px solid #333;
}
#bokningsForm #fLeft, #bokningsForm #fRight {
width:240px;
height:550px;
}
#bokningsForm #fLeft {
margin-right:25px;
}

#bokningsForm legend {
font-weight: bold;
display:none;
}

#bokningsForm label {
display:block;
font-weight:normal;
}

#bokningsForm input, #bokningsForm textarea, #bokningsForm select {
border:1px solid #ccc;
}

#bokningsForm input[type="text"] {
width:170px;
margin: 0 0 7px 0;
padding: 2px;
}

#bokningsForm input[type="checkbox"] {
margin:0 0 0 5px
}

#bokningsForm textarea {
width:520px;
height:200px;
padding: 2px;
overflow:auto;
}

#bokningsForm div.inline {
clear:both;
margin:7px 0;
}

#bokningsForm #Skicka {
float:left;
clear:both;
margin:10px 0 0 0;
}
#bokningsForm #Skicka:hover {

}

form span.obligatorisk {
color: #ff0000;
}

#fBottom select {
width:100px;
}

#bokningsForm #fBottom table input {
margin:0 !important;
width:50px;
}

#fBottom table td {
height:30px;
text-align:right;
}


/*-- Start standardcss för skyddad sida --*/

#divProtectedPageDialog label
{
     display: block; width: 110px; float: left;
}

#divProtectedPageDialog button
{
     margin-left: 182px;
}

#divLogutDialog
{
     float:right;
}
#divProtectedPageDialog #btnNewPassword
{
     margin-left: 118px;
}

div#divProtectedPageDialog form p a
{
   display: none;
}
/*-- Slut standardcss för skyddad sida--*/


