/* Site colors:
	#295163 - mörkblå
	#88a7b4 - mellanblå
	#c0d8d8 - ljusblå
	#8D0D19 - röd till a-taggen
	#6a6969 - textgrå i recepten
*/

@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	background: #CCCCCC; 
	margin: 0; padding: 0; 
	text-align: left; color: #000000; 
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #8D0D19;
}

h1 {
	font-size: 170%;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #295163;
	line-height: 1.2em;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	padding-bottom: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	color: #295163;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0.1em;
	color: #295163;
}

p, div {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em;}
th, td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em;}

.bildtext {
	font-size: 0.7em;
	font-style: italic;
	color: #353535;
}

.datum {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 8px 0px;
	color: #295163;
}

hr {
	border: 0;
	width: 100%;
	background-color: #295163;
	height: 1px;
}

#container  {
	width: 1080px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #919191;
	text-align: left;
	min-height: 500px;
} 

#header  { 
	background: url(../images/head_1080x174.jpg) no-repeat left center;
	padding: 0 10px 0 20px; 
} 

#header  h1  {
	padding: 1em;
	margin: 0;
}

h2#border_top {
	margin-top: 0.3em;
	padding-top: 0.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #295163;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

/* Navigation */
div#top_menu {
	background-color:#b0c4de;
}

#navigation  {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#navigation div.top_menu {
	top: 0px;
	left: 0px;
	width: 197px;
	margin: 10px 0px -4px 0px;
	padding: 5px 0px 5px 3px;
	display: block;
	background: #295163;
}

#navigation div.top_menu h3 {
	color: #FFFFFF;
	font-size: 0.8em;
}

#navigation ul.menus, ul.ovrigt  {
	margin: 0;
	padding-left: 0px;
	padding-top: 5px;
	list-style: none;
}

#navigation ul.menus a, ul.ovrigt a {
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	line-height: 25px;
	list-style: none;
	text-decoration: none;
	width: 170px;
	padding-left: 30px;
	display: block;
}

#navigation ul.menus a.last {
	border-bottom: none;
}

#navigation ul.menus a:hover {
	background: url(../images/Main_menyBg_600x25.bmp) no-repeat left center;
	background-position: -200px 0px;
}

#navigation ul.menus li {
	background: url(../images/Main_menyBg_600x25.bmp) no-repeat left center;
	background-position: 0px 0px;
}

#navigation ul.menus li.selected {
	background-position: -400px 0px;
}

#sidebarLeft ul.ovrigt li {
	margin: 0;
	padding: 0;
}

#navigation ul.ovrigt a {
	width: 190px;
	padding-left: 10px;
	background: #366c84; 
}

#navigation ul.ovrigt a:hover {
	background: #88a7b4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#navigation ul.products {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#navigation ul.products a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	line-height: 25px;
	width: 170px;
	padding-left: 30px;
	display: block;
}

#navigation ul.products a.last {
	border-bottom: none;
}

#navigation ul.products a:hover {
	background: url(../images/Sub_menyBg_600x25.bmp) no-repeat left center;
	background-position: -200px 0px;
}

#navigation ul.products li {
	background: url(../images/Sub_menyBg_600x25.bmp) no-repeat left center;
}

#navigation ul.products li.selected {
	background: url(../images/Sub_menyBg_600x25.bmp) no-repeat right center;
	color: #295163;	
}

#navigation ul.products li.selected  a{
	color: #295163;
	font-weight: bold;	
}

#admin_menu {
	/*padding-left: 5px;*/
}

