/* CSS Document */

body {
	font-family: sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #CCCCCC;
	background-image: url(bg/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}

#TOP {
	background-color: #000;
	width: 700px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;

	border-left: 10px #FFFFFF solid;
	border-right: 10px #FFFFFF solid;
	border-bottom: 10px #FFFFFF solid;
	border-top: Opx;
}

#TOP2 {
	background-color: #E77919;
	height: 5px;
}

#HOME_INNEHALL {
	background-image: url(bg/innehall_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 680px;
	
	padding-top: 420px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-top: 10px #FFFFFF solid;
	border-right: 10px #FFFFFF solid;
	border-left: 10px #FFFFFF solid;
}

#PRODUCTS_INNEHALL {

	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 700px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-top: 10px #FFFFFF solid;
	border-right: 10px #FFFFFF solid;
	border-left: 10px #FFFFFF solid;
}

#PRODUCTS_TEXT {
	padding-left: 19px;
	padding-right: 19px;
}

#SALES_INNEHALL {
	background-image: url(bg/sales_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 650px;
	
	padding-top: 140px;
	padding-left: 40px;
	padding-right: 10px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-top: 10px #FFFFFF solid;
	border-right: 10px #FFFFFF solid;
	border-left: 10px #FFFFFF solid;
}

#CONTACT_INNEHALL {
	background-image: url(bg/contact_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 650px;
	
	padding-top: 140px;
	padding-left: 40px;
	padding-right: 10px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-top: 10px #FFFFFF solid;
	border-right: 10px #FFFFFF solid;
	border-left: 10px #FFFFFF solid;
}

#bildspel {
	background-color: #fff;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 19px;
	width: 660px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

#IMAGES {
	height: 76px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.thumbs {
	border: 1px #CCCCCC solid;
	width: 75px;
	float: left;
	margin-right: 5px;
}

#div_bg {
	background-color: #FAE4D1;
	padding: 3px;
	border-bottom: 1px #FF6600 dotted;
}

.form_button {
	background-image:url(bg/button_bg.jpg);
	background-position: center;
	border: 1px #000000 solid;
	font-family: verdana;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	padding: 1px;
}

.form_textfield {
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	font-family: verdana;
	font-size: 10px;
	color:#000000;
}

#BOTTEN {
	background-color: #f5810a;
	width: 694px;
	border-left: 10px #FFFFFF solid;
	border-right: 10px #FFFFFF solid;
	border-bottom: 10px #FFFFFF solid;
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
	padding: 3px;
	text-align: center;
}
a:link {text-decoration: none; color: #FF6600; font-weight: bold; }
a:visited {text-decoration: none; color: #FF6600; font-weight: bold;}
a:hover {text-decoration: underline; color: #FF6600; font-weight: bold;}
a:active {text-decoration: none; color: #FF6600; font-weight: bold;}

