@charset "UTF-8";
@import url(yaml/layout.css);

/* Page */
body {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: black;
  min-width: 1100px;
}
#page {
  padding: 0;
}
#page_margins {
  max-width: 1100px;
}
h1, h2, h3, h4, h5, h6, h7 {
  font-family: Tahoma, sans-serif;
  color: black;
}
a:link {
  color: #3d72a6;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #ab882e;
  text-decoration: none;
}
table.layouttable, table.layouttable td {
	margin: 0;
	padding: 0;
}

/* Header */
#header {
  background: url(../images/topback.jpg) no-repeat top right;
  padding: 10px 0 0 10px;
}
#logo {
  float: left;
}
#companyinfo {
  padding-top: 20px;
  margin-left: 100px;
}

#nav_main {
  background: #3d72a6 url(../images/verlauf-hauptnavi.gif) repeat-x;
  height: 22px;
  min-width: 800px;
  overflow: hidden;
}
#nav_inner {
  padding-left: 103px;
}
div.topNav {
  background: url(../images/trenner-hauptnavi.png) repeat-y top left;
  color: white;
  padding: 8px 10px 0 10px;
  height: 22px;
  float: left;
}

/* Body */
#main {
  padding-top: 0;
}
#col1 {
  width: 180px;
}
#col2 {
}
#col3 {
  width: 180px;
}

/* Erste Spalte */
#col1_content {
  padding: 5px 0 0 0;
}
#langMenu {
	height: 30px;
  padding: 0 0 10px 0px;
}
#langMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#langMenu li {
	float: left;
	margin: 0;
	padding: 2px;
}
#tooltipDummy {
  height: 0px;
}
span.subMenuTooltip {
  border: solid 1px #c1ba91;
  width: 45px;
  height: 13px;
  color: #ab882e;
  padding: 3px 10px;
  display: none;
  margin-bottom: -21px;
}
#tooltipBeratung { 
  margin-left: 2px;
}
#tooltipSchulung { 
  margin-left: 37px;
  width: 43px;
}
#tooltipTools { 
  margin-left: 72px;
  width: 80px;
}
#tooltipSimulation { 
  margin-left: 107px;
  width: 50px;
}
#tooltipShop { 
  margin-left: 142px;
  width: 25px;
}
a:hover .subMenuTooltip {
  display: block;
}

span.card {
  width: 32px;
  height: 45px;
  padding: 3px 0 0 3px;
  float: left;
  margin-top: 25px;
}
span.cardInactive {
  background: url(../images/karte-blau-klein.png) no-repeat;
}
a.cardLink:hover span.cardInactive {
  background: url(../images/karte-beige-klein.png) no-repeat;
}
span.cardActive {
  background: url(../images/karte-beige-klein.png) no-repeat;
}
#cardEnd {
  clear: both;
}
#leftNav {
  margin-top: 10px;
  font-size: 12px;
}
#leftNav ul {
  margin-left: 0;
  list-style: none;
}
#leftNav li {  
  margin-left: 0;
  margin-top: 7px;
  padding-left: 30px;
  background: url(../images/trenner-unternavi.png) no-repeat bottom left;
}
#leftNav li a {
  color: #ab882e;  
}
#leftNav li a:hover, #leftNav li.active a {
  color: #3d72a6;  
}
#leftNav li.leftNavEbene2 {
  padding-left: 40px;
  font-size: 11px;
}
#leftNav li.leftNavEbene3 {
  padding-left: 50px;
  font-size: 11px;
}

/* Zweite Spalte */
#col2_content {
  padding: 40px 30px 20px 35px;
}
#col2_content p {
  line-height: 20px;
}
h1 {
  color: #3d72a6;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}

/* Dritte Spalte */
#col3_content {
  padding-left: 0;
}
#printButton {
  margin: 3px 0;
}
input.searchboxText {
  width: 130px;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  padding-left: 2px;
  border: solid 1px black;
}
#textTelFax {
  margin: 10px 0 20px 0;
}
#textTelFax table.layouttable td {
  padding: 2px 0;
}
#quicklinks {
  border: solid 1px #b9cadc;
  width: 155px;
  float: left;
}
#quicklinksHeader {
  background: url(../images/verlauf-quicklinks.gif) repeat-x;
  height: 18px;
  padding: 3px 0 0 5px;
}
#quicklinksBody {
  padding: 0 5px 10px 5px;
}
#quicklinksBody h2 {
  margin: 15px 0;
  font-size: 12px;
}
#quicklinks ul {
  margin: 0;
  padding: 0;
}
#quicklinks li {
  list-style: none;
  padding-left: 7px;
  margin: 0;
  background: url(../images/bullet.png) no-repeat center left;
}

/* Footer */
#footer {
  border-top: 0;
  background: #c1ba91;
  height: 15px;
  padding: 0px 0 0 110px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	float: left;
	margin: 0;
  padding-right: 30px;
}
#footer li img {
  padding-right: 3px;
}
#footer a {
  color: white;
  font-weight: normal;
}
#footer a:hover, #footer a:visited, #footer a:visited:hover {
  color: #3d72a6;
  text-decoration: none;
}

/* IE 6 needs this */
a span {
  cursor: hand;
}

