* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #D4EAD0;
  color: #333;
  font-size: 80%;
  font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
  /*background-image: url("images/background.gif");
  background-repeat: repeat-x;*/
  text-align: center;
}

blockquote {
  padding: 10px;
  font-size: 110%;
  letter-spacing: 1px;
  font-style: italic;
  background-color: #f7f7f7;
  color: #666;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 10px solid #dedede;
  border-right: 1px solid #dedede;
  margin: 10px;
}

p {
  padding: 5px;
}

h1, h2, h3, h4 {
  font-family: Arial, Verdana, Helvetica, san-serif;
  color:#006699;
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
input {
	font-family: Verdana, Helvetica, san-serif;
	font-size:10px;
}


input.groovybutton
{
   font-size:10px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   text-align:left;
   color:#02468F;
   
   background-image:url(images/button_1.gif);
   background-position:right;
   background-repeat:no-repeat;
   
   border-style:solid;
   border-color:#FFFFFF;
   border-width:1px;
   cursor:pointer
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%
}

h4 {
  font-size: 110%;
}

a:link, a:visited{
  text-decoration: none;
  color: #000066;
  background-color: inherit;
  
}

a:hover {
  color: #aa0000;
  background-color: inherit;
  text-decoration:underline;
}

ul {
  font-size: 11px;
  padding-left: 30px;
  
  list-style-type: disc;  
}

ol {
  font-size: 11px;
  padding-left: 35px;
}

hr {
  width: 100%;
  border: 1px dotted #aaaaaa;
  margin-left: auto;
  margin-right: auto;
}



/* Layout Styles */
#wrapper {
  color: inherit;
  
  width: 800px;
  margin-left: auto; /* Todo: Do cross browser centering */
  margin-right: auto;
  text-align: left;
  /*background-image: url("images/shadow.png");
  background-repeat: no-repeat; */
  background-color: #FFFFFF;
}

#main_container {
	
	color: inherit;
	
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #FFFFFF;
}
#header {
	background-color: inherit;
	width: 794px;
	height: 180px;
	
	vertical-align: bottom;
	text-align: left;
	text-indent: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	margin-left: auto; /* Todo: Do cross browser centering */
	margin-right: auto;
	background-image: url("images/huvud.jpg");
	background-repeat: no-repeat;
	
}

#content {
	background-color: inherit;
	width: 794px;
	margin-left: auto; /* Todo: Do cross browser centering */
	margin-right: auto;
}

#left_container {
	width: 140px;
	float: left;
	text-align: left;
	background-color:#FFFFFF;
}
.left_table
{
	width: 140px;
	float: left;
	text-align: left;
	background-color:#FFFFFF;
	vertical-align:top;
}

#left_menu_container {
	width: 140px;
	float: left;
	text-align: left;
	padding-bottom:3px;
	background: url("images/menu_top.gif") top no-repeat;
	background-color:#02468F;
	background-image: url("images/menu_bottom.gif") bottom no-repeat;
}

#left_spaceholder {
	float: left;
	width: 140px;
	height: 300px;
	position:relative;
	background: transparent url("images/nertill.jpg") bottom right no-repeat;
	right: 10px;
}
#left_menu {
	padding-left:1px;
	padding-right:1px;
	margin-top:5px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-weight:bold;
	font-size: 11px;
	color: #006699;
}
#left_menu ul {
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
}
#left_menu li {
	height:16px;
  	text-indent:10px;
	text-align:inherit;
	padding-top: 3px;
	background-image:url("images/menu_button.png");
}

#left_menu tr {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}

#left_menu td {
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}

#left_menu a, #left_menu a:link {
  display: block;
  text-decoration: none;
  color: #000066;
  background-color: inherit;
  border: 0;

}

#left_menu a:hover {
  background-color: #fcfcfc;
  color: #aa0000;
}
/* Bara för Admin */
#admin_menu {
	padding-left:1px;
	padding-right:1px;
	margin-top:5px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-weight:bold;
	font-size: 11px;
	color: #006699;
}
#admin_menu ul {
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
}
#admin_menu li {
	height:16px;
  	text-indent:10px;
	text-align:inherit;
	padding-top: 3px;
	background-image:url("images/admin_button.png");
}
#admin_menu a, #admin_menu a:link {
  display: block;
  text-decoration: none;
  color: #000066;
  background-color: inherit;
  border: 0;
}
#admin_menu a:hover {
  background-color: #fcfcfc;
  color: #aa0000;
}
/* Admin slut */


