/*
container.css

Copyright (c) 2007 FORAN Remote Sensing AB

2007-04-05 14:01:05 (Jake): modified
*/

#containermain, #containermain_admin {
  width: 800px;
  min-height: 400px;
  position: relative;
}

#containermain {
	background-image: url(../art/tree2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#layout1 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#dummyspalt {
  width: 0px;
  height: 400px;
  float: right;
}

#spalt {
  padding: 100px 200px 0px 200px;
  width: 400px;
  position: relative;
}

td.left {
  font-weight: bold;
}

#spalt p {
  font-size: 12px; text-decoration: none; text-align: left; margin: 10px 0px 0px 0px;
}

#container p {
  margin-bottom: 0px;
}

#menuright {
  margin: 10px 10px 10px 0px; 
  padding:  10px 0px 0px 0px;
	width: 160px;
	position: absolute;
	left: 0px;
}

p.menuright {
  color: #406b6b; 
  font-weight: bold;
  font-size:115%; margin: 0px;text-align: center; 
}

a.menuright { text-decoration: none; color: #93abaa; }

a.menuright:hover {color: #406b6b;}

#menuright ul 
{
  border-top: dotted 2px #785858 ;
  padding: 5px 5px 10px 10px;
  margin: 4px 8px 0px 8px;
  text-decoration: none;
  color: #93abaa;
  list-style: square outside url('../art/menur1.png');
}

#menuright  li 
{
  margin: 0px;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 5px;
}

#menuright ul li:hover 
{
  list-style: square outside url('../art/menur2.png');
}

#container {
  border-left: dotted 2px #785858 ;
  padding-left: 10px;
  position: relative;
  top: 0px;
  left: 160px;
  width: 400px;
}
