@charset "ISO-8859-1";
/* CSS Document */

body {
	background:#231f20;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

#header {
	background:#fff;
	height:150px;
	padding-top:20px;
	background-image:url(img/header.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#innerwrapper {
	margin:0 auto;
	width:960px;
	background-image:url(img/bg2.png);
	background-repeat:repeat-x;
}

#header_inner {
	width:960px;
	margin:0 auto;
}

#language {
	float:right;
	width:960px;
	text-align:right;
}

#logo {
	float:left;
	width:190px;
	margin-top:-10px;
}

#menu {
	float:left;
	margin-top:80px;
}

img {
	border:0;
}

#pagecontent {
	margin:0 auto;
	width:960px;
	padding-top:30px;
}

#headerpic {
	margin:0 auto;
	width:960px;
	background-image:url(img/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:140px;
	padding-bottom:15px;
}

#headerpic_prods {
	margin:0 auto;
	width:960px;
	background-image:url(img/produkter.png);
	background-repeat:no-repeat;
	background-position:top;
	height:140px;
	padding-bottom:15px;
}

.menuitem ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font-size:12px;
	list-style-type: none;
}

.menuitem li{
	display: inline;
	margin: 0;
}

.menuitem li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #231f20;
	background: #fff; /*background of tabs (default state)*/
}

.menuitem li a:hover, .menuitem li.selected a {
	background:url(img/btnbg.png);
	background-repeat:repeat-x;
	color:#ec6707;
	text-shadow:#231f20 0px -1px 0px;
}

.menuitem{
	overflow: hidden;
}

#submenu {
	float:left;
	width:180px;
}

#pageinfo {
	float:left;
	width:560px;
	padding-right:20px;
	padding-left:20px;
}

#pageinfo2 {
	float:left;
	width:740px;
	padding-right:20px;
	padding-left:20px;
}

#pageinfo3 {
	float:left;
	width:560px;
	padding-right:20px;
	padding-left:20px;
}

#rightcolumn {
	float:left;
	width:180px;
}

p {
	font-size:14px;
	line-height:18px;
	color:#fff;
}


.submenuitem ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-left:20px;
}

.submenuitem a{
	font-size:12px;
	padding: 6px 0px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.submenuitem a:hover, .submenuitem a.selected {
	color:#ec6707;
}

h1 {
	color:#ec6707;
	font-size:18px;
	line-height:22px;
	letter-spacing:4px;
	padding-top:0;
	margin-top:0;
	padding-top:10px;
	text-shadow:#000 0px 1px 1px;
}

#eu {
	text-align:right;
	padding:20px;
}

h2 {
	color:#ec6707;
	font-size:16px;
	line-height:20px;
	letter-spacing:0px;
	padding-top:0;
	margin-top:0;
	text-shadow:#000 0px 1px 1px;
	font-weight:normal;
}

.white {
	color:#fff;
}

p a:link {
	color:#ec6707;
	text-decoration:underline;
}

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

p a:visited {
	color:#999;
	text-decoration:underline;
}

.prodimg {
	border:#666 6px solid;
	float:left;
	margin-right:15px;
}

.prodimg2 {
	float:left;
	margin-right:15px;
}

.prodtext {
	font-size:14px;
	line-height:18px;
	color:#fff;
	width:490px;
	float:left;
}

.prodtext2 {
	font-size:14px;
	line-height:18px;
	color:#fff;
	width:400px;
	float:left;
}

.prodprice {
	font-size:14px;
	line-height:18px;
	color:#fff;
	float:right;
	background:#ec6707;
	padding:10px;
}

.prod {
	width:100%;
	clear:both;
	display:block;
}

.spacer {
	clear:both;
	width:100%;
	height:40px;
}

.admin_delete {
	background-image:url(img/delete.png);
	background-color:#ec6707;
	background-position:10px;
	background-repeat:no-repeat;
	clear:both;
	width:100%;
	height:40px;
	color:#fff;
	font-size:14px;
	line-height:40px;
	text-indent:45px;
	margin-bottom:10px;
	margin-top:10px;
}

.admin_edit {
	background-color:#ec6707;
	background-image:url(img/edit.png);
	background-position:10px;
	background-repeat:no-repeat;
	clear:both;
	width:100%;
	height:40px;
	color:#fff;
	font-size:14px;
	line-height:40px;
	text-indent:45px;
	margin-bottom:10px;
	margin-top:10px;
}

.admin_add {
	background-image:url(img/addnew.png);
	background-color:#ec6707;
	background-position:10px;
	background-repeat:no-repeat;
	clear:both;
	width:100%;
	height:40px;
	color:#fff;
	font-size:14px;
	line-height:40px;
	text-indent:45px;
	margin-bottom:10px;
	margin-top:10px;
}

.admin_delete a {
	color:#fff;
	text-decoration:none;
}

.admin_edit a {
	color:#fff;
	text-decoration:none;
}

.admin_add a {
	color:#fff;
	text-decoration:none;
}

.input {
	padding:7px;
	font-size:14px;
	display:block;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.theform textarea {
	padding:7px;
	font-size:14px;
	display:block;
	margin-bottom:10px;
}

.submit {
	padding:10px;
	margin-top:15px;
}

label {
	font-size:12px;
	color:#fff;
	padding-left:10px;
}
