/* Generic Styling */

body {
  background:url(http://www.messianskaforeningen.se/historiska/Picture/bg_grad.gif) repeat-x #efefef;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#808080;
  }

* {
  margin:0;
  padding:0;
  }

img {
  border:0;
  }

p {
  margin:15px;
  }

a {
  text-decoration:none;
  color:#777972;
  }
a:hover {
  text-decoration:none;
  color:#282828;
  }
/* Structure */

#wrapper {
  margin:0 auto;
  width:902px;
  background:#ffffff;
  }
#header {
  height:91px;
  background:url(http://www.messianskaforeningen.se/historiska/Picture/header.png) no-repeat;
  }
#menu {
  height:32px;
  line-height:30px;
  background:url(http://www.messianskaforeningen.se/historiska/Picture/menu_bg.png) no-repeat;
  padding:0 20px;
  font-size:9px;
  }
#content {  
  padding:0;
  background:#cecece;
  text-align:justify;
  line-height:1.5;
  border-right-style: solid;
  border-left-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  }
#footer {
  clear:both;
  height:109px;
  background:url("Picture/footer.gif") repeat-x;
  }

/* Menu */

#menu ul {
  list-style-type:none;
    }
#menu li {
  float:left;
  }
#menu li a {
  padding:0 15px;
  display:block;
  color:#ffffff;
  margin-right:2px;
  }
#active a:link {
  background:url(http://www.messianskaforeningen.se/historiska/Picture/tab_active.gif) repeat-x center center;
}
#active a:hover {
  background:url(http://www.messianskaforeningen.se/historiska/Picture/tab_active.gif) repeat-x center center;
}
#active a:visited {
  background:url(http://www.messianskaforeningen.se/historiska/Picture/tab_active.gif) repeat-x center center;
}

/* Heading's */

h1 {
  font-size:1.3em;
  font-weight:normal;
  color:#55584f;
  }

h2 {
  font-size:1.5em;
  font-weight:bold;
  color:#55584f;
  }

/* Lines */

#vline{
  height:1px;
  background:#b3b3b3;
  }
