body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
	background-color: #fdf8f2;
	color: black;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	width: 800px;
	height: 900px;
}

#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 2px solid #b9d2e3; width=850;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}

#main {
	position: relative;
	top:0;
	left: 0;
	width: 700px;
	margin-top: 10px;
	height: 700px;
}

#content {
	background-color: white;
	color: black;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 800px;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner h2 {
  color: #333333;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 14px;
}
#content .inner_2 {
  color: #333333;
  padding-bottom: 1em;
  font-size: 12px;
}
#mainfeature {
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  color: white;
  padding: 2em 2em 1em 200px;
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	background-color: #006633;
	color: white;
	margin: 0;
	padding: 0;
	height: 796px;
}
#sidebar h3 {
  font-size: 110%;
  background-image: url(img/hg_gruen.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#navcontainer
{
	width: 6em;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #009966;
	margin-left: 5px;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #ffffff;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 0px 0;
border-left: 10px solid #339933;
border-right: 10px solid #336600;
background-color: #006600;
color: #fff;
text-decoration: none;
width: 140px;
}
#navcontainer li a:hover
{
border-left: 10px solid #996633;
border-right: 10px solid #999933;
background-color: #009966;
color: #fff;
}
#navcontainer ul.subnav {
	list-style-type: none;
	margin: 0;
	padding-left: 0.5em;
	font-size: 12px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
}

