html, body {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #f9fbfa;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 45px;
	color: #1e8b41;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #1e8b41;
}

address {
	font-style: normal;
}

#leftcolumn {
	width: 260px;
	background-color: #292e34;
	min-height: 100%;
	float: left;
	font-family: "Karla", sans-serif;
}

/*#leftbackground {
	position: absolute;
	width: 260px;
	background-color: #292e34;
	height: 100%;
	top: 870px;
	bottom: 0px;
}*/

#leftcolumn p {
	color: #a6a6a6;
}

#leftcolumn a {
	color: #d6d7dc;
	text-decoration: none;
}

#leftcolumn a:hover, #leftcolumn a:active {
	color: #22a64c;
	text-decoration: none;
}

#leftcolumn hr {
	width: 50px;
	margin: 10px 0px 10px 30px;
	border: 0px;
	border-top: 1px solid #5e6367;
}

#header {
	padding: 50px 40px 20px 30px;
	/* background-color: #00ffff; */
}

#header img {
	margin: 0px 0px 15px 0px;
}

#header p a {
	color: #22a64c;
	font-size: 20px;
}

#navigation {
	padding: 20px 20px 20px 30px;
	/* background-color: #ffff00; */
}

#navigation ul {
	padding: 0px 10px 0px 20px;
	list-style-image:url("../img/bulletpoint.jpg")
}

#navigation a {
	line-height: 26px;
	font-size: 15px;
}

#tags {
	padding: 20px 20px 20px 10px;
	/* background-color: #ff00ff; */
}

#tags ul {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}

#tags a {
	line-height: 24px;
}

#updates {
	padding: 20px 40px 20px 30px;
	background-color: #cccccc;
}

footer {
	background-color: #2f3438;
	color: #686d73;
	height: 18px;
	padding: 6px 12px;
	position: absolute;
	bottom: 0px;
	width: 266px; /* 290px - 2x12px */
}

#rightcolumn {
	width: 650px;
	background-color: #f9fbfa;
	min-height: 100%;
	float: left;
}

#rightcolumn hr {
	border: 0px;
	border-top: 2px solid #22a64c;
	margin: 30px 0px 30px 0px;
}

#content {
	padding: 50px 40px 20px 40px;
	/* background-color: #0000ff; */
}

#content h3, #content p {
	margin-bottom: 4%;
}

.duracell {
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 10px #c2c2c2;
	-moz-box-shadow: 1px 1px 10px #c2c2c2;
	box-shadow: 1px 1px 10px #c2c2c2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 600px;
}

.sortiment {
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 10px #c2c2c2;
	-moz-box-shadow: 1px 1px 10px #c2c2c2;
	box-shadow: 1px 1px 10px #c2c2c2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	float: left;
}

.green {
	color: #1e8b41;
	font-size: 25px;
}

.headlinegreen {
	color: #1e8b41;
	font-size: 20px;
}

.red {
	color: red;
}

.size20 {
	font-size: 25px;
}

.floatleft {
	float: left;
	margin-right: 20px;
}

.clearer {
	clear: both;
}