body {
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
}

img {
	float: right;
	margin: 10px;
}


#column_text{
	float: left;
	width: 380px;
}

#container {
	min-height: 500px;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 142px;
	width: 1010px;
}

#content {
	background-color: #fff;
	border-right: 2px #000 solid;
	border-bottom: 1px #000 dotted;
	float: left;
	margin-top: -142px;
	min-height: 400px;
	padding-left: 35px;
	padding-top: 142px;
	width: 770px;
	z-index: 0;
}

#footer {
	background-color: white;
	border-left: 1px #000 dotted;
	border-right: 1px #000 dotted;
	clear: both;
	font-size: 11px;
	height: auto;
	margin-bottom: 0;
	margin-left: 240px;
	margin-top: -2px;
	margin-right: auto;
	padding: 5px 0 5px 35px;
	width: 370px;
}

#header {
/*  	background: #d15d5d; */
	background-image: url(../images/header.png);
	height: 142px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#info {
	left: 805px;
	min-height: 100px;
	margin: 0;
	padding-right: 10px;
	position: absolute;
	width: 185px;
	z-index: 5;
}

#info_color {
	background-color: #fff;
	border: 1px #000 dotted;
	border-left: none;
}

#info > h4 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 2px;
}

#logo {
	background-image: url(../images/logga.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 104px;
	left: 30px;
	position: absolute;
	top: 20px;
	width: 746px;
}

#menu {
	left: 0px;
	min-height: 25px;
	position: absolute;
	top: 102px;
	width: 800px;
	z-index: 1;
}

#menu > div {
	color: #03001c;
	cursor: pointer;
 	float: left;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: 0 0 -2px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.image_text {
	float: right;
	width: 270px;
}

.image_text > p {
	font-family: Arial,sans-serif;
	font-size: 80%;
	margin: 10px;
}

#product_info {
//	border-left: 1px black solid;
	border-bottom: 1px black solid;
	padding: 0 2px;
	margin-right: 10px;
}

#product_info > p {
	margin: 0;
}

.column_pictures {
	float: right;
	padding-top: 50px;
	width: 370px;
}

.column_pictures_left {
	float: right;
	margin-right: 10px;
	width: 170px;
}

.column_pictures_right {
	float: right;
	margin-right: 10px;
	width: 170px;
}

.column_pictures_left > img {
	margin: 4px 0;
	float: none;
}

.column_pictures_right > img {
	margin: 4px 0;
	float: none;
}

.explaining_links {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.explaining_links:hover {
	text-decoration: underline;
}

.menu_button_1 {
	left: 40px;
	position: absolute;
	width: 50px;
}
.menu_button_1:hover,
.menu_button_2:hover,
.menu_button_3:hover,
.menu_button_4:hover,
.menu_button_5:hover,
.menu_button_6:hover,
.menu_button_7:hover,
.menu_button_8:hover {
	text-decoration: underline;
}

.menu_button_2 {
	left: 110px;
	position: absolute;
	width: 80px;
}

.menu_button_3 {
	left: 220px;
	position: absolute;
	width: 100px;
}

.menu_button_4 {
	left: 360px;
	position: absolute;
	width: 70px;
}

.menu_button_5 {
	left: 430px;
	position: absolute;
	width: 130px;
}

.menu_button_6 {
	left: 575px;
	position: absolute;
	width: 60px;
}

.menu_button_7 {
	left: 645px;
	position: absolute;
	width: 70px;
}

.menu_button_8 {
	left: 720px;
	position: absolute;
	width: 60px;
}

#newswrap {
	border-top: 3px #000 solid;
	border-left: 3px #fff solid;
	border-right: 3px #fff solid;
}

.post {
//	border-top: 1px black solid;
	margin: 5px 0;
	padding: 2px;
}

