html {
		margin:0;
		padding:0;
}
body {
		background-color:#FFFFFF;
		border:none;
}
p, li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#5C5C5C;
		line-height:16px;
}
a, a:link, a:visited, a:active, a:hover, a, p a:link, p a:visited, p a:active, p a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		/*color:#5C5C5C;*/
		color: #FAA21C;
		line-height:16px;
}
a:hover, p a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		/*color:#5C5C5C;*/
		color: #FAA21C;
		line-height:16px;
		text-decoration:underline;
}
a img {
    border: 0;
}
h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#FAA21C;
}
h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#FAA21C;
}
h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FAA21C;
}
hr {
    border:none;
    margin:20px 0;
    height:2px;
    background-color:#faa21c;
}
td {
		padding:2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		color:#5C5C5C;
}
th {
		padding:2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		font-weight:bold;
		color:#5C5C5C;
}

#siteheader{
    background: url(../images/header.jpg) no-repeat top center;
    height: 148px;
    width: 820px;
    margin-right:auto;
	margin-left:auto;
	margin-bottom: 0px;
}
#centercontainer {
	width:820px;
	margin-right:auto;
	margin-left:auto;
}

/* menyn */
#menycontainer {padding:0px; margin:5px 0 0 0; background:#FFFFFF;}
#menycontainer .link {
  display:block;
  float:left;
  font:9px Verdana, Arial, Helvetica, sans-serif;
  color:#0064AC;
  font-weight:bold;
  background:transparent url("../images/button2.gif") no-repeat;
  height:28px;
  overflow:hidden;
}
#menycontainer .menycontent {
  margin:0 1px;
  display: block;
  font-size:10px;
  color:#FFFFFF;
  text-align:center;
  width:111px;
  height:28px;
}
#menycontainer a.meny, a.meny:visited {
  padding:5px 0 0 0;
  display: block;
  text-decoration:none;
  height:28px;
  width:111px;
  cursor:pointer;
  cursor:hand;
}
#menycontainer a.meny:hover{
  background:#F90 url("../images/button2_hover.gif") no-repeat;
}
#menycontainer .link a#currentMainLink {background: #F90  url("../images/button2_hover.gif") no-repeat;}
#menycontainer a#currentMainLink .menycontent {border-bottom: none;}
.roundtop {background: #FFFFFF;}
.r1 {margin: 0 5px; height: 1px; overflow: hidden; background: #FAA21C;}
.r2 {margin: 0 3px; height: 1px; overflow: hidden; background: #FAA21C;}
.r3 {margin: 0 2px; height: 1px; overflow: hidden; background: #FAA21C;}
.r4 {margin: 0 1px; height: 2px; overflow: hidden; background: #FAA21C;}

/* the contactbox */
#contactbox {
	background-color:#FFFFFF;
	width:150px;
	border:3px;
	border-color:#343399;
	border-style:solid;
}

#contactbox .content {
		padding: 5px;
		font-family:verdana, helvetica;
		font-size:11px;
		color:#343999;
}
a:link, a:active{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
        text-decoration:underline;
        /*color:#5C5C5C;*/
		color: #FAA21C;
}
#contactbox .content a, #contactbox .content p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration:none;
		color:#343999;
		margin:0 0 10px 0;
		padding:0;
}
#contactbox .content a:hover {
		text-decoration:underline;
}

/* Just a general textblock */
#maintexttitle {
		padding-top:10px;
		padding-left:50px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:23px;
		font-weight:bold;
		line-height:26px;
		color:blue;
}
#maintextbody {
		text-align:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#5C5C5C;
}
#maintextbody b {
		text-align:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FAA21C;
}

/* SubMeny links inside conents */
#subLink
{
		width: 150px;
		height: 30px;
		background-image: url('../images/knapp2.gif');
		padding: 0px 15px 0px 15px;
}
#subLinkActive {
		width: 150px;
		height: 30px;
		background-image: url('../images/knapp2.gif');
		padding: 0px 15px 0px 15px;
}
#subLinkText, #subLinkText a {
		display:table-cell;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
		letter-spacing: 1px;
		text-decoration:none;
}
#reseruta {
		background-color:#FFFFFF;
		padding:8px;
		border:2px;
		border-color:#343399;
		border-style:solid;
}
#reseruta h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#343399;
}
#reseruta h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#343399;
}

