body {
   background: #313a55 url(/img/css/main-bg.gif) top left repeat-x;
   font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
   font-size: 100.01%;
   margin: 0;
   padding: 0;
}

#container {
   width: 770px;
   margin: 0 auto 15px auto;
   padding: 0;
   background-color: #fff;
}

#head {
   text-align: right;
   height: 110px;
   padding: 0 0 0 240px;
   margin: 0px;
   border-bottom: 3px solid #fe9103;
   background: transparent url(/img/css/header_home.jpg) 0 0 no-repeat;
}

#head h1 {
   font-size: 1.5em;
   margin: 0;
   padding: 0;
}
#head h1 span {
  display: none;
}

#head h2 {
   font-size: 1em;
   font-style: italic;
   font-weight: normal;
   text-shadow: #ddd 2px 2px;
   margin: 0;
   padding: 1em 10px 0 0;
  display: none;
}

#head p {
  font-size: 12px;
  text-align: right;
  margin: 22px 0 0 0;
  padding-bottom: 0;
  padding-right: 10px;
  clear: left;
  display: none;
}

#menu {
   float: left;
   width: 180px;
   margin-right: 5px;
   margin-left: 0px;
   height: 410px;
}

#menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

#menu ul li {
   margin-left: 0px;
   padding-left: 0px;
   border-bottom: 1px solid #ccc;
}

#menu ul li a {
   color: #000;
   display: block;
   font-size: 0.8em;
   padding: 5px 0 5px 20px;
   text-decoration: none;
}

#menu ul li.active a {
   background: transparent url(/img/css/arrow.gif) 4% 50% no-repeat;
}

#menu ul li a:hover {
   background-color: #ccc;
}

#menu ul li.active ul li {
   border-top: 1px solid #ccc;
   border-bottom: none;
   margin-left: 15px;
}

#menu ul li.active ul li a {
   color: #000;
   display: block;
   font-size: 0.7em;
   padding: 3px 0px 3px 15px;
   text-decoration: none;
   background-image: none;
}

#content {
   margin-left: 210px;
   margin-right: 30px;
   padding-top: 10px;
   font-size: 0.8em;
   line-height: 1.4em;
}

#content a {
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
}

#content h3 {
   font-weight: bold;
   line-height: 1.5em;
   color: #121212;
}

#content span.zundp {
   color: #071E48;
   font-weight: bold;
}

#foot {
   clear: both;
   margin-top: 5px;
   text-align: center;
   background: transparent url(/img/css/bottom-bg.gif) 0% 100% no-repeat;
}