#bread_crumb {
  text-align: right;
  padding-bottom: 5px;
  color: #999;
  background-color: inherit;
}

#bread_crumb a:link, #bread_crumb a:visited{
  color: #999;
  background-color: inherit;
  border: 0px;
}

#bread_crumb a:hover{
  color: #777;
  background-color: inherit;
}

#right_container {
  width: 465px;
  font-size: 80%;
  line-height: 1.5em;
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
  
  background-color: #FFFFFF;
}
.mid_table {
  width: 465px;
  font-size: 80%;
  line-height: 1.5em;
  
  padding-bottom: 10px;

  padding-right: 0px;
  
  background-color: #FFFFFF;
  vertical-align:top;
}

#right_container_full {
  width: 630px;
  font-size: 80%;
  line-height: 1.5em;
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
  
  background-color: #FFFFFF;
}
#right_ad_container {
	width: 160px;
	/*height: 100%;*/
  	font-size: 80%;
  	line-height: 1.5em;
  	/*float:left;*/
  	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 2px;
	/*
  	border-left: 2px dotted #eeeeee;*/
  	background-color: #FFFFFF;
}
.right_table	{
	width: 160px;
	/*height: 100%;*/
  	font-size: 80%;
  	line-height: 1.5em;
  	background-color: #FFFFFF;
	vertical-align:top;
}

#right_resa_container 
{
	/*background-color:Maroon;*/
  width: 610px;
  font-size: 80%;
  float:left;
  padding-bottom: 10px;
  padding-left: 10px;
  /*padding-right: 10px;
  border-left: 2px dotted #eeeeee;*/
}
#resa_top 
{
	/*background-color:Gray;*/
  width: 600px;
  font-size: 10px;
  float:none;
  padding-bottom: 10px;
  /*padding-left: 10px;
  padding-right: 10px;*/
}
#resa_left 
{
	/*background-color:Fuchsia;*/
  width: 400px;
  font-size: 10px;
  float: left;
  padding-bottom: 10px;
  /*padding-left: 10px;*/
  padding-right: 10px;
}
#resa_right 
{
	/*background-color:Olive;*/
	width: 170px;
	height: 100%;
  	font-size: 10px;
  	float: left;
  	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}



#footer_bar {
  width: 794px;
  color: #FFFFFF;
  font-size:10px;
  background-color: #eee;
  background-image: url(images/footer_bg.jpg);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
  margin-left: 2px;
  margin-bottom: 2px;
  border-bottom:#FFFFFF thin solid;
}

#footer_bar a:link, #footer_bar a:visited {
  color: #888;
  background: inherit;
}

#footer_bar a:hover {
  color: #666;
  background: inherit;
}
/* Custom Styles */
#site_logo {
  font-family: georgia, serif;
  font-size: 180%;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-style: italic;
  letter-spacing: 1px;
}

.red {
  color: #a2300d;
  background-color: inherit;
}

#header_bar a:link, #header_bar a:visited {
  text-decoration: none;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  background-image: url("images/menu_bg.png");
  text-transform: lowercase;
  border-bottom: 0px;
  background-color: #444; 
}

#header_bar a:hover, #header_bar .active {
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  background-image: url("images/menu_bg_over.png");
  background-color: #b4500e; 
}

#header_bar li{
  display: inline;
}



.block {
  color: inherit;
  background-color: #ffffcc;
  border: 1px solid #eeeebb;
}

.block .inner {
  background: transparent url("images/corner.png") bottom right no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
  padding: 10px;
}

.text_box{
	border: 1px solid #eeeeee;
	color: inherit;
	background-color: #f9f9f9;
	width: 120px;
	padding: 2px;
	text-transform: none;
}

.text_box:hover {
  color: inherit;
  background-color: #ffffcc;
}

.button {
  margin: 5px;
  border: 1px solid #dcdcdc;
  color: inherit;
  background-color: #f9f9f9;
}
.adventure {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:12px;
	text-align:right;
	font-style:oblique;
	font-weight:bold;
}

