html
{
    background-image: url();
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #fff; 
} 

body
{

    
    background-image: url(http://www.testwebben.se/881/Images/222_bg_body.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
} 

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

body, table, textarea
{
    font-family: arial,verdana,helvetica, sans-serif;
    color: #08070d;
    font-size: 12px;
} 

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

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

h1, h2, h3, h4, h5, h6
{
    color: #97A254;
    padding: 0em;
    font-weight: normal;
    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;
    font-weight: bold;
    margin: 1em 0em 0em 0em;
} 

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

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

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

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

a:hover
{
    text-decoration: underline;
    color: #CC3366;
} 

img
{
    border-style: none;
    /*border: 4px #e9edf5 solid;
    margin: 0em 0em 0.5em 0.5em;*/
} 

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


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

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

}

ul
{
    
}

ol
{
    list-style: decimal;
}

strong
{
    font-weight: bold;
} 

em
{
    font-style: italic;
} 

blockquote
{
    margin: 0em 3em;
} 

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

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

#footer
{
    font-size: 1em;
    text-align: center;
    margin: 0em 0em 0em 0em;
    padding: 10px;
    clear: both;
    background-image: url();
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #DCE2B4;
    color: #666;  
}

#footer p
{
    margin: 0em 0em 0em 0em;

     
}

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

#wrapper
{
    text-align: left;
    width: 801px;
    margin: 0 auto 1em auto;
    background-image: url();
    background-position: left top;
    background-repeat: repeat-x;
    border-bottom: 0px;
  position: relative;
} 

#header
{
    background-image: url();
    background-position: center top;
    background-repeat: no-repeat;
    height: 100px;
    margin: 0;
} 

#kontaktaoss
{
  position: absolute;
  bottom: 85px;
  right: 250px;
}

#main
{

    padding: 0px;
    margin-top: 200px;
    width: 500px;
}

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

/*FORMULÄR*/
#mContactForm {
margin: 0 0 10px 0;
}
#mContactForm input, #mContactForm textarea {
background:#;
border: 1px solid #ccc;
margin: 0 0 5px 10px;
padding:3px 2px 2px 2px;
width:200px;
height:1.5em;
overflow:hidden;
}
/*#mContactForm input:hover, #mContactForm textarea:hover {border:1px solid #999;}
#mContactForm input:focus, #mContactForm textarea:focus {border:1px solid #999;}*/

#mContactForm textarea {
height: 10em;
}
/*
#mContactForm button {
background:#;
color:#333;
border: 1px solid #999;
margin-left:10px;
}
#mContactForm button:hover {
background:#;
cursor:pointer;
}
*/
#mContactForm td {
text-align: right;
}

#contact h1
{
  margin-bottom: 0;
}

