/* 1. Default:				Body, h, a, form mm */
/* 2. Struktur:				HŠr sŠtts alla mŒtt fšr siten */
/* 3. Top:						Alla styles fšr element i toppen */
/* 4. Content-left:		Alla styles fšr element i vŠnster innehŒlls kolumn */
/* 5. Content-right:		Alla styles fšr element i hšger innehŒlls kolumn */
/* 6. Banners:				Banners kolumn till hšger*/
/* 7. Bottom:				Sidfot */
/* 8. Common:			Klasser som anvŠnds lika i alla kolumner */
/* 9. Prefs:					HjŠlpklasser */
/* 10. Startpage:        Special styles fšr fšrstasidan */



/* 1. DEFAULT
****************************************************************************************/
html {
	height: 100%;
}

body {
	margin: 0px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 100%;
}

div, td {
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;

}

h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #fff;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	margin: 0;
}

h4 {
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	font-weight: bold;
	color: #006600;
	margin: 0 0 3px 0;
	padding: 0;
}

a:link,
a:visited,
a:hover {
	color: #fff;
	text-decoration: underline;
}

p  {
	margin-top: 0px;
	margin-bottom: 10px;
}

img {
	border: 0;
}

ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

label {
	display: block;
	font-size: 11px;
}

label.after {
	display: inline;
}

input,
select {
	font-size: 1em;
	margin-bottom: 3px;
}

div.comments textarea {
	overflow: hidden;
	color: #919191;
	font-family: arial;
	font-size: 1em;
	padding: 6px;
}

input.button {
	background: url(../images/layout/button_green.gif) repeat-x top #006600;
	border: 0px;
	font-weight: normal;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px 4px 10px;
	cursor: pointer;
	margin-bottom: 0;
}

td {
}

.grey {
	color: #999;
	margin: 0 5px 0 5px;
}

.r {
	text-align: right;
}

.l {
	text-align: left;
}


/* 2. STRUKTUR
****************************************************************************************/

#container {
	text-align: left;
	width: 720px;
}

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

#logo {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}

#adress {
	float: right;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
	color: #969696;
}

#countryselector {
	float: left;
	color: #ffcc66;
	font-size: 10px;
	margin-top: 15px;
}

#search {
	float: right;
	margin-top: 12px;
}

#search td {
	height: 25px;
	padding-left: 5px;
}

#search .image {
	margin-top: 2px;
	margin-right: 4px;
}

.content { 
	width: 720px;
	background: #222;
}

.full {
	width: 700px;
}

#submenu {
	float: left;
	margin-top: 0px;
	width: 150px;
	background: #fedf93;
}

#submenu h2 {
	color: #a22553;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

#submenu ul {
	background: #fff8eb;
	padding: 5px;
}

#submenu ul li {
	padding: 0px;
	margin: 0;
}

#submenu ul li a {
	font-size: 14px;
	line-height: 16px;
	color: #a22553;
	text-decoration: none;
}

#banners {
	float: right;
	width: 160px;
	margin-bottom:9px;
}

#bottom {
	float: right;
	height: 40px;
	text-align: right;
	line-height: 40px;
	margin-right: 20px;
}

/* MENU */
#menu ul.nav {
	
}

#menu ul li {
	display: inline;
	float: left;
	border-right: 1px solid #4D4D4D;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: lowercase;
}

#menu ul li.first {
	padding-left: 0px;
}

#menu ul li.last {
	border-right: 0px;
}

#menu a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#menu a.on {
	color: #fff;
}


/* COPYRIGHT LINE */

.content .copy {
	font-size: 10px;
	color: #666;
	margin-top: 30px;
}


/* ONE_ARTICLE */

div#article_one {
	width: 100%;
}

div#article_one, div#article_one td {
	font-size: 11px;
}

div#article_one td h1 {
	margin-top: 10px;
}


/* MAP */

div#map {
width: 660px;
height: 420px;
border: 1px solid #000;
background: url(../images/ajax-loading.gif) no-repeat center center;
}


/* WEBSHOP ARTICLE */

div#webshop-article {
	float: left;
	margin-left: 5px;
	width: 385px;
}

div#webshop-article h1 {
	color: #a22553;
	font-size: 18px;
}

div#webshop-article table.info {
	width: 225px;
}

div#webshop-article table.info td {
	font-size: 10px;
	padding: 3px;
}

div#webshop-article table.balls {
	margin-top: 10px;
}

div#webshop-article table.balls td {
	text-align: center;
}

div#webshop-article table.info tr.yellow {
	background: #fff8eb;
}

div#webshop-article table.info tr.white td {
	height: 8px;
}

div#webshop-article td.prod-right {
	padding-left: 10px;
}


/* STARTPAGE */

.rightcol table {
	width: 100%;
	margin-top: 5px;
}

.rightcol th {
	background: #fedf93;
	height: 25px;
}

.rightcol td {
	background: #fff8eb;
}

.rightcol td, .rightcol th {
	padding-left: 6px;
}

.rightcol th h3 {
	color: #a22553;
	font-size: 12px;
	margin-left: 6px;
	font-weight: normal;
}

.rightcol td.date {
	color: #a22553;
	font-size: 10px;
	padding-top: 5px;
}

.rightcol td h4 {
	color: #a22553;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.rightcol .newsletter-text {
	border: 1px solid #a22553;
	height: 15px;
}

.rightcol .newsletter-button {
	border: 1px solid #ffcc99;
	background: #a22553;
	padding: 0;
	margin: 0;
	color: #ffcc99;
	font-size: 9px;
}


/* STANDARD */

div#standard .content, 
div#standard .content-on {
	float: left;
	border: 0;
	border-bottom: 1px solid #CCC;
	padding: 10px 0 10px 0;
	width: 500px;
}


/* WEBHSOP STANDARD */

div#webshop-standard {
	width: 370px;
	margin-left: 5px;
}

div#webshop-standard table {
	width: 100%;
	margin-top: 10px;
}

div#webshop-standard table td,
div#webshop-standard table th {
	padding: 2px;
}

div#webshop-standard table th {
	font-size: 11px;
}

div#webshop-standard tr.on td {
	background: #fff8eb;
}

div#webshop-standard td.artnr {
	width: 40px;
}

div#webshop-standard h1 {
	font-size: 16px;
}



/* DRUVOR */

div#druvor {
	width: 100%;
}

div#druvor table {
	width: 100%;
}

div#druvor th,
div#producenter th {
	background: #fedf93;
	text-align: left;
	height: 25px;
}

div#druvor th h2,
div#producenter th h2{
	color: #a22553;
	margin: 0;
	margin-left: 8px;
}

div#druvor td {
	padding-top: 8px;
	padding-right: 8px;
	font-size: 11px;
	vertical-align: top;
}


/* SEARCHRESULT */

div#produktsearch table {
	width: 100%;
}

div#produktsearch td.artnr {
	width: 40px;
}

div#produktsearch td,
div#produktsearch th {
	padding: 2px;
}


/* ORDER */

div#order input {
	width: 200px;
}

div#order input.zipcode {
	width: 40px;
}

div#order input.city  {
	width: 150px;
}

div#order input.submit {
	width: auto;
}