html {
	margin:0;
	padding:0;
    padding-top: 2px;
	font:71% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}


body {
	margin:0px 0px;
	padding: 0px;
	background-image: url(background.jpg);
    background-repeat: repeat-x;
}

h1 {
  font-family:arial;
  margin-top:0;
  font-weight:normal;
  font-size:1.5em;
  margin-bottom:0.5em;
  padding-bottom: 3px;
  color:#fff;
  border-bottom: 1px solid #e4c041;
}

h2 {
  font-family:arial;
  margin-top:0;
  font-weight:bold;
  font-size:1.1em;
  margin-top:0.8em;
  margin-bottom:0.3em;
  padding-bottom: 3px;
  color:#fff;
}

h3 {
  font-size:1em;
  font-weight:bold;
  margin-top:0em;
  margin-bottom:0.1em;
}


p {
  margin:0;
  margin-bottom:1em;
  line-height: 1.5em;
}


.kolumn {
    float: left;
}

.hogerjusterad {
    text-align: right;
}

.menyrad {
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e4c041;
}
.menyrad:hover {
    background-color: #e4c041;
}


.photo-link  {
    width: 100px;
    float: left;
    padding: 4px;
    border: 1px solid #fff;
    margin-right: 7px;
    margin-bottom: 10px;
}

.photo-link img {
    border: 0px;
    width: 100%;
}

.marginLeft20px {
    margin-left: 20px;
}


#omslutare {
	width:700px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
	text-align: left;
	background-color: transparent;

}

#sidhuvud {
    display: inline-block;
	height: 124px;
}
#sidhuvud img {
	margin-top: 0px;
}
#sidhuvud a img {
	border: 0px;
}

#sidfot {
	background-color: #fff;
	background-image: url(footer.jpg);
	background-position: top left;
	height: 200px;
}

#toppmeny {
    display: inline-block;
	/*float: left;*/
    width: 100%;
	height: 70px;
    background-image: url(background_menu.jpg);
    text-align: center;
}

#toppmeny a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    padding-left: 7px;
    font-size: 1.1em;
}

.ramVanster {
    border-left: 1px solid #d8ad00;
}

#toppmeny a:hover, #toppmeny a:active, #toppmeny a:focus {
    text-decoration: underline;
}


#toppmeny img {
    margin-top: 3px;
    border: 0;
}


#innehall {
    overflow: auto;

    background-color: transparent;
	background-image: url(background_content.jpg);
    background-repeat: repeat-y;
	text-align: left;
	padding: 10px;
    padding-top: 0px;
}

a {
  color: #15548f;
  text-decoration: underline;
  width: auto;
}
a:hover {
  text-decoration: underline;
  color: #333;
}
