* {
	margin: 0;
	padding: 0;

}
/* Standard HTML Components */
body {
	background-color: #084d84;
	color: #000;
	font-size: 110.1%; /* För att börja rätt... IE */	
	font-family: "Verdana", sans-serif;
	margin-top: 1.25em;	
	
}

#page {
	width: 61.5em;
	margin-left: 2.5em;
	margin-right: auto;
	font-size: 0.6875em; /* ca: 11px */
	position: relative;
}

.error {
	color: red;
	font-size: 1.123em;

}

h2 {
	font-size: 1.15em;
	color: #942329;
	font-weight: bold;
	padding-bottom: 0.2em;
}

img {
	border: none;
	margin:0px;
	padding:0px;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

p {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}


/**
 * Basic setup for the corners 
 */
div.box {
	position: relative;
	padding: 0.4em;
	margin: 0.3em;
	border: 1px solid black;
}
div.tl, div.tr, div.br, div.bl {
	height: 10px;
	width: 10px;
	position: absolute;
	background: transparent url('corner.png') no-repeat;
	z-index: 1;
}
div.tl {
	left: -1px;
	top: -1px;
	background-position: 0 0;
}
div.tr {
	right: -1px;
	top: -1px;
	background-position: -10px 0;
}
div.bl {
	left: -1px;
	bottom: -1px;
	background-position: 0 -10px;
}
div.br {
	right: -1px;
	bottom: -1px;
	background-position: -10px -10px;
}

div.newstl, div.newstr, div.newsbr, div.newsbl {
	height: 10px;
	width: 10px;
	position: absolute;
	background: transparent url('news/corner.png') no-repeat;
	z-index: 1;
}
div.newstl {
	left: -1px;
	top: -1px;
	background-position: 0 0;
}
div.newstr {
	right: -1px;
	top: -1px;
	background-position: -10px 0;
}
div.newsbl {
	left: -1px;
	bottom: -1px;
	background-position: 0 -10px;
}
div.newsbr {
	right: -1px;
	bottom: -1px;
	background-position: -10px -10px;
}


/* Sidans olika delar */

#menu_box {
	background: #bfeeee;
	width: 71.125em;
	padding: 0em;
	padding-top: 0.6em;
	padding-bottom: 1.05em;
		
}

#t1 {
	background: #ccecff; 
	color: #000;
	position: absolute;
	top: 5.125em;
	left: 0em;
	width: 49.6em;
	padding: 2em;
	
	min-height:57.6em; 
/*	
	height:40em;
	overflow: auto; 
	*/ 	
}

#infoboxes {
	position: absolute;
	background: transparent;
	top: 5.125em;
	left: 56em;
	width: 16em;
	padding: 0em;
	text-align: center;
}

#kf {
	background: #ccecff url('kf.png') no-repeat;
	position: relative;
	height: 13em;
	width: 14em;
	float: left;
	margin-bottom: 1.02em;
}

#be {
	background: #ffffff url('be.png') no-repeat;
	position: relative;
	height: 10em;
	width: 14em;
	float: left;
	color: #000;
	margin-bottom: 1.02em;
}

#larstilar {
	background: #ffce07;
	position: relative;
	height: 14em;
	width: 14em;
	float: left;
	color: #000;
	margin-bottom: 1.02em;
}


#lena {
	background: #ccffcc;
	position: relative;
	height: 17em;
	width: 14em;
	float: left;
	margin-bottom: 1.02em;	
}

#counter {
	background: inherit;
	text-align: center;
	position: relative;
	height: 13em;
	width: 14em;
	float: left;
	color: #fff;
	margin-bottom: 1.02em;	
}

#news {
	color: #942329;
	background: #fff;
	padding-left: 15px;
	min-height: 5em;
	margin-top: 3em;	
	width: 36.6em;}

/* Några klasser för att få bilder mm att ligga rätt */

.rightpic {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 5px;	
}

.updatetime {
	color: #942329;
	font-size: 0.8em; /* För att börja rätt... IE */
	text-align: right;	
}

.infobox {
	color: #942329;
	font-size: 0.9em;
}

.ordercell {
	text-align: right;
	vertical-align: bottom;
	padding-left: 0.3em;
	width: 5em;
}	

.success {
	color: #008000;
	font-weight: bold;
	font-size: 0.9em;	
}

.error {
	color: #ee0000;
	font-weight: bold;
	font-size: 0.9em;
}
/* För att få någon ordning på knappar */

input[type="text"],input[type="password"],textarea {
	font-family: "Arial", sans-serif;
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding-left: 0.3em;
}

input[type="checkbox"] {
	margin-right: 0.3em;
}

input[type="submit"] {
	background-color: #f3f3f3;
	padding: 0.1em 0.5em;
	border: 1px solid #ccc;
}

input:hover[type="submit"] {
	background-color: #fff;	
	border: 1px inset #ddd;
}

input:focus[type="submit"] {
	background-color: #86C67C;
	border: 1px inset #ddd;
}

/* slut knappar */

.mailformlabel {
	text-align: right;
	width : 6em;
	font-size: 1em;
}

.mailforminput {
	margin-bottom: 0.4em;	
	width : 12em;
	height : 1.3em;
}

.mailformtext {
	margin-bottom: 4px;	
	width :23.52em;
	height : 8em;	
	color: #000000;
	overflow: hidden;
}




/* shoppingcart */
.ordercell {
	width: 2em;
	font-size: 10px;
}

table.cart {
	width: 100%;
	border-left: #a1b1bf 1px dashed;
	border-right: #a1b1bf 1px dashed;
}

td {
	padding-left: 5px;
}

td.cartHeadercell {
	font-family: Tahoma, Arial, Verdana, Sans-Serif, FreeSans;
	font-weight: bold;
	font-size: .92em;
	color: #444444;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #f3f3f3;
	border-bottom: #a1b1bf 1px dashed;
	border-top: #a1b1bf 1px dashed;
}

.cartItems {
	
	font-size: 1em;
	color: #444444;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 3px;	
	background-color: #fff;	
}

tr.cartItems:hover {
	background-color: #f6f6f6;
}

.Items {
	border: none;
	height: 1.7em;
}

tr.Items:hover {
	background-color: #f6f6f6;
}


