html, body {
  padding:10px 0;
  margin:0;
}

body {
  font: 76% arial,sans-serif;
  text-align:center;
  background: #D6D6D6 url(../images/layout/bg.jpg) top repeat-x;
}
p {margin:0 10px 10px}
a {
  display:block;
  color: #981793;
}
p a { display:inline; }
h1, h2, h3, h4 { padding: 0 10px 0 10px; }
img { border: 0; }
form { margin: 0; padding: 0; }
table { border-collapse: collapse; }

.floatleft { float: left; }
.floatright { float: right; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/* ----- markup for den overordnede div ----- */
div#container {
  text-align:left;
  position: relative;
  background-color:#D9D7D8;
  border: 2px solid #B0A71C;
}

/* ----- markup for toppen ----- */
div#top {
  background-color: #4c483f;
  position: relative;
}
div#top ul#skiplinks {display: none;}
div#top h1 {
  text-indent: -9000px;
  display: block;
  padding: 0;
  margin: 0;
}
div#top h1 a {
  background-image: url(/presentation/images/layout/logo_stairs_top_dark.jpg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  padding: 0;
  margin: 0;
}

/* ----- markup for div med indholdet ----- */
div#content { background-color:#D9D7D8; }
div#content p {line-height:1.4}

/* ----- markup for div med top navigationen ----- */
div#mainNavigation {
  background: #000 url(/presentation/images/layout/bar-bg.jpg);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 26px;
}
div#mainNavigation a.robinwood
{
  float: left;
  padding-top: 4px;
  font-weight: bold;
}
div#mainNavigation ul {
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
}
div#mainNavigation ul li {
  float: right;
  padding: 0 5px;
}
div#mainNavigation a {
  color: #fff;
  text-decoration: none;
	padding: 0 10px;
  display: inline;
}
/* ----- markup for div med menuen ----- */
div#navigation {
  color: black;
  background-color:#fffbc3;
  background: url(../images/layout/left-line.jpg) top right no-repeat;
  min-height: 250px;
}
div#navigation table{
	width: 97%;
	padding: 1%;
	margin-bottom: 1em;
}
div#navigation th{
	width: 40%;
	padding: 2px 5% 2px 5%;
	margin: 0 -1px 0 0;
/*	border-right: 1px solid #A5BFD6;*/
	font-weight: bold;
}

div#navigation th a { color: #4C483F;}
div#navigation td {
	width: 40%;
	padding: 2px 4.5% 2px 5%;
	margin: 0 ;
/*	border-left: 1px #A5BFD6 solid;*/
}
div#navigation table th,
div#navigation table td{
	border-bottom: 1px #A5BFD6 solid;
}
div#navigation table tr.price th,
div#navigation table tr.price td{
	border: none;
}

/* ----- markup for bunden ----- */
div#footer {
  text-align: center;
  background: #4C483F;
  color: black;
}
div#footer p {
  margin: 0;
  padding: 3px 0;
  font-size: 72%;
}

/* ----- Markup til placering af elementerne ----- */
div#container {width:990px;margin:0 auto}
div#wrapper {float:left;width:100%}
div#content {margin: 0 0 0 270px; }
div#navigation {
  float:left;
  width:270px;
  margin-left:-990px;
}
div#footer {
  clear:left;
  width:100%;
}

/***********************************/
/* SPROG NAVIGATION */
/***********************************/
div#top div#languageNavigation {
 position: absolute;
 right: 0;
 top: 0;
}
div#top div#languageNavigation ul {
 list-style: none;
}
div#top div#languageNavigation ul li {
 float: left;
 margin: 7px 15px 0 0;
}
