body {
	background-color: #999;
	color: #000;
	font-family: helvetica,"times new roman",times,serif;
	font-size: 15px;
	overflow: hidden;
}
        
a {
  color: #000;
  text-decoration: none;
}
        
a:hover {
  color: #fff;
  background-color: #000;
}

a.nohover:hover {
  color: #fff;
  background-color: transparent;
}

img {
  border-width: 0px;
}

#ram {
	position: relative;
	background-color: #fff; 
	height: 480px; /* 72% */
	width: 80%;
	left: 10%;
	top: 0px;
	bottom: 0px;
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
}
        
#ram div {
  position: absolute;
  text-align: left;
}
              
#logo {
  position: relative;
	top: 0px;
  left: 10%;
}
        
#meny {
  position: absolute;
	top: 110px;
	width: 100%;
	text-align: center;
	}

#adress {
  bottom: 1%;
  left: 10%;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

#content {
	position: relative;
	top: 3%;
	bottom: 3%;
	left: 2%;
	width: 96%;
	height: 94%;
	overflow: hidden;
	border-radius: 5px;
}

#contentleft {
	position: relative;
	left: 4%;
	width: 45%;
	height: 90%;
	top: 5%;
	overflow: auto;
}

#contentright {
	position: relative;
	right: 4%;	
	width: 45%;
	height: 90%;
	top: 5%;
	overflow: hidden;
	border-radius: 5px;
}

#nyheter {
	float: right;
	right: 20px;
	width: 280px;
/* 	border: 1px dashed #ec008c;*/
  border: 1px solid #000;
	margin: 10px;
	padding: 5px;
	background-color: #999;
}
        
#nyhetsrubrik {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

#nyheter a {
	padding-left: 5px;
}	
        
#bildrad {
	width: 100%;
	/*height: 100%;*/
	text-align: center;
}

#bildrad img {
  margin: 0 auto;
}

#content p {
	margin: 0px;
}

.ursprung, .beskrivning, .pris, .afadress, .url, .info, .aftyp, .datum, .text {
	padding-left: 5px;
}	

.namn, .rubrik {
  font-size: 17px;
  font-weight: bold;
	padding-left: 5px;
	/*font-variant: small-caps;*/
}
        
.ursprung, .datum {
  font-style: italic;
}
     
.beskrivning {
}
      
.pris {
}

.afadress {
}

.url {
}

.info {
}

.aftyp {
}

.text {
}

.adress {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  line-height: 16px;
}

img.foto {
  border-radius: 5px;
}

/* admin.php : */
.tabortlank {
	position: absolute;
	right: 30px;
	margin-top: -14px;
}

form img {
  border-width: 0px;
  margin-bottom: 10px;
}

input {
  border: 1px solid #ec008c;
  left: 100px;
  margin-left: 10px;
  margin-bottom: 5px;
}

input.kaffe {
  position: absolute;
}

textarea {
  border: 1px solid #ec008c;
  margin-bottom: 5px;
  padding: 3px;
}

label {
}

hr {
  color: #ec008c;
  height: 1px;
  width: 100%;
  border-style: solid;
  margin-top: 25px;
}

fieldset {
  line-height: 26px;
  border: 1px solid #ec008c;
}