#project {
	width:520px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	z-index: 1;
	background-color:#E8F2FE;
}
#project p, #project li, #project a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
}
#project #title {
	width:510px;
	background-color:#FFFFFF;
	text-align:center;
	z-index: 1;
	position: relative;
	border-width:1px;
	border-style:outset;
	border-color:black;
}
#project #description {
	width:500px;
	background-color:#FFFFFF;
	padding:5px;
	z-index: 1;
	position: relative;
	border-width:1px;
	border-style:outset;
	border-color:black;
}
#project #apartments {
	width:300px;
	background-color:#FFFFFF;
	padding:5px;
	z-index: 1;
	position: relative;
	border-width:1px;
	border-style:outset;
	border-color:black;
}
#project #summary {
	width:150px;
	background-color:#FFFFFF;
	padding:5px;
	z-index: 1;
	position: relative;
	border-width:1px;
	border-style:outset;
	border-color:black;
}
#project #summary li {
		color:#FAA21C;
}
#project #contact {
	width:510px;
	background-color:#FFFFFF;
	padding:1px;
	z-index: 1;
	position: relative;
	border-width:1px;
	border-style:outset;
	border-color:black;
	text-align:center;
}
#project #contact p , #project #contact a{
	padding:0px;
	line-height:12px;
	font-size:9px;
}
#project #bgimage {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}
#disclaimer{
  padding-top:20px;
  clear:both;
}
#disclaimer p,#disclaimer a{
  color:#999;
  font-size:9px;
}
#startpage{
  width:772px;
}
#startpage_news{
  float:left;
  display:inline;
  width:282px;
  height:220px;
  background:#fcb93c url("/images/startsidan/senaste_nytt2.gif") no-repeat 0 0;
}
#startpage_news strong, #startpage_news a, #startpage_news p{
  color:#fff;
  line-height:20px;
  text-decoration:none;
  font-size:11px;
}
#startpage_news h1 a {
  font-size:16px;
}
#startpage_news h1 {
margin-top:15px;
padding-left:20px;
color:#fff;
}
#startpage_news #item{
  margin:25px 0 0 20px;
  width:250px;
  height:125px;
}
#startpage_news #readmore{
  overflow:hidden;
}
#startpage_news #readmore a{
  margin:0;
  display:block;
  padding-top:0;
  height:0;
  width:90px;
  height:35px;
  float:right;
  overflow:hidden;
  text-indent:-999em;
}
* html #startpage_news #readmore a{
  height:20px;
  he\ight:0;
}
#startpage_mainphoto{
  float:right;
  display:inline;
  width:490px;
  height:220px;
  background:#fcb93c url("/images/startsidan/top.jpg") no-repeat 0 0;
}
#startpage_contact{
  clear:both;
  float:left;
  display:inline;
  width:772px;
  height:40px;
  text-align:right;
  background:transparent url("/images/startsidan/kontakt.gif") no-repeat 0 0;
  overflow:hidden;
}
#startpage_contact2{
  clear:both;
  float:left;
  display:inline;
  width:772px;
  height:40px;
  text-align:right;
  background:transparent url("/images/startsidan/kontakt2.gif") no-repeat 0 0;
  overflow:hidden;
}
#startpage_contact a, #startpage_contact2 a{
  display:block;
  height:0;
  padding-top:40px;
  width:250px;
  text-decoration:none;
  float:right;
}
* html #startpage_contact a{
  height:40px; he\ight:0;
}
#startpage_latest{
  clear:both;
  float:left;
  display:inline;
  width:282px;
  height:334px;
}
#startpage_latest #border {
  float:left;
  display:inline;
  width:282px;  
  height:334px;  
  background: url("/images/startsidan/merinfo_bostader.jpg") no-repeat 0 0;
  /*
background:transparent url("/images/startsidan/senaste_projekt2.gif") no-repeat 0 0;
*/
}
#startpage_latest p{
  display:block;
  width:230px;
  height:80px;
  overflow:hidden;
  margin:215px 0 0 20px;
}
#startpage_latest strong, #startpage_latest a{
  color:#FFF;
  text-decoration:none;
  font-size:11px;
  line-height:normal;
}

#startpage_content{
  float:right;
  display:inline;
  width:470px;
  font:11px Verdana, Arial, Sans-serif;
}
#startpage_content p{
  color:#000;
  font:11px Verdana, Arial, Sans-serif;
}
#startpage_content a{
  color:#F90;
  font:11px Verdana, Arial, Sans-serif;
  text-decoration:none;
}
#startpage_content strong, #startpage_content b{
  color:#F90;
  font:bold 11px Verdana, Arial, Sans-serif;
}
#startpage #disclaimer p,#startpage #disclaimer a{
  color:#999;
  font-size:9px;
}


#startpage_content2 {
}

.startpage_contentbox {
}

.startpage_contentbox.left {
    float: left;
    width: 378px;
}

.startpage_contentbox.right {
    float: right;
    width: 378px;
}

/* Klimat & V�der */

#klimatvader {
    margin-left: 20px;
}

#klimatvader h2 {
    color: #000000;
}

.klimattabell {
    background: url(../images/klimattabell.jpg) no-repeat;
    height: 245px;
    padding: 5px;
    width: 365px;
}

#klimatvader .klimattabell h1 {
    color: #FFFFFF;
    margin-left: 30px;
}