.rubbe {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.subrub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006699;
	font-weight: bold;
}
#box_blue_140 {
	
	width: 140px;
	float: left;
	text-align: left;
	
	background-color:#ADD6F2;
	
	
	/*margin-left:8px;
	margin-top:5px;
	margin-right:5px;*/
}
#box_blue_140_2 {
	
	width: 140px;
	float: left;
	text-align: left;
	font-size:10px;
	background-color:#ADD6F2;
	
	
	/*margin-left:8px;
	margin-top:5px;
	margin-right:5px;*/
}


#box_blue_140 ul {
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
}

#box_blue_140 li {
	
	height:15px;
  	text-indent:10px;
	text-align:inherit;
}

#box_blue_160 {
	
	width: 160px;
	float: left;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	/*background: url("images/menu_top_trans_160.gif") top no-repeat; 
	background-color:#ADD6F2;
	
	background: url("images/box_160bg_blue_down.jpg") bottom no-repeat;*/
	background-color:#FFFFFF;
	background-color:#ADD6F2;

	/*margin-left:8px;*/
	padding-bottom:0px;
	margin-bottom:0px;
}

#box_grey_160 {
	width: 160px;
	float: left;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	/*background: url("images/menu_bottom_trans_160.gif") bottom no-repeat;*/
	background-color:#FFFFFF;
	background-color:#DDDDDD;
	/*margin-left:8px;*/
	padding-bottom:0px;
	margin-bottom:0px;
}

.om_namn {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.om_avd {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}
.om_kontakt {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}
.box_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
}
.box_rub {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#02468F;
}
.boxpix {
height:5px;
border:none;
margin:0px;
padding:0px;
position:fixed;
}
.bluetable {
border:0px;
background-color:#ADD6F2;
}
.greytable {
border:0px;
background-color:#DDDDDD;
}

.page_header {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
color:#02468F;
width:461px;
height:15px;
padding-top: 5px;
padding-bottom: 5px;
text-indent:15px;

background-image:url(images/rubrik_bg2.png);
background-repeat:repeat-y;
/*background-color:#F0F0F0;*/

}
.page_quot {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
font-style:italic;
color:#02468F;
width:460px;
height:30px;
text-indent:5px;
padding-left:5px;

}
.page_header2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
font-style:italic;
color:#02468F;
width:460px;
height:15px;
text-indent:5px;
padding-left:5px;

}
.page_header3 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#02468F;
width:460px;
height:15px;

}
.page_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

color:#000000;
width:450px;
}

.boka_rubrik {
border:none;
}

#logos {
width: 460px;
height: 200px;
border:none 0px #FFFFFF;
vertical-align:top;

}
.resrubb {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

color:#000000;
}
.resding {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

color:#000000;
}
.resdag_rubrik {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}
.resdag_dag {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#000000;
}
.resdag_ingress {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#000000;
}
.resdag_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

color:#000000;
}
.rese_table {
width: 580px;
}

.mess_red {
font-size:12px;
font-weight:bold;
color:#FF0000;
}
.mess_green {
font-size:12px;
font-weight:bold;
color:#009900;

}
.resrubb {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#02468F;
font-weight:bold;
}
.resenavigering {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#02468F;
font-weight:bold;
}
.rese_bild {
padding-left:4px;
padding-right:4px;
border:none;
border-width:0px;
margin-left:5px;
margin-right:5px;
}
.rese_top {
padding-left:0px;
padding-right:0px;
border:none;
border-width:0px;
margin-left:0px;
margin-right:0px;
}
.rese_left {
padding-left:0px;
padding-right:5px;
border:none;
border-width:0px;
margin-left:0px;
margin-right:5px;
}
.rese_right {
padding-left:5px;
padding-right:0px;
border:none;
border-width:0px;
margin-left:5px;
margin-right:0px;
}

.link_button_arr {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
font-style:italic;
color:#2266AF;
border:none;
width:75%;
background-color:#FFFFFF;
cursor:pointer;
text-decoration:none;
text-align:left;

}
.link_button_arr:hover {
background-color:#CCCCCC;

}

/* Admin Styles BEGIN */
.NewsDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.NewsRub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.NewsIng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.admin 
{
	border:0px;
}
.edit 
{
	background-color:#EEEEEE;
}
.visa 
{
	background-color:#EEEEEE;
	border:0px;
}
.redigera 
{
	border:1px;
}
.fullwidth
{
	width:99%;
}
.FlikButton {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
font-weight:bold;
border:0px;
background:none;
cursor:pointer;
}

.HTMLEditor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Admin styles END */
