body {  
  font: 0.75em/1.5 Arial, Helvetica, sans-serif;
  background-color:#BCB0AA;
  background-image:url(bg.jpg);
  background-position:top center;
  background-repeat:no-repeat;
}

h1, h2 {
  font-weight: bold;
  font-size: 110%;
}

h1.contentTitle {
  font-size: 100%;
}

h2.contentSubTopicTitleOnly {
  margin-bottom: 3px;
}

a:link, a:visited, a:active {
  color: #cc8833;
  text-decoration: none;
}

a:hover { 
text-decoration:none;
color:#999;
font-weight:bold;
}
/*    =Structure
------------------------------------------------------- */
#page {
	width: 99%;

	background:#BCB0AA url(bg.jpg) top center no-repeat;
	position:absolute;
	height: auto;
	top: 0px;
}

#sitearea {
  margin: auto;
  width: 821px;
  height: auto;
  background-image: url(bg.jpg6);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 550px;
}

#header {
  height: 279px;  
  width: 100%;
  border-bottom:  0px solid #000000;
  border-top:  0px solid #000000;
  background-image:url(top.jpg);
  }

#transparentheader {
  height: 26px;  
  width: 100%;
  background: url(top2.jpg) top center;
  border-bottom:  0px solid #666;
}

#menucontainer {
  width: 185px;
  height: 405px;
  background:#E6E0DE url(left.jpg) top left no-repeat;
      min-width: 150px; 
  float: left;
}

#contentBorder {
  width: 636px !important;
  background: #E6E0DE url(right.jpg) right no-repeat;
  float: right;
  height: 405px;
}
#contentBorder .contentTitle {
padding: 20px 10px 10px 10px;
width:90%;
}
#contentBorder .contentText {
padding: 0px 0px 0px 10px;
width:95%;
font-size:13px;
}

.topicText, .extraContent {
  padding-bottom: 10px;
  font-size:14px;
}

.subTopicNoImage {
  padding-bottom: 25px;
}

.subTopicImage {
  float: left;
  padding-right: 10px;
  padding-bottom: 25px;
}

.footer {
  clear: both;
  margin: auto;
  background: #E6E0DE url(footer.jpg) no-repeat bottom center;
  text-align: center;
  color:#666;
  width:821px;
  height: 161px;
}


#boxArea {
  width: 10px;
  float: right;
  text-align: center;
  padding: 10px 10px 10px 10px; 
}

/*    =Navigation
------------------------------------------------------- */
#menu {
  width: 150px;
  background-image:url(menue.jpg6);
  margin: auto;
  font-weight: bold;
}

#menu .menulist {  
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

#menu .menuitem {
  color: #990000;
  padding-top:12px;
  padding-bottom:1px;
  padding-left:35px;
  padding-right:7px;
  border-top: 0px solid #000;
}
#menu .pic {
background-image:url(adresse.gif6);
padding:0 0 0 0;
width: 150px;
}

#menu .menuitemselected {
  color: #990000;
  padding: 7px 7px 7px 7px;

}

#menu .menuitemselected .menuitemselected {
  border: none;
  padding: 4px 3px 0 10px; 
  background: url(pics/submenulineselect.gif) no-repeat; 
}

#menu .menuitemselected a {
  color: #990000; 
  text-decoration: none;
}
/*    =Breadcrumb
------------------------------------------------------- */
#content .pfadnavi .line { 
  text-align: left;
  font-weight: bold;
  color: black; 
  padding: 16px 0 0 30px;
  height: 20px;
}

#contentBorder .contenTitle {
padding: 10px;
}

#content .pfadnavi .line a {  
  color: #990000;   
}


#content .pfadnavi .pfadnavicurrenttitle {
  text-align: right;
  width: 95%;
  background: none;  
  padding: 1px 0 0 0; 
  font-weight: bold;
  font-size: 110%;
}

#content .pfadnavi .pfadnavicurrenttitle a {  
  color: #990000; 
}

/*    =Misc
------------------------------------------------------- */
label {
  cursor: pointer;
}

tr.low td {
  background-color: #DEDEDE;
}

table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

table.categImage h2 {
  margin: 1px 0;
}


table.categImage td {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.categview table tr.last td {
  padding-bottom: 20px;
  border-bottom: none;
}