/*.selected { 	background-position: -400px 0px; }*/
.message { font-weight: bold; color: #1A446C; }
.errors { font-weight: bold; color: #FF0000; }

/* Main Content (Page) */
#mainContent {
	margin: 0 0 0 220px;
	padding-left: 10px;
	min-height:500px;
	vertical-align: top;
	background: #FFFFFF;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent h2 {
	color: #295163;
}

#mainContent h3 { color: #295163; }

#structure { height: 600px; width: 100%; }

div.logga {
	position: absolute;
	margin-top: 25px;
	margin-left: 0px;
	width: 210px;
	height: 110px;
}

div.product_content {
	float: left;
	padding: 5px;
	min-height:300px;
}

/* Bild med skugga */
div.product_image {
	float: right;
	position: relative;
	padding-right: 5px;
	padding-bottom: 3px;
	background-image: url(../images/skugga_900x900.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	/*background-position: right bottom;*/
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

div.product_image_utan_skugga {
	float: right;
	position: relative;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

div#dagboks_bild {
	float: right;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	position: relative;
	top: 0px;
	right: 0px;
}

/* Table */
table {
	border-collapse: separate;
	border-spacing: 0px 5px;
	margin: 3px 0px 3px 0px;
}

th {
	margin: 0.3px 0px 3px 0px;
	padding-top: 0.1em;
	color: #366c84;
}

td {
	padding: 5px;
}

th#border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #295163;
}

th#border_top {
	margin-top: 0.3em;
	padding-top: 0.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #295163;
	color: #366c84;
}

.data_r {text-align: right;}
.data_l {text-align: left;}
.data_c {text-align: center;}

td#order {
	background: #F0EBE8;
	vertical-align: middle;
}

table#dagbok {
	border-spacing: 0px 0px;
}

td#dagbok {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acacac;
	background: #FFFFFF;
	vertical-align: top;
}

td#dagbok_l {
	width: 80px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acacac;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8e8c8c;
	background: #cfd5d7;
	vertical-align: top;
}

td#dagbok_r2 {
	background: #cfd5d7;
	vertical-align: top;
}

td#dagbok_l_r2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8e8c8c;
	background: #cfd5d7;
	vertical-align: top;
}

/* Recept */
table#recept {
	border-collapse: collapse;
	/*border-collapse: separate;*/
	border-spacing: 0px 5px;
	margin: 3px 0px 0px 0px;	
}

th#recept_l {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acacac;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8e8c8c;
	background-color: #386880;
	font-weight: normal;
	text-align: left; 
	color: #FFFFFF; 
	vertical-align: top;
}

th#recept {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acacac;
	background-color: #386880;
	vertical-align: bottom;
	font-weight: normal;
	text-align: left; 
	color: #FFFFFF; 	
}

td#recept_l {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #acacac;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8e8c8c;
	color: #6a6969;
	background: #d7d9da;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

td#recept_l_r2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7d9da;
	color: #6a6969;
	background: #dee2e2;
	vertical-align: top;
	padding: 10px 10px 10px 10px;	
}

div#recept {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

div#recept_bild {
	float: right;
	text-align: center;
	position: relative;
	top: 0px;
	right: 5px;
}

/* Form */
input#input {
font-size: 1em;
/*color: #781351;*/
/*background: #F3EDD4;*/
border: 1px solid #295163;
}

textarea#input {
font-size: 1em;
/*color: #781351;*/
/*background: #F3EDD4;*/
border: 1px solid #295163;
}

/* Footer */  
#footer  {
	clear: both;
	margin: 0px;
	height: 15px;
	padding: 5px;
	background:#295163;
	text-align: center;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 0 0;
}

.fltrt { /* denna klass kan användas för att flytta ett element till höger på sidan. Det flytande elementet måste komma före elementet som det ska ligga bredvid på sidan. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* denna klass kan användas för att flytta ett element till vänster på sidan */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* denna klass ska placeras på en div eller break-element och ska vara det sista elementet innan en container som helt ska innehålla ett flyttal stängs */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#oppet {
	background-color: #d8dbdc;
	text-align: left;
	margin: 5px 20px 5px 10px;
	padding: 10px;
	border: thin solid #295163;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 10px 10px 5px #888; 
}

