/* Bakgrund och text för hela sidan */

body
{
	background-color: #007a55;
	font-family: "trebuchet MS";
	font-size: 11px;
	color: black;
	text-align: left;	
}


/* Omsluter innehållet */

div#container
{
	width: 950px;
	height: auto;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	clear: both;
}


/* Innehåller logon och övre menyn */

div#header
{
	width: 950px;
	height: 224px;
	float: left;
	padding-bottom: 0px;
	background-image: url("../bilder/headerbg.png");
	background-repeat:no-repeat;
}
div#nav
{
	width: 950px;
	height: 27px;
	background-image: url("../bilder/maintop.png");
	float: left;
}

/* Innehåller all content */
div#main
{
	width: 950px;
	height: auto;
	min-height: 300px;
	float: left;
	background-image: url("../bilder/mainbg.png");
	background-repeat:repeat-y;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding-top:25px;padding-bottom:25px;padding-left:100px;padding-right:100px;
	}


/* Sidfoten */

div#footer
{
	width: 950px;
	height: 40px;
	clear: both;
	text-align: right;
	background-image: url("../bilder/footerbg.png");
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding-top:6px;padding-bottom:0px;padding-left:20px;padding-right:10px;
	/*background-image: url("../bilder/footerbg.png");*/
}
div#footer2
{
	width: 950px;
	height: 40px;
	min-height: 30px;
	left:0px;
	color: white;
	text-align: center;
	background: ;
	background-repeat:repeat-x;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;
	/*background-image: url("../bilder/footerbg.png");*/
}
div#order
{
	width: 750px;
	height: auto;
	margin: auto;
	border-top: 0px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background: #eeeeee;
	float: left;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding-top:0px;padding-bottom:25px;padding-left:50px;padding-right:0px;
}
div#order2
{
	width: 350px;
	height: auto;
	margin: auto;
	background: ;
	float: left;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding-top:0px;padding-bottom:15px;padding-left:0px;padding-right:0px;
}
div#bestall
{
	width: 300px;
	height: auto;
	margin: auto;
}
div#center
{
    width: 409px;
margin: auto;
}
div.inputfields
{
    width: 300px;
    background: none;
    font-size: 12px;
    height: 25px;
	float: left;
	background-image: url("../bilder/textsbg.png");
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 3px;
}
div.inputfields:hover
{
    width: 300px;
    background: none;
    font-size: 12px;
    height: 25px;
	background-image: url("../bilder/textsbg2.png");
	background-repeat: no-repeat;
}
#inputfieldshover
{
    width: 300px;
    background: none;
    font-size: 12px;
    height: 25px;
	background-image: url("../bilder/textsbg2.png");
	background-repeat: no-repeat;
}
div.inputfieldssmall
{
    width: 35px;
    background: none;
    font-size: 12px;
    height: 25px;
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url("../bilder/textsbgsmall.png");
	background-repeat: no-repeat;
}
div.inputfieldssmall:hover
{
    width: 35px;
    background: none;
    font-size: 12px;
    height: 25px;
	background-image: url("../bilder/textsbgsmall2.png");
	background-repeat: no-repeat;
}
div#texts
{
    width: 89px;
	float: left;
    background: none;
    font-size: 12px;
    height: 18px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

span.texts
{
font-weight: bold;
font-size: 12px;
float: left;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding-top:5px;padding-bottom:0px;padding-left:0px;padding-right:0px;
}
p
{
font-size: 15px;
text-align: center;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding-top:0px;padding-bottom:15px;padding-left:0px;padding-right:0px;
}
p.center
{
font-size: 16px;
width: 300px;
margin: auto;
}
p.small
{
font-size: 14px;
text-align: left;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding-top:0px;padding-bottom:15px;padding-left:0px;padding-right:50px;
}
p.input
{
font-size: 14px;
text-align: left;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding-top:0px;padding-bottom:25px;padding-left:0px;padding-right:0px;
}
p.error
{
font-size: 16px;
text-align: left;
color: red;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding-top:0px;padding-bottom:25px;padding-left:0px;padding-right:0px;
}
span.red
{
color: red;
}
input
{
background: none;
text-align: center;
border: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px;
width: 200px;
height: 18px;
}
input.submit
{
background: none;
text-align: center;
border: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 12px;
width: 200px;
height: 25px;
}
input.small
{
background: none;
text-align: center;
border: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px;
width: 35px;
height: 18px;
}
input.small2
{
background: black;
text-align: center;
border: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px;
width: 35px;
height: 18px;
}
input:hover
{
font-size: 12px;
}
input:focus
{
color: #808080;
font-size: 12px;
font-weight: normal;
}
textarea
{
	width: 100px;
	height: 100px;
}
img
{
border: 0px;
display:block;
float: left;
}
label {

	font-size: 12px;
	text-indent: 10px;
	font-weight: bold;
	color: #ca1981;
	padding-left: 0px;
}
label.error {
	position: absolute;
	top: 720px;
	left: 470px;
	width:200px;
	padding: 0px;
	color: red;
	font-size: 1.0em;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	background: ;
}
