@charset "UTF-8";

@import url(screen/basemod.css);
@import url(screen/carousel.css);

  #header { 
  	margin: 0px; 
  	padding: 0px;
  	height: 139px;
  	margin-bottom: 10px;
  	
  }
  #footer {  
	font-size: smaller;
	padding: 0.1em 10pt;
	text-align: left;
	background: #528EB0;
	margin-top: 20px;
 }
  #main {  
  	background-color: #FFFFFF;
  }

table.withcaption {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
}

table.withcaption caption {
	background-color: #AEC7CC;
	text-align: center;
	font-size: 1.3em;
	color: #FFF;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}	
table.withcaption th {
	background-color: #AEC7CC;
}
.leftbox .content h3 
{
	background: url(../images/header_icon.gif) no-repeat;
	padding-left: 19px; 
	line-height: 22px;
}
a {
    color: #333333;
    text-decoration: none;
}
a:focus,
  a:hover,
  a:active { color: #528EB0;text-decoration: none; }
  
  h1, h3 {
  	background: url(../images/header_icon.gif) no-repeat;
  	padding-left: 20px;
  	line-height: 25px;
  	font-size: 1.3em;
  	color: #528EB0;
  }
  h4 {
  	font-size: 100%;
  }
  .pi h4 {
  	border-bottom: 1px solid #528EB0;
  }


div.product-wizard-cell {
	width: 140px; 
	height: 100px; 
	float: left; 
	margin: 10px;
	text-align: center;
}

div.product-wizard-cell h3 {
	background: none;
	padding: 0;
	font-size: 100%;
}
.pagination a:hover, .pagination .active a {
    background-color: #528EB0;
    color: #FFF;
}
.wizard-bread-crumbs h1 {
	display: block;
	background: url(../images/wizard/schritt_button_nichtaktiv.png) no-repeat center center;
	height: 55px;
	font-size: 1.4em;
	font-weight: bold; 
	text-align: center;
	color: #FFFFFF;
	line-height: 55px;
	padding-left: 0px;
}

.wizard-bread-crumbs h1.selected {
	background: url(../images/wizard/schritt_button_aktiv.png) no-repeat center center;
}
	
.wizard-bread-crumbs li {
	width: 100px;
}
	
.wizard-bread-crumbs p {
	font-size: 0.85em;
	text-align: center;
	color: #000000;
	line-height: 20px;
	margin: 0px;
}

.wizard-bread-crumbs  p.selected {
	font-weight: bold;
}

