
body {
background-color: #999999;
background-image: url(../bilder/sitebg.jpg);
background-repeat: repeat-x;
font-size: 12px;
letter-spacing: 2px;
font-family: Arial, Verdana, Sans-Serif;
color: Black;
padding:0px 0px;
margin:0px 0px;
}

a {color: #CD853F; font-weight: bold; text-decoration: none;  text-transform: uppercase;  }
a:hover { color: Black;font-weight: bold; text-decoration: none;  text-transform: uppercase;  }


h1 {
font-size: 16px;
color: Black;
text-transform:uppercase;
letter-spacing: 10px;
padding:0px 0px;
margin:0px 
}

h2 {
font-size:14px;
color: Black;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 10px;
line-height: 14px;
padding-top: 30px;
padding-bottom: 15px;
margin: 0px 0px;
}

 
.leftbg {
background-image: url(../bilder/leftbg.jpg);
 background-repeat: repeat-y;
 }
 
 .leftcorner {
background-image: url(../bilder/leftfooter.jpg);
background-repeat: no-repeat;
height: 150px }
 
 .rightbg {
 background-image: url(../bilder/rightbg.jpg);
 background-repeat: repeat-y	;
 }
 
  .rightcorner {
background-image: url(../bilder/rightfooter.jpg);
background-repeat: no-repeat;
height: 150px }

  .title {
background-image: url(../bilder/title.jpg);
background-repeat: no-repeat;
height: 50px;
font-size: 14px;
font-weight: bold;
}


/*  ----------------footer---------------------- */ 
.footer {
width: 900px;
height: 150px;
background-image: url(../bilder/footer.jpg);
padding:0px;
text-align: center;
font-size: 11px;
color: Gray;
} 

/*  ----------------menu---------------------- */ 

.menu {
width: 900px;
font-size: 12px;
height: 30px;
padding-top: 0px;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
background-image: url(../bilder/menu.jpg);
} 

a.menulink { color: White; }
a.menulink:hover { color: Black; }