﻿/* -- CSS-fil för den publika delen av Arenarestaurangen -- */

body 
{
	text-align: center;
	margin-top: 15px;
	background: #cdea89 url('images/body_bg.jpg') repeat-x;
	font-family: Verdana;
	line-height: 13pt;
	font-size: 8pt;
}
img 
{
	border: 0px;
}
#full_wrapper
{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#header_wrapper
{
	width: 770px;
	height: 93px;
	text-align: left;
}
#header_left
{
	height: 93px;
	float: left;
	width: 7px;
	background-image: url('images/top_header_left.jpg');
}
#header_right
{
	height: 93px;
	float: right;
	width: 7px;
	background-image: url('images/top_header_right.jpg');
}
#header_center
{
	float:left;
	width: 756px;
	height: 92px;
	background-color: #ffffff;
}

#header_logo
{
	float: left;
}
#header_logo img
{
	margin-top: 18px;
	margin-left: 15px;
}
#header_meny 
{
	width: 520px;
	margin-top: 15px;
	height: 50px;
	float: right;
	background-image: url('images/top_meny_bg.jpg');
	background-repeat: repeat-x;
}
#header_meny_left
{
	float: left;
	height: 50px;
	width: 7px;
	background-image: url('images/top_meny_left.jpg');
}
#header_meny_right
{
	float: right;
	height: 50px;
	width: 7px;
	background-image: url('images/top_meny_right.jpg');
}
#header_meny_center
{
	float: left;
	height: 50px;
}
#header_meny_center img
{
	border: 0px;
	border-top: 1px solid #78ad06;
	border-left: 1px solid #78ad06;
}

#header_meny ul
{
	padding: 0px;
	padding-left: 8px;
	margin: 0px;
	display: block;
}
#header_meny ul,li
{
	list-style: none;
	display: block;
	float: left;
}

#main_wrapper
{
	width: 770px;
	text-align: left;
	background: #ffffff;
}
#main_top
{
	height: 20px;
	width: 770px;
	background: transparent url('images/main_content_top.jpg') no-repeat;
}
#main_middle
{
	width: 770px;
	background-color: #ffffff;
}
#main_bottom
{
	height: 20px;
	width: 770px;
	background: transparent url('images/main_content_bot.jpg') no-repeat;
	clear: both;
}
#main_content_header
{
	height: 110px;
	width: 700px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	background-image: url('images/hr.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
#main_content_left
{
	min-height: 250px;
	width: 210px;
	float: left;
	padding-left: 25px;
	background-image: url('images/vr.jpg');
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
}

#main_content_right
{
	min-height: 250px;
	padding-left: 40px;
	padding-right: 40px;
	width: 435px;
	float: left;
	background-image: url('images/main_content_topright.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

/* -- Textformatering -- */

a, a visited
{
	color: #78ad06;
}

h1 
{
	font-family: Arial;
	font-size: large;
	color: #78ad06;
	margin-bottom: 5px;
}
h2
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #78ad06;
}
h3
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #78ad06;
}
.arrow
{
	font-weight: bold;
	color: #78ad06;
	font-size: 8pt;
}
.homeLink
{
	font-size: 8pt;
	text-decoration: none;
	color: #666666;
}
.homeLink:hover
{
	text-decoration: underline;
	color: #78ad06;
}