/* -------------------------------------------------------
Arturo CSS: Main
Authors:  Papaya Software GmbH (AC, MK)
Contact:  info@papaya-cms.de
Version:  8 Feb 2006
------------------------------------------------------- */

/*    =Elements
------------------------------------------------------- */
body {  
  font: 0.75em/1.5 Arial, Helvetica, sans-serif;
  background: #000 url(/papaya-themes/arturo-website/pics/arturo_web_vorhang2.jpg) no-repeat 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:hover, a:active {
  color: #DC2775;
  text-decoration: none;
}

/*    =Structure
------------------------------------------------------- */
#page {
  width: 100%;  
  padding: 0;
  min-width: 934px;
}

#sitearea {
  margin: 0 auto;
  width: 934px;
  height: 100%;
}

#transparentheader {
  height: 117px;  
  width: 100%;
}

#menucontainer {
  width: 180px;  
  float: left;
  margin-right: 18px;
  background-image: url(pics/menuline.gif); 
  background-repeat: no-repeat;  
}

#contentBorder {
  width: 734px !important;
  background-image: url(pics/hg_trans2.png);
  float: right;
  border:  1px solid #FFF;
  min-height: 350px;
}

#content {
  width: 538px;
  float: left;
}

#content #contentArea {
  padding: 0 0 26px 28px;  
  color: #000;
}

.topicText, .extraContent {
  padding-bottom: 10px;
}

.subTopicNoImage {
  padding-bottom: 25px;
}

.subTopicImage {
  float: left;
  padding-right: 10px;
  padding-bottom: 25px;
}

.footer {
  clear: both;
  padding: 10px 0;
}
.footer a {
  margin-right: 10px;
  padding-right: 20px;
  background: url(pics/doublegt.gif) no-repeat center right;
}

#boxArea {
  width: 167px;
  float: right;
  padding-top: 31px; 
}

/*    =Navigation
------------------------------------------------------- */
#menu {
  width: 162px;
  margin: 0 auto;
  font-weight: bold;
}

#menu .menulist {  
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

#menu .menuitem {
  color: #DC2775;
  padding: 7px 3px 7px 3px;
  border-top: 1px solid #FFF;
}

#menu .menuitemselected {
  color: #FFF;
  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: #FFF; 
  text-decoration: none;
}


#menu .firstelement {
  color: #DC2775;
  padding: 10px 3px 10px 3px;
}

#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: #DC2775;
}

/*    =Breadcrumb
------------------------------------------------------- */
#content .pfadnavi .line {
  background-image: url(pics/pfadnaviline.gif);   
  text-align: right;
  font-weight: bold;
  color: black; 
  padding: 16px 0 0 3px;
  height: 20px;
}

#content .pfadnavi .line a.black {  
  color: black;   
}


#content .pfadnavi .pfadnavicurrenttitle {
  text-align: right;
  width: 100%;
  background: none;  
  padding: 1px 0 0 0; 
  font-weight: bold;
  font-size: 110%;
}

#content .pfadnavi .pfadnavicurrenttitle a {  
  color: #D7196E; 
}

/*    =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;
}

.floatFix {
  clear: both;
  height: 1px;
}