@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(../images/header.gif) repeat-x top left transparent;
}

.clearer {
	clear: both;
}

a.info {
	width: 18px;
	height: 19px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	overflow:hidden;
	text-indent: -99999px;
	background: url(../images/info-button2.png) no-repeat left top transparent;
	margin-bottom: -4px;
}

#wrapper {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 46px;
}

#footer {
	margin-top: 20px;
	height: 26px; /* .push must be the same height as .footer */
}

#header {
	height: 59px;
	margin-bottom: 49px;
}

#header .logo {
	position: absolute;
	z-index: 1;
	margin-left: -27px;
}

#header .logo img {
	border: none;
}

#header h1 {
	font-size: 12px;
	color: #1b3892;
	text-transform: uppercase;
	padding-top: 28px;
	padding-left: 100px;
	text-shadow: #fff 1px 1px 0px;
}

#content {
	color: #737373;
	font-size: 12px;
}

#content .leftCol {
	width: 424px;
	float: left;
	margin-right: 20px;
}

#content .rightCol {
	width: 536px;
	float: left;
	position: relative;
}

#content .rightCol h3 {
	margin-bottom: 15px;
}

#content .rightCol h2 {
	margin-bottom: 20px;
}

#preview {
	border: 1px solid #CCC;
	position: relative;
	margin-bottom: 20px;
	height: 405px;
	overflow:auto;
	text-align: center;
}

form p {
	margin: 10px 0;
}

#footer {
	background: url(../images/footer.gif) repeat-x top left transparent;	
}

#footer ul {
	width: 980px;
	margin: 0 auto;
}

#footer li {
	list-style-type: none;
	float: left;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #1b3892;
	line-height: 26px;
	text-shadow: #fff 1px 1px 0px;
	padding: 0 3px;
}

/* SCROLLABLE STYLES */
form div.scrollable {
  position:relative;
  overflow:hidden;
  width: 424px;
  height:250px;
  background-color:#f5f5f5;
  margin-bottom:10px;
  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;  
}

.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}

.items .slide {
  float:left;
  width: 404px;
   padding:10px;
}

.personalData label {
	width: 55px;
	margin-right: 10px;
	display: inline-block;
}

.personalData input {
	width: 100px;
	height:15px;
	margin-right: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; 
	border:1px solid #CCC;
	background-image:url(../images/inputback.gif);
}

.personalData input#mail, .personalData input#phone, .personalData input#company
{
	width: 363px;
	height:15px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; 
	border:1px solid #CCC;
}

.personalData label#label_name, .personalData label#label_street_nr
{
	width: 75px;
}

.personalData label#label_city
{
	width: 15px;
}

.personalData input#city
{
	width: 160px;
	height:15px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; 
	border:1px solid #CCC;
}


#submit {
	float:right;
	width: 100px;
	width: 128px;
	height: 29px;
	overflow: hidden;
	text-indent: -99999px;
	display: block;
	background: url(../images/submit.png) no-repeat top left transparent;
	border: none;
	cursor: pointer;
}

#submit.disabled {
	display: none;
}

#scrollable-buttons .prev {
	float: left;
	width: 63px;
	height: 29px;
	background: url(../images/prev-button.png) no-repeat top left transparent;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

#scrollable-buttons .next {
	float: right;
	width: 63px;
	height: 29px;
	background: url(../images/next-button.png) no-repeat top left transparent;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

#scrollable-buttons .disabled {
	display: none !important;
}

/* Tooltip Styles */

.tooltip {
	background: url(../images/tooltip.png) no-repeat left top transparent;
    font-size: 11px;
    padding: 22px 16px;;
    width: 331px;
    height: 174px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	color: #737373;
	margin-left: 1px;
}

.tooltip p {
	margin-bottom: 10px;
}

.tooltip ul {
	list-style-position: inside;
}

.tooltip img.center {
	text-align: center;
	display: inline-block;
}

.tooltip h4 {
	font-size: 12px;
	margin-bottom: 20px;
}

.tooltip p {
	font-size: 11px;
}

.errorTooltip {
	background: url(../images/errortooltip.png) no-repeat left top transparent;
    font-size: 11px;
    padding: 22px 16px;;
    width: 331px;
    height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	color: #737373;
	margin-left: 1px;	
}

#calcWrapper {
	background-color: #f2efe9;
	height: 218px;
	overflow:auto;
	clear: both;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-bottom:10px;
}

#calcWrapper table {
	border-collapse: collapse;
	margin: 20px;
}

#calcWrapper table td {
	border: 1px solid #dbdbdb;
	padding: 5px;
}

#calcInfo {
	margin-bottom: 20px;
}

.calcTable_c {
	text-align:center;
}

.calcTable_nr {
	width: 75px;
}

.calcTable_p {
	width: 70px;
	text-align: right;
}

#calcSum {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-top:-32px;
}

#configTable .redtext {
	color:red;
}

input#pdfdownload {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background: url(../images/pdf-logo.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: -9px;
	border: none;
	cursor: pointer;
}

.input {
	height:15px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; 
	border:1px solid #CCC;
	background-image:url(../images/inputback.gif);	
}

a.error {
	display: block;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-indent:-99999px;
	background: url(../images/error-button.png) no-repeat left top transparent;
	position: absolute;
}

div.error p {
	font-size: 10px;
}

.tabelle td {
	background-color:#FFF;
	border-bottom:1px solid #f5f5f5;
	padding:3px 0px 3px 6px;	
}


table.tabelle  {
	height:230px;	
}