body {
	margin: 0;
	padding: 0 0 20px 0;
	background: #CACCB4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

#container {
  width: 760px;
  margin: 0 auto;
}

/* ------------------------- PageHeader definitions ------------------------- */

#pageheader h1 {
  background: transparent url(N5b_Logo.jpg) no-repeat center;
  width: 100%;
  height: 130px;
}

#pageheader h1 span, h2, h3 {
  display: none;
}

/* ------------------------- Main Menu definitions -------------------------- */

div#links {
  background: #ABAD85;
}

#imainmenu ul {
  background: #CACCB4;
  border-bottom: 2px solid #000;
  margin: 0;
  margin-top: 22px;  /* FireFox Bug */
  padding-left: 15px
}

#imainmenu ul li {
  display: inline;
  list-style-type: none;
}

#imainmenu ul li a {
  color: #DEDECF;
  background: #898B5E;
  border: 2px solid #000;
  padding: 2px 5px 0px 5px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none; 
  font-style: normal;
}

#imainmenu ul li a:hover	{
  color: #FFF;
  background: #ADC09F;
}

#imainmenu ul li a.active {
  background: #ABAD85;
  border-bottom: 2px solid #ABAD85;
}

#imainmenu ul li a.active:hover {
  background: #ABAD85;
}

/* -------------------------- Sub-Menu definitions -------------------------- */

#isubmenu ul {
  margin: 0;
  padding: 15px 0 0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

#isubmenu ul li {
  display: inline;
  list-style-type: none;
  padding: 2px 6px 2px 6px;
  border-left: 1px solid #000;
  margin-left: -1px;
}

#isubmenu ul li a, a.back {
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  font-style: normal;
}

#isubmenu ul li a:hover, a.back:hover {
  color: #DEDECF;
}

#isubmenu ul li span {
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

/* --------------------------- PageNav definitions -------------------------- */

#ipagenavtop ul {
  margin: 0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  text-align: right;
}

#ipagenavbottom ul {
  margin-right: -20px;
  text-align: right;
}

#ipagenavtop ul li, #ipagenavbottom ul li {
  display: inline;
  list-style-type: none;
  border-right: 1px solid #000;
  margin-right: -2px;
  padding: 2px 6px 2px 8px;
}

#ipagenavtop ul li a, #ipagenavbottom ul li a {
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  font-style: normal;
}

#ipagenavtop ul li a:hover, #ipagenavbottom ul li a:hover {
  color: #DEDECF;
}

#ipagenavtop ul li span, #ipagenavbottom ul li span {
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

/* ------------------------ Address-Table definitions ----------------------- */

table#adr, table#impressum, table#downloads {
  border-collapse: collapse;
  margin: auto;
}

table#adr {
  width: 100%;
}

#adr td, #adr th, #impressum td, #impressum th, #downloads td, #downloads th {
  font-size: 0.95em;
  border: 1px solid #000;
  padding: 2px;
}

#adr th, #impressum th, #downloads th {
  background: #898B5E;
}

#adr tr.adr_odd td {
  background-color: #CACCB4;
}

#adr td.adr_nachname {
  font-weight: bold;
}

#adr a, #details a {
  display: block;
  width: 100%;
}

#adr td.adr_nachname a {
  font-style: normal;
}

/* ------------------------ Details-Table defintions ------------------------ */

table#details {
  border-collapse: collapse;
  border: 1px solid #000;
  margin: 30px auto;
  width: 80%;
}

#details th {
  border: 1px solid #000;
  background: #898B5E;
  text-align: center;
}

#details th.name {
  padding: 10px 3px 10px;
  font-size: 1.1em;
  font-style: italic;
  text-align: left;
}

#details td {
  padding: 6px 3px;
}

#details td.description {
  font-weight: bold;
}

/* ---------------------------- Form definitions ---------------------------- */

form table {
  margin: auto;
}

input, select, textarea {
  background-color: #CACCB4;
  border: 1px solid #000;
}

/* ---------------------------- News definitions ---------------------------- */

div.news {
  border: 1px solid #000;
}

div.news h4 {
  background: #898B5E; 
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 4px;
  font-size: 1.2em;
  text-align: left;
}

div.news h4 span {
  font-size: 0.7em;
  font-weight: normal;
}

div.news p {
  margin: 0;
  padding: 6px;
}
            
/* --------------------------- Content definitions -------------------------- */

#content {
	background: #ABAD85;
	text-align: justify;
	padding: 20px;
	border: 2px solid black;
	border-top: none;
	clear: both;
}

table#impressum, table#downloads {
  margin: 40px auto;
}

#impressum td {
  padding: 4px;
}

#downloads a {
  color: #DEDECF;
}

hr {
  height: 1px;
  width: 85%;
  text-align: center;
  color: #FFF;
}

h4 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

h5 {
  font-size: 1.2em;
  text-align: center;
  text-decoration: underline;
}

h6 {
  font-size: 1em;
  margin-top: 30px;
  text-decoration: underline;
  font-weight: bold;
}

.center {
  margin: 30px;
  text-align: center;
}

.left {
  float: left;
  margin: 5px 10px 5px 0;
}

.right {
  float: right;
  margin: 5px 0 5px 10px;
}

.clear {
  clear: both;
}

div.author {
  clear: both;
  width: 20%;
  border-top: 1px solid #000;
  font-size: 0.7em;
}

div.caption {
  font-size: 0.7em;
}

a {
  text-decoration: none;
  font-style: italic;
  color: #000;
}

a:hover {
 text-decoration: underline;
}

blockquote {
  border: 1px solid #000;
  margin: 30px;
  padding: 10px;
}

img {
  border: none;
}