html,body {

	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 1px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 1px;
}
a {
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	color: #CC3300;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #3D3D3D;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 15px;
	margin-left: 1px;
}
.tabholder caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #3D3D3D;
	text-align: left;
}
.pBold {
	font-weight: bolder;
}



/* CSS för kallopsmeny */

#navcontainer {
	padding: 0px;
	font-size: 1em;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

#navcontainer a
{
	display: block;
	color: #FFF;
	width:180px;
	background-color: #990000;
	padding: 3px 13px 3px 6px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	background-image: url(../images/bg_knp-roed.png);
}


#navcontainer li a:hover
{
	background-color: #990000;
	background-image: url(../images/bg_knp-roedhover.png);
	color: #FFF;
}

#navcontainer li li a
{
display: block;
width:174px;
color: #FFF;
background-color: #666666;
padding: 3px 13px 3px 12px;
text-decoration: none;
border-bottom: 1px solid #cccccc;
font-weight: normal;
background-image: url(../images/bg_knp-moerkgraa.png);
}
#navcontainer li li a:hover
{
	background-color: #666666;
	background-image: url(../images/bg_knp-moerkgraahover.png);
	color: #FFF;	
}

#navcontainer li li li a
{
display: block;
width:180px;
color: #FFFFFF;
background-color: #ffffff;
padding: 3px 3px 3px 16px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
font-size:1.0em;
background-image: url(../images/bg_knp-ljusgraa.png);
}

#navcontainer li li li a:hover
{
	background-color: #cccccc;
	background-image: url(../images/bg_knapp-ljusgraahover.png);
	color: #FFF;
}
                    

/* slut CSS för kallopsmeny */


.bildMain {
	margin-bottom: 8px;
	margin-top: 20px;
}
.bgGreyGradient {
	background-image: url(../images/bg_greygradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
.tdBlackLineRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.textFeatures {
	background-repeat: repeat-x;
	padding: 10px;
	min-height:160px;
	border: 1px solid #CCCCCC;
	height: auto;
}
.textFeaturesHeader{
	background-color: #CCCCCC;
	height: 18px;
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bolder;
	color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/bg_txtfeathdr.png);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.inputKontakt {
	font-size: 1em;
	font-weight: normal;
	background-color: #F2F2F2;
	height: 18px;
	width: 150px;
	border: 1px solid #CCCCCC;
}
.textareaKontakt  {
	font-size: 1em;
	font-weight: normal;
	background-color: #F2F2F2;
	height: 130px;
	width: 200px;
	border: 1px solid #CCCCCC;
}

.buttonKontakt {
	font-size: 1.0em;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../images/bg_knp-roed.png);
	height: 20px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
.lineGray {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#container { 
	width: 990px;
	margin: 10px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #FFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 10px 0;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
#mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#sidfot {
	background-color: #C01F25;
	height: 32px;
	background-image: url(../images/bg_sidfot.png);
	border: 1px solid #000000;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidfot a {
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logoHolder {
	margin: 0 500px 0 0; 
	/*padding: 10px;*/
}
#homeKnpHolder {
	float: right;
	width: 30px;
	margin-top: 40px;
	/*padding: 15px 10px;*/
}
	
#logoTop {
	background-color: #000000;
	padding:10px;
	
}
#topBanner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/* hide from ie on mac \*/
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
  
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
