html {
	overflow-x: hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	
}
p {
	margin-left: 10px;
	font-size: 11px;
	line-height: 15px;
}

#divLogo {
	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#divHeader {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
#divMainMenu {
	
	
	background-color: #414141;
	padding-top: 3px;
	border:1px solid black;
	height: 18px;
	clear: both;
}

#divMainMenuBottom {
	background-image: url(/images/MenuShadeLower.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #414141;
	height: 10px;
}

#ulMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ulMenu li {
	float: left;
}
#ulMenu li.right {
	margin-right: 20px;
	float: right;
}
#ulMenu a:link, #ulMenu a:active, #ulMenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
}
#ulMenu a:hover, #ulMenu a.current:link, #ulMenu a.current:visited {
	color: #f39214;
}
img {
	border-style: none;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #31498f;
}
a:hover {
	text-decoration:underline;
	color: #f39214;
}
.fronttext {
	
	font-size: 11px;
	line-height: 12px;
}

.frontlist {
	list-style-type: circle;
	font-size: 14px;
	margin-left: 40px;
}

#divContent {
	margin-top: 10px;
	margin-left:10px;
	float:left;
	width: 600px;
	
}
.greyHeader {
	margin-left: 50px;
	font-size: 14px;
	font-weight: bold;
	color:#999999;

}
#imgPlaceHolder {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
}
.img250 {
	margin-top: 40px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
}
h1 {
	margin-top:0px;
	font-size: 24px;
	color: #414141;
}
h2 {
	font-size: 18px;
	color: #414141; 
	
}
h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom:3px;
}

.Blackheading {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.kontakt {
	margin-left: 30px;
	color:#666666;
}

.kontaktHeader {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color:#999999;
	width: 400px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.startPageVisitAlso {
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	width: 140px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

#starttable img {
	margin-right:5px;
	border:1px solid gray;
}

/* Produkter */
#divProductMenu {
	width: 170px;
	padding-top:15px;
	float: left;
	min-height: 250px;
}

#divProductContent {
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}
.tableArticle th {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
}

.mouseOver {
	background-color: #ffcb55;
	text-indent: 3px;

	/* Specialare för IE */
	cursor: pointer;
	cursor: hand;
}
.oddRow {
    padding-top:6px;
	background-color: #D5D5D5;
	text-indent: 3px;
}
.evenRow {
	padding-top:6px;
	background-color: #FFFFFF;
	text-indent: 3px;
}

#tblProductPage {
	border-style: dashed;
	border-color: #666666;
	border-width: 1px;
	width: 250px;
}

#tblProductPage th {
	font-weight: bold;
	font-size: 12px;
}

/* Kundsidor */
.button {
	height: 20px;
}

.textfield {
	width: 150px;
	font-size: 10px;
}

.validateText {
	color: #FF0000;
	margin-left: 10px;
}

p a:link, p a:active, p a:visited {
	text-decoration: none;
	color: #31498f;
}

p a:hover {
	text-decoration:underline;
	color: #f39214;
}
