﻿/* CSS layout */
body {
	background: #9bb2c0 url(billeder/bg_gradient.jpg) repeat-x 50% top;
	margin: 0px;
	text-align: center;
}
h3 {
	font-family: Arial;
	color: navy;
	font-size: medium;
}
h4 {
	font-family: Arial;
	color: navy;
	font-size: small;
}
p {
	font-family: Arial;
	color: black;
	font-size: small;
}
#shadow_left {
	background-image: url(billeder/left_shadow_1x10.jpg);
	background-position: top left;
	background-color: #ffffff;
	background-repeat: repeat-y;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#shadow_right {
	background-image: url(billeder/right_shadow_1x10.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 920px;
  /*margin-left:auto;
  margin-right:auto;  */
}
#page {
	background-color: #ffffff; /* border:1px solid #456; */;
	padding: 1em 0;
	width: 900px;
	height: auto; /*717px*/;
	margin-top: 10;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#masthead {
}
#infoboks {
	background-color: #FDEC8A;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	font-size: x-small;
	width: 850px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#infoboks2 {
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	font-size: x-small;
	width: 850px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#top_nav {
	background: #9cb2c0;
	padding-left: 0px;
	height: 1.2em;
}
/* Højde nødvendig, baggrunden skal have farve 
                      højde = font-size + 2 gange padding på a */
#top_nav ul {
	font-size: 80%;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #9cb2c0;
	color: White;
	float: left;
	width: 99%;
	font-family: arial, helvetica, sans-serif;
}
#top_nav ul li {
	display: inline;
}
#top_nav ul li a {
	padding: 0.2em 1em;
	background-color: #6a747b;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid white;
}
#top_nav ul li a:hover {
	background-color: #9b1f15;
	color: #ffffff;*
}
#forside #top_nav a, #about #top_nav a, #archive #top_nav a, #lab #top_nav a, #reviews #top_nav a, #contact #top_nav a {
	background: #9b1f15;
	color: #ffffff;
}
/* Menu current state - start 

#top_nav ul li a#forside {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.shiatsuinfo {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.behandling {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.uddannelse {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.akupunktur {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.kinesisk {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.kurser {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.priser {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.fotos {
	background: #9b1f15;
	color: #ffffff;
}
#top_nav li#active a.kontakt {
	background: #9b1f15;
	color: #ffffff;
}


/* Menu current state - finished */
span.clear {
	clear: left;
}
#container {
	position: relative;
	width: 100%;
}
#page_content {
	margin-right: 255px;
	padding-top: 15px;
	padding-left: 18px;
}
#right_col {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 15px;
	padding-right: 18px;
}
#container2 {
	position: relative; /* width: 100%; */;
	padding-left: 18px;
	padding-top: 25px;
	padding-right: 10px;
}
#container3 {
	position: relative; /* width: 90%; */;
	padding-left: 18px;
	padding-top: 25px;
	padding-right: 10px;
}
#footer {
	background-image: url(billeder/bottom_shadow_1012x10.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: x-small;
	color: black;
	padding-top: 10px;
}
#footertext {
	font-family: Arial;
	font-size: x-small;
	color: black;
}
