@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	max-height: 100%;
	overflow:hidden;
}
.oneColElsCtr #container {
	width: 960px;
	/*background: #FFFFFF;*/
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
/*	border: 1px solid red;
*/	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #logo {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-image:url(gfx/logo.jpg);
	background-repeat:no-repeat;
}
.oneColElsCtr #baggr  {
	padding-top:40px;
}

/* content
********************************************************************/
.oneColElsCtr #content {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 35px 0px 0px 210px; 
	float:left;
	width: 300px;
	height:200px;
	padding: 0;
	float:left;
	border: 1px solid yellow;
}
.oneColElsCtr #imageRight {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 35px 0px 0px 0px; 
	width: 300px;
	height:200px;
	float:left;
	/*border: 1px solid yellow;*/
}


/* tekst
********************************************************************/
.oneColElsCtr h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	letter-spacing: -0.4px;
	color:#dd6740;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
.oneColElsCtr h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing: -0.4px;
	color:#ffffff;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
	text-align: left;
}

.oneColElsCtr p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	text-align: left;

}
.oneColElsCtr p a {
	color:#dd6740;
	text-decoration: none;
}
.oneColElsCtr p a:hover {
	color:#dd6740;
	text-decoration: underline;
}
.oneColElsCtr p a:visited {
	color:#dd6740;
	text-decoration: none;
}
.oneColElsCtr p a:visited:hover {
	color:#dd6740;
	text-decoration: underline;
}

