/* CSS für parkteam

Farben: 

PT-Orange: FF9000
PT-Blau: 1C4A65
Norm-Grau dunkel: 404040

*/

/* Grundeinstellungen ____________________________________________________________________________________________________ */

html, body, div, p, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, li {
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #404040;
}

.tab_head {
  font-size: 10px;
  padding: 6px;
  background: #DCDCDC;
  color: #404040
}

.tab_norm {
  font-size: 10px;
  padding: 6px;
  border-bottom: 1px dotted #9E9E9E;
  color: #404040
}

.small {
  font-size: 9px;
}

.error {
  color: #AA0000;
}

.light {
  color: #C0C0C0;
}

h1 {
  font-size: 16px;
  color: #C0C0C0;
}

.fman { 
  font-family : arial, helvetica, sans-serif;
  background: #DCDCDC;
  font-size: 11px;
  width: 200px;
}

.fnonman { 
  font-family : arial, helvetica, sans-serif;
  background: #FFFFFF;
  font-size: 11px;
  width: 200px;
}

/* menu top ____________________________________________________________________________________________________ */

.menubar {
  background: url(pics/m_bg.gif);
  border-bottom: 2px solid #fff;
}

/* > Links generell____________________________________________________________________________________________________ */

a.wh {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
  text-decoration:none;
}

a.wh:hover {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
  text-decoration:underline;
} 

a.jmenu {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #404040;
  font-size: 11px;
  text-decoration:none;
}

a.jmenu:hover {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 11px;
  text-decoration:none;
}

/* > Formulare____________________________________________________________________________________________________ */

.formul {
  background: #EDEDED;
  padding: 7px;
  border-bottom: 2px solid #fff;
}

/* > Boxen____________________________________________________________________________________________________ */

.box {
  padding: 13px;
}

.bsmall {
  background: #EDEDED;
  border-left: 2px solid #fff;
}

.border {
  border: 1px solid #C0C0C0;
}

/* > blog____________________________________________________________________________________________________ */

.info {
  border-top: 1px dotted #C0C0C0;
  border-bottom: 1px dotted #C0C0C0;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 6px;
  margin-bottom: 12px;
}

.titel {
  color: #404040;
  font-size: 12px;
  font-weight: bold;
}


/* > hauptmenu_______________________________________________________________________________________________ */

/* Top level elements (rules are overridden later for sub-elements) */
#topmenu, #topmenu ul, #topmenu li {
  padding: 0;
  margin: 0;
  background: white;
}

#topmenu li {
  list-style: none outside none;
  display: block; 
  float: left;
  border-top: 0px solid black;
  border-bottom: 0px solid black;
}

#topmenu li a {
  padding: 0px;
  display: block;
}

#topmenu li a:hover {
  background: #ccc !important;
}

#topmenu li.first {
  border-left: 0px solid black;
}

#topmenu li.last {
  border-right: 0px solid black;
}

/* First-level submenu and submenu element rules */
#topmenu ul {
  position: absolute;
  margin-left: 0px;
  width: 170px;
}

#topmenu ul li, #topmenu ul {
  display: none;
  float: none !important;
}

#topmenu ul li {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

#topmenu ul li.last {
  border-bottom: none;
  border-right: none;
}

#topmenu ul li.first {
  border-top: none;
  border-left: none;
}

#topmenu ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration:none;
}

#topmenu li.active li, #topmenu li.active ul {
  display: block;
}

/* Keep a "parent" item highlighted a light blue-gray color,
 * but don't let child items take on this color
 */
#topmenu li.active a, #topmenu li ul li.active a {
  background: #e7e7f1;
}
#topmenu li.active ul a, #topmenu li ul li.active ul a {
  background: #E2E2E2; 
}

/* Second level submenu and submenu element rules
 * If more levels of submenus are needed, you will probably need
 * to use a different approach with the CSS.
 */
#topmenu li ul li.active {
  border-right: none;
  position: relative; /* establish context */
}

#topmenu li ul li ul {
  display: none !important;
  top: -1px; /* 0 - 1 to account for border */
  left: 263px; /* 265 - 2 to account for borders */
  padding: 0;
  margin: 0;
}

#topmenu li ul li.active ul {
  display: block !important;
}

#topmenu li ul li ul li.first {
  border-left: none;
  border-top: 1px solid black;
}

/* > collectionBox____________________________________________________________________________________________ */

#collectionBox {
  position: relative;
  height: 304px;
  width: 562px;
}

#collectionBox .next, #collectionBox .prev{
  cursor: pointer;
  position: absolute;
  top: 280px;
}

#collectionBox .prev {
  left: 2px;
}

#collectionBox .next{
  right: 2px;
}

#cbsections {
  overflow: hidden;
  background-color: white;
  width: 562px;
  height: 304px;
  clear: left;
}

#cbsections ul, #cbsections li { 
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#cbsections ul {
  width:3660px;
}

#cbsections li {
  float:left;
}

#cbsections .itembox {
  float: left;
  width: 186px;
  padding-left: 0px;
  background: #fff;
}

#cbsections .itembox-inner { 
  width: 186px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  height: 120px;
  background:#4D4C4D;
}

/* > tooltips_________________________________________________________________________________________________ */

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.85;
}

#tooltip h3, #tooltip div {
  margin: 0;
}
