/* --- Styles som gäller över hela siten --- */

body {
	margin-left: 0px;
	margin-top: 0px;
	overflow-y: scroll;
	background: url("img/bakgrund_wood.png");
	font-family: Arial, sans-serif;
}

a img {
	border: none;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-family: Arial, sans-serif;
}

#center {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#title {
	position: absolute;
	width: 800px;
	float:none;
	clear: both;
	z-index: 2;
}

#logo {
	width: 295px;
	height: 164px;
	margin-left: 10px;
	float:left;
}

#annons1 {
	margin-top: 65px;
	width: 230px;
	height: 100px;
	float:left;
}

#annons2 {
	width: 230px;
	height: 100px;
	margin-top: 65px;
	float:left;
}

#main {
	position: absolute;
	top: 50px;
	z-index: 1;
}

#top {
	width: 800px;
	height: 30px;
	background: url("img/top.png");
}

#mid {
	width: 800px;
	background: url("img/mid.png");
	padding-top: 90px;
}

#bot {
	width: 800px;
	height: 30px;
	background: url("img/bot.png");
}

#meny {
	float:left;
	width:150px;
	margin-left: 15px;
	background-color: black;
	color: white;
	font-weight: bold;
}

#meny ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#meny ul li ul {
	list-style: none;
	padding-left: 10px;
}

#meny a {
	color: white;
	text-decoration: none;
}

#meny a:hover {
	color:red;
}

#innehall {
	float:left;
	width:600px;
	margin-left: 15px;
	padding-top: 10px;
	background-color: black;
	color:white;
}

#innehall a {
	color: white;
}

#innehall a:hover {
	color: red;
}

#fix {
	height: 0px;
	float:none;
	clear:both;
}

#copy {
	font-size: 8pt;
	color: #808080;
	text-align: right;
	padding-right: 25px;
	padding-top: 2px;
}



div.form {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

table.form {

}

table.form th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

table.form td {
	vertical-align: top;
	padding-bottom: 5px;
}


/* --- Tabeller --- */

div.tabell3 {
	width: 600px;
	float:none;
	clear:both;
}

div.tabell3 div {
	width: 200px;
	float:left;
	padding-bottom: 20px;
}

div.tabell2 {
	width: 600px;
	float:none;
	clear:both;
}

div.tabell2 div {
	width: 300px;
	float:left;
	padding-bottom: 20px;
}


/* --- Tabell: Produkt --- */

div.tabell-produkt {
	width: 600px;
	float:none;
	clear:both;	
}

div.tabell-produkt div {
	width:600px;
	float:left;
	text-align:left;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #808080;
}

div.tabell-produkt a {
	text-decoration: none;	
}

div.tabell-produkt img {
	float:left;	
	margin: 5px 10px 15px 0px;
}

/* --- Tabell: Tunna --- */

div.tabell-tunna {
	width: 600px;
	float:none;
	clear:both;
}

div.tabell-tunna div {
	width: 200px;
	height: 220px;
	float:left;
	text-align:center;
	font-weight:bold;
}

div.tabell-tunna a {
	text-decoration: none;	
}

div.tabell-tunna img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* --- Tabell: Planbok --- */

div.tabell-planbok {
	width: 600px;
	float:none;
	clear:both;
}

div.tabell-planbok div {
	width: 200px;
	height: 120px;
	float:left;
	text-align:center;
	font-weight:bold;
}

div.tabell-planbok a {
	text-decoration: none;
}

div.tabell-planbok img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* --- Tabell: Gourmet --- */

div.tabell-gourmet {
	width: 600px;
	float:none;
	clear:both;
}

div.tabell-gourmet div {
	width: 200px;
	height: 170px;
	float:left;
	text-align:center;
	font-weight:bold;
}

div.tabell-gourmet a {
	text-decoration: none;
}

div.tabell-gourmet img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


/* --- Tabell: Strimlat --- */

div.tabell-strimlat {
	width: 600px;
	float:none;
	clear:both;
}

div.tabell-strimlat div {
	width: 300px;
	height: 220px;
	float:left;
	text-align:center;
	font-weight:bold;
}

div.tabell-strimlat a {
	text-decoration: none;
}

div.tabell-strimlat img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}



#varning {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -150px;
	padding: 10px;
	width: 300px;
	font-size: 12pt;
	color: yellow;
	text-align: center;
	border: 3px solid yellow;
	background-color: black;
}

#varning a {
	color: yellow;
}

#varning a:hover {
	color: yellow;
}

.tabell-miljo {
	width: 600px;
	border: 0px solid white;
	padding: 0px;
	margin: 0px;
}

.tabell-miljo td {
	width: 195px;
	border: 1px solid white;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.tabell-miljo th {
	border: 1px solid white;
	padding: 0px;
	margin: 0px;
}

#gross {
	display:none;
}


/* Nya takeover styles*/

#TakeOver h1{
font-size: 24px;
padding-top: 351px;
background: transparent url(img/medelhavskalkon.png) no-repeat center top;


}

#TakeOver p{

font-size: 13px;
line-height: 1.5em;
padding-right: 173px;
height: 200px;
background: transparent url(img/kvist.png) no-repeat 453px top;

}

#TakeOver p a{

font-weight: bold;
text-decoration: underline;

}

