html
{
  height: 100%;                                             /* fix height to 100% for IE */
  max-height: 100%;                                         /* fix height for other browsers */
  padding: 0;                                               /* remove padding */
  margin: 0;                                                /* remove margins */
  border: 0;                                                /* remove borders */
  background: #fff;                                         /* color background - only works in IE */
  font-size: 80%;                                           /* set default font size */
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif; /* set default font */
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow: hidden;                                         /* get rid of scroll bars in IE */
  /* */
}
/*
body
{ 
  background-color: #ffffff; 
	margin-top: 0px; 
 	margin-bottom: 0px; 	
	margin-left: 0px; 
	margin-right: 0px;
	background-image:url(images/bg-spacer.jpg); 
	background-repeat:repeat-x;
}
*/
body
{
  height: 100%;           /* fix height to 100% for IE */
  max-height: 100%;       /* fix height for other browsers */
  overflow: hidden;       /* get rid of scroll bars in IE */
  padding: 0;             /* remove padding */
  margin: 0;              /* remove margins */
  border: 0;              /* remove borders */
}
#content
{ 
  display:block;          /* set up as a block */
  height: 100%;           /* set height to full page */
  max-height: 100%;
  overflow: auto;         /* add scroll bars as required */
  padding: 0px;
  position: relative;     /* set up relative positioning so that z-index will work */
  z-index: 3;             /* allocate a suitable z-index */
  word-wrap: break-word;
}
/*
#design
{
	position:relative;
	text-align: center;
	left:0px;
	top:0px;
	width: 1000px;
	height: 850px;
}
*/
#outerContainer
{
  position: absolute;
  width: 100%;
  height: 850px;
  min-height: 850px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(images/bg-spacer.jpg); 
	background-repeat: repeat-x;
}
* + html #outerContainer
{
  width: auto;
}
* html #outerContainer    /* only IE6 */
{
  height: 2600px;
}
#container
{
  position: relative;
  width: 1000px;
  height: 850px;
  min-height: 850px;
  margin: 0px auto;
  padding: 0px;
  border: none;
}
* html #container         /* only IE6 */
{
  height: 2600px;
}
#top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 222px;
}
/*
#bg-spacer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:222px;
	z-index:-1;
}
#pulldown-menu {
	position:relative;
	left:60px;
	top:196px;
	width:1000px;
	height:26px;
}
*/
#menu
{
	position: relative;
	left: 334px;
	top: 196px;
	z-index: 100;
	width: 666px;
	height: 27px;
	background: transparent;
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu
{
  text-align: left;
}
#menu ul
{
  display: inline-block;
}
#menu ul.top-level
{
  margin-left: 0;
}
#menu ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  text-align: left;
}
#menu li
{
  margin: 0;
  padding: 0;
}
#menu a
{
  display: block;
  font: normal normal bold 12px Arial, Verdana, Helvetica, Helv, sans-serif;
  color: #ffffff;
  background: transparent;
  line-height: 25px;
  text-decoration: none;
  padding: 0 15px;
  border-top: 1px solid #f0cc94;
  border-bottom: 1px solid #ffffff;
  outline: 0;
} 
* html #menu ul.top-level
{
  margin-left:0;  /* I don't know why, but this centers IE5.5 ?? */
}
#menu li:hover > ul
{
  visibility: visible;
}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul
{
  visibility:visible;
}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul
{
  visibility:hidden;
}
#menu ul.top-level
{
  margin: 0 auto;
} 
#menu li.top-level-li
{
  float: left;
  position: relative;
  margin-right: 0px;
}
#menu a.top-level-a
{
  float: left;
  padding: 0 15px;
  background: transparent;
  line-height: 25px;
  text-decoration: none;
  border-top: 1px solid #f0cc94;
  border-bottom: 1px solid #ffffff;
}
#menu a.top-level-a:hover
{
  white-space: nowrap;
  background: #c48724;
  border-top: 1px solid #c48724;
  border-bottom: 1px solid #c48724;
}
#menu li.top-level-li:hover > a
{
  white-space: nowrap;
  background: #c48724;
  border-top: 1px solid #c48724;
  border-bottom: 1px solid #c48724;
}

#menu li ul
{
  display: block;
  position: absolute;
  visibility: hidden;
  background: #feedc9;
  padding: 0px;
  left: 0;
  border: 1px solid #ffffff;
}
#menu li li
{
  border: none;
}
#menu li li a
{
  height: 27px;
  line-height: 27px;
  font-size: 11px;
  color: #c48724;
  background: #feedc9;
  padding: 0px 30px 0px 0px;
  margin: 0 15px;
  border: none;
  border-bottom: 1px solid #ffffff;
}
#menu li li a.last
{
  border: none;
}
#menu li li a:hover
{
  color: #ffffff;
  background: transparent;
}
#menu li li:hover > a
{
  background: transparent;
}
#menu ul.drop-down
{
  top: 27px;
} 
#menu li li ul
{
  left: 100%;
  margin-top: -23px;
  margin-left: -5px;
}
#menu table
{
  position: absolute;
  top: 0;
  left: 0; border-collapse: collapse;
  text-align: left;
}
#menu table ul li a
{
  padding-left: 0; padd\ing-left: 15px;
}
#menu table table
{
  top: auto;
  left: 100%;
  margin-left: -1px; padding: 0; margin: 0;
}
#menu table table ul
{
  margin-top: -4px;
  marg\in-top: -7px;
}


#spacer
{
	position: absolute;
	left: 0px;
	top: 222px;
	width: 1000px;
	height: 77px;
}
#left
{
	position: absolute;
	text-align: center;
	left: 0px;
	top: 299px;
	width: 437px;
	height: 551px;
}
#image
{
	position: relative;
	left: 218px;
	top: 250px;
	width: 590px;
}
#text
{
	position: relative;
	left: 350px;
	top: 250px;
	width: 400px;
}
#right
{
	position: absolute;
	left: 829px;
	top: 299px;
	width: 153px;
	height: 551px;
}



.kalender
{
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
  font-size: 11px;
  table-cell: 20px;
}
#kalender1
{
  font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
  font-size: 11px;
	cell-padding: 5px;
  text-align: center;
  bgcolor: "#ffcc99";
}


/*
#bottom {
	position:fixed;
	background-color:#98b124; 
	left:0px;
	bottom:0px;
	width:100%;
	z-index:1;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, Helv;
    font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
    text-decoration:none; 
    color:#ffffff;
}
*/
#bottom
{
  position: absolute;
  bottom: -1px;
  right: 18px;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 24px;
  color: #ffffff;
  background: #98b124;
  text-align: center;
	font-family: Arial, Verdana, Helvetica, Helv, sans-serif;
	font-size: 11px;
	z-index: 4;
  margin: 0;
  padding: 0px;
  border: none;
}