body {  
  font: 0.75em/1.5 Arial, Helvetica, sans-serif;
  background: #A09083 url(hintergrund4.jpg) no-repeat fixed top center;
}

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: #FFFFFF;
  text-decoration: none;
}

a:hover { 
text-decoration:none;
color:#990000;
text-shadow: Black;
}
/*    =Structure
------------------------------------------------------- */
#page {
  width: 100%;  
  padding: 0 0 0 0;
  min-width: 800px;
  height: 100%;
}

#sitearea {
  margin: auto;
  width: 800px;
  height: 100%;
  background-image: url(matthiasracz.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#transparentheader {
  height: 50px;  
  width: 100%;
}

#menucontainer {
  width: 150px;  
  float: left;
  margin-left: 10px;
}

#contentBorder {
  width: 550px !important;
  background-image: url(pics/hg_trans2.png);
  float: right;
  border:  3px solid #FFFFFF;
  min-height: 350px;
}

#content {
  width: 390px;
  float: left;
  text-align: justify;
}

#content #contentArea {
  padding: 0 0 26px 28px;  
  color: #FFFFFF;  
}

.topicText, .extraContent {
  padding-bottom: 10px;
}

.subTopicNoImage {
  padding-bottom: 25px;
}

.subTopicImage {
  float: left;
  padding-right: 10px;
  padding-bottom: 25px;
}

.footer {
  clear: both;
  padding: 10px 0;
  text-align: center;
}
.footer a {
  margin-right: 10px;
  padding-right: 20px;
  background: url(pics/doublegt.gif) no-repeat center right;
  color: #990000;
}

#boxArea {
  width: 150px;
  float: right;
  padding-top: 60px; 
}

/*    =Navigation
------------------------------------------------------- */
#menu {
  width: 120px;
  margin: 0 auto;
  font-weight: bold;
}

#menu .menulist {  
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

#menu .menuitem {
  color: #990000;
  padding: 7px 3px 7px 3px;
  border-top: 1px solid #FFF;
}

#menu .menuitemselected {
  color: #990000;
  padding: 7px 3px 3px 3px;
  border-top: 1px solid #FFF;
}

#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;
}


#menu .firstelement {
  color: #FFFFFF;
  padding: 10px 3px 10px 3px;
}

#menu .firstelement a {
  color: #FFFFFF;
  text-decoration: none;
}

#menu .submenulist {  
  list-style-type: none;
  padding: 0 0 7px 5px;
  margin: 0;  
  font-size: 90%;
  text-transform: none;
}

#menu .subsubmenulist {  
  list-style-type: none;
  padding: 0 0 0 5px;
  margin: 0;
}

#menu .submenuitem {
  color: #DC2775;
  padding: 4px 3px 0 10px;    
}

#menu .submenuitemselect {
  color: #DC2775;
  padding: 4px 3px 0 10px;
  background: url(pics/submenulineselect.gif) no-repeat; 
}

#menu .submenuitemline {
  color: #DC2775;
  padding: 4px 3px 0 10px; 
  background: url(pics/submenuline.gif) no-repeat; 
  
}

#menu .submenuitem a, #menu .submenuitemselect a, #menu .submenuitemline a {
  color: #990000;
}

/*    =Breadcrumb
------------------------------------------------------- */
#content .pfadnavi .line { 
  text-align: left;
  font-weight: bold;
  color: black; 
  padding: 16px 0 0 30px;
  height: 20px;
}

#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;
}