body {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif; /*70%/16px Verdana, Helvetica, Arial, Sans-Serif;*/
	color: #000000;
	background: #EEEEEE;
	padding:0;
	margin:0;
	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 */
	
}

#container {
	min-width:600px;
	max-width:780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 40px 10px 40px;
}
#header {
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	background:#FFFFFF;
	padding-top: 10px;
	clear:both;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0px;
	}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0px;
}

h3 {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0px;
}

h4 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding: 0px;
}

h5 {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding: 0px;
}

h6 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding: 0px;
}

pre {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size:1em;
}


table, table table { 
	border-collapse:collapse;
	font-size: 1em;
}

.tableborders td {
	border: 1px solid #000;
}

img {
	border:0;
}

form { margin:0;}
select, input {
	font-size: 1em;
	border:1px solid black;
}

textarea {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size:1em;
	border:1px solid black;
}

option {
	font-size:1em;
}


hr {
	border:0;
	border-top:1px solid black;
	color: black;
	background:none;
	clear: both;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	height:1px;
	padding:10px 0px 10px 0px;
}

ul, ol {
	margin:0;
	padding-left:15px;
}

a, a:hover, a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


.kopKnapp {
	font-weight:bold;
	color: #000000;
	background-color: #FAD209;
	padding: 5px;
	border: 2px solid #D10525;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	text-decoration:none;
}

.kundVagnRabatt {
	color: #ff0000;
}

.showI {
	cursor:pointer;
}
.showidiv {
	background: #fff url('/img/load-16x11-fff.gif') no-repeat fixed center;
	position:fixed;
	top:0;
	left:0;
	cursor:wait;
}

.infoBar {
	background: #fff url('/img/load-16x11-fff.gif') no-repeat fixed center;
	position:fixed;
	z-index:2;
	
}