body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
background-color: #FFF8DC;
}

#framecontent{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 120px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: black;
background-image:url('images/sombakg.jpg'); background-repeat: repeat-x; margin-top: -5px;
min-width: 680px;
}


#maincontent{
position: fixed; 
top: 130px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
}

div#bild1 {margin-top: 12px;}

div#fasad {margin-top: -5px;}

.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* {text-align: center; font-family: arial, helvetica, sans-serif;}

#framecontent p {margin-top: 20px; font-size: 12px; font-variant: small-caps; letter-spacing: 2px;}

#maincontent p {font-size: 12px;
padding: 5px;}

div#text {width: 630px; height: 340px; margin-left: auto; margin-right: auto; margin-top: -15px;
overflow: auto; background-color: white; background-image:url('images/bakgrund2.jpg'); background-repeat: repeat-x;}

div#text p {font-family: arial, helvetica, sans-serif; padding: 10px 30px 5px 30px; 
text-align: left; margin-bottom: -15px;}

p#sidfot {font-family: arial, helvetica, sans-serif; 
letter-spacing: 1.5px; word-spacing: 2px; font-size: 11px; color: grey;
border-bottom: 1px dotted grey; border-top: 1px dotted grey; width: 685px; 
margin-left: auto; margin-right: auto; margin-top: 8px;}

p#sidfot2 {font-family: arial, helvetica, sans-serif; 
letter-spacing: 1.5px; word-spacing: 2px; font-size: 11px; color: black;
border-bottom: 1px dotted black; border-top: 1px dotted black;
width: 620px; margin-left: auto; margin-right: auto; margin-top: 0px;}

#framecontent a {text-decoration: none; padding: 2px 6px 4px 6px; border-top: 1px solid grey;
border-left: 1px solid grey; border-right: 1px solid grey; 
background-color: #DEB887; color: white; margin-right: 4px;
-moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px;}

#framecontent a:visited {text-decoration: none; background-color: #DEB887;}

#framecontent a:hover {text-decoration: none; color: grey;}

#framecontent a:focus {text-decoration: none; color: grey;}

div#text a {font-variant: small-caps; font-size: 12.5px; 
text-decoration: none; letter-spacing: 1px; color: #8B4513;}

div#text a:hover {font-variant: small-caps; font-size: 12.5px;
text-decoration: underline; letter-spacing: 1px; color: #8B4513;}

div.persliten {margin-top: 20px; margin-right: 6px; margin-left: 19px; 
width: 127px; height: 140px; border: 1px solid lightgray;
font-family: arial, helvetica, sans-serif; font-size: 12px; 
float: left; background: white;}


* html body{ /*IE6 hack*/
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