#klimatvader .klimattabell p {
    color: #FFFFFF;
    margin-left: 30px;
}

#klimatvader .klimattabell div {
    color: #FFFFFF;
    margin-left: 30px;
    text-align: center;
}

/* */

p.get_pdf {
  width: 300px;
  height: 60px;
  margin: auto;
  background-image: url("/images/get_pdf.gif");
  background-repeat: no-repeat;
}
p.get_pdf a {
  display: block;
  width: 230px;
  height: 60px;
  padding-left: 70px;
  padding-top: 15px;
}

#startpage_content p.important {
	font-weight: bold;
}
#startpage_content dt{
  color:#f90;
  font-weight: bold;
}
ul, li {
	margin: 0;
	padding: 0;
}
dt {
	margin-top: 15px;
}
dd {
	margin: 5px 15px;
}

/*form#get_pdf {
	width: 320px;
}*/
form#get_pdf em {
	font-size: 9px;
	font-weight: bold;
	color: #f00;
}
dl.table-display {
	width: 100%;
}
.table-display dt {
	margin: 0;
    float: left;
	width: 30%;
}
.table-display dt, .table-display dd {
	margin: 3px 0;
}
input.text, textarea {
	width: 200px;
	border: 1px solid #e18c32;
	background-color: #fcb93c;
}
input.button {
	margin-right: 23px;
	float: right;
	border: 1px solid #e18c32;
	background-color: #fcb93c;
	color: #000;
}



ul#golf-courses {
    list-style-type:none;
}
ul#golf-courses li {
    width:100%;
    overflow:hidden;
    margin-bottom:10px;
}
ul#golf-courses li h3,
ul#golf-courses li p {
    margin:0;
}
ul#golf-courses li img {
    display:inline;
    float:right;
    margin-left:10px;
    width:275px;
    height:130px;
}
ul#golf-courses li a {
    color:#faa21c;
    text-decoration:none;
}

ul#bostaderhyres {
    list-style-type:none;
}
ul#bostaderhyres li {
    width:100%;
    overflow:hidden;
    margin-bottom:10px;
}
ul#bostaderhyres li h3,
ul#bostaderhyres li p {
    margin:0;
}
ul#bostaderhyres li img {
    display:inline;
    float:right;
    margin-left:10px;
    width:260px;
    height:193px;
}
ul#bostaderhyres li a {
    color:#faa21c;
    text-decoration:none;
}

.columns {
    width:100%;
}
.col {
    float:left;
    width:46%;
    margin-right:2%;
}

.col .image {
    margin:10px 0 20px;
    text-align:center;
}
.col .image img {
    margin:0 auto -3px;
}

.wrapper h1 {
    position:relative;
    margin:0;
    width:500px;
    height:160px;
    background-repeat:no-repeat;
    color:#fff;
    font-size:28px;
    font-weight:normal;
    line-height:100%;
}
.wrapper h1 span {
    position:absolute;
}
.wrapper h3,
.wrapper dl,
.wrapper p {
    margin:0;
}
.wrapper ul,
.wrapper dl,
.wrapper p {
    margin-bottom:20px;
}
.wrapper ul {
    list-style-type:none;
}
.wrapper dl dt {
    display:inline;
    clear:both;
    float:left;
    margin:0 .3em 0 0;
}
.wrapper dl dd {
    margin:0 0 0 .3em;
}

div#el-rompido h1 {
    background-image:url("../images/golf/el_rompido/header.jpg");
}
div#el-rompido h1 span {
    top:15px;
    left:100px;
}

div#nuevo-portil h1 {
    background-image:url("../images/golf/nuevo_portil/header.jpg");
}
div#nuevo-portil h1 span {
    bottom:20px;
    left:10px;
}

div#bellavista h1 {
    background-image:url("../images/golf/bellavista/header.jpg");
}
div#bellavista h1 span {
    bottom:20px;
    left:100px;
}

.objects { width:100%; overflow:hidden; }
.objects .item { width:225px; margin:0 10px 1em 0; float:left; display:inline; }
.objects .item label { cursor:pointer; }
.objects .item h4 { margin:.25em 0; }
.objects .item h4 input { margin:0; position:relative; top:2px; }
.objects .item .price { margin:0; }
.objects .item .image { width:225px; height:165px; overflow:hidden; margin:0; }

#footer	{
	width:820px;
	margin-right:auto;
	margin-left:auto;
	__margin:0 auto 0 auto;
	padding:10px 20px;
}
#footer p, #footer a { font-size:10px; color:#5C5C5C; text-decoration:none; }
#footer ul#footerLinks {
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer ul#footerLinks li {
	float:left;
	margin:0 5px 0 0;
	list-style:none;
}
#footer .footerArgonova {
	margin:20px 0;
	clear:both;
}
