body {
    font-family: Helvetica,Verdana, Arial, Sans-Serif;
    font-size:12px;
	background: url(../grafik/bg1.png) repeat;
    background-color: #dcd1c7;
	margin:0px;
	color:#000;
	}
#container {
	clear:both;
	width:830px;
	height:auto;
	margin:0 auto 0 auto;
	background-color:transparent;
	}
#sidhuvud {
	float:left;
	width:830px;
	height:600px;
	background: url(../grafik/sten4.png) center no-repeat;
	background-color:transparent;
	}
#sidfot {
	clear:both;
	width:700px;
	margin:0 auto;
	height:5px;
    background-color: #bdb0a4;
	color:#000;
	}

#content {
	float:left;
	margin: 0 auto 0 65px;
	width:700px;
	height:auto;
	background: url(../grafik/bg3.png) center repeat-y;
	background-color:#dcd1c7;
	}
#info {
	float:left;
	width:700px;
	height:150px;
	background: url(../grafik/info.png) center top no-repeat;
	background-color:transparent;
	}

#vanster {
	float:left;
	margin: 0 auto 0 5px;
	width:200px;
	height:auto;
	background-color:transparent;
	color:#663333;
}
#hoger {
	float:left;
	margin: 0 auto 0 15px;
	width:450px;
	height:auto;
	background-color:transparent;
	color:#663333;
}


#vanster li, #vanster label, #vanster ul{
	float:left;
	margin-top:5px;
	width:150px;
	display: block;
	list-style-type: none;
	}
#hr1 {
	width:450px;
	height:1px;
	margin-top:10px;
	margin-bottom:5px;
	background-color:#663333;
}
	

textarea#stil {
	float:left;
	width:135px;
	height:300px;
	margin:0;
}

input[type="text"] {
	width: 135px;
}
h1 {
	font-size:16px;
	font-weight:normal;
}

p {
	width: 430px;
	margin: 10px auto 20px 10px;
	padding-bottom:10px;
	background-color:transparent;
	border-bottom:1px solid #663333;
}

a:hover {
	color:#663333;
	text-decoration:underline;
}

a {
	color:#663333;
	text-decoration:none;
}

.tot {
   clear:both;
   margin:0 auto;
   width: 200px;
   padding:10px;
   border:none;
}


ol.pagination {
  margin:0 auto;
  padding:0;
  list-style-type:none;

}

ol.pagination li {
    float:left;
    margin-left:8px;
    margin-bottom:8px;
}
ol.pagination a
{
      display:block;
      border: 1px solid #663333;
      text-decoration:none;
      padding:0.2em 0.4em;
    }
ol.pagination a:hover,
    ol.pagination a:focus,
    ol.pagination li.selected {
      background-color:white;
    }
ol.pagination li.selected {
   color:white;
 }


ol.pagination a[rel="prev"],
    ol.pagination a[rel="fwd"] {
      border:none;
    }
ol.pagination a[rel="prev"]:hover,
    ol.pagination a[rel="fwd"]:hover {
      text-decoration:underline;
      background-color: #dcd1c7;
    }
ol.pagination a[rel="prev"]:before {
  content: "\00AB";
  padding:0px;
}
ol.pagination a[rel="fwd"]:after {
  content: "\00BB";
  padding:0px;
}

ol.pagination a[rel="start"],
    ol.pagination a[rel="end"] {
      border:none;
    }
ol.pagination a[rel="start"]:hover,
    ol.pagination a[rel="end"]:hover {
      text-decoration:underline;
      background-color: #dcd1c7;
    }
ol.pagination a[rel="start"]:before {
  content: "\00AB Första";
  padding:0px;
}
ol.pagination a[rel="end"]:after {
  content: "Sista\00BB";
  padding:0px;
}

