/*
CSS-fil for Røyken Næringsråd
http://www.royken.info

Laget av Eivind Savio 2006, http://www.savio.no
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

body, html {
background-color: #fff;
color:#000;
font-family: Times New Roman, serif; 
}
body {
font-size: 11pt;
}
h1, h2, h3, h4 {
font-family: Verdana, Arial, Tahoma, sans-serif;
}
table {
border-collapse: collapse;
}
td {
padding: 2px 0 2px 0;
vertical-align: top;
}
h2, h3, h4, h5 {
font-weight: bold;
color: #000;
font-family: Arial, Verdana, sans-serif;
margin-bottom: 2px;
}
h1 {font-size: 15pt;}
h2 {font-size: 14pt;}
h3 {font-size: 13pt;}
h4 {font-size: 12pt;}
.clear { clear: both; }

p {padding: 3px 0 3px 0;}
a {
color: #336699;
}
.msg {color: #DF0026;}
#mainContainer {
background:  #fff;
}
/**************************
HEADER
**************************/
#header {
}
#logo {
	
}
/*Hey, let's redo a h1-tag to show our logo instead*/
#logo h1 {
margin-bottom: 10px;
}
#logo h1 a, #logo h2 a {
color: #000;
text-decoration: none;
}
#headerBottom, #headerTrack, #slogan, .banner {
display: none;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
}
.inner {
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
* html .inner {

}
.float-wrap {

}
#content {
padding-bottom: 10px;
}
.readMore {
display: none;
}
#map24 {
display: none;
}
.bannerAd {
display: none;
}
/**************************
LEFT COLUMN
**************************/
#left {
display: none;
}

/*************************
RIGHT COLUMN
**************************/
#right {
display: none;
}

/**************************
FOOTER
**************************/
#footer {display:none;}
/**************************
FIXES
**************************/
