@media print {
/* - general element definitions - */
body {
  font-size: 11pt;
  color: #000;
}
* {
  font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
  border: none;
}
a, a:visited {
  color: #e60000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
/* - - */


/* -  don't display in print out  -*/
#shadowleft, #shadowright, #banner, #language, #steps, #teasers, #browse, #footer, .captcha {
	display: none;
}
/* - - */


/* -  main page layout definitions  -*/
#wrapper {
  text-align: left;
  width: 982px;
  margin: 0 auto;
}
#container {
  float: left;
  width: 950px;
  background-color: #fff;
}
#wrapper, #container, #contentarea {
	width: 100% !important;
	min-width: inherit;
	max-width: none
}
/* - - */


/* - header area defintions -*/
#header {
  height: 140px;
}
#cornercard {
  float: left;
  padding: 47px 0 0 17px;
}
#headerright {
  float: right;
  width: 140px;
  padding: 43px 14px 0 0;
  text-align: right;
}
#partners {
  margin: 0 3px 0 0;
}
/* - - */


/* - contentarea definitions - */
#content, #leftcolumn {
	width: 100%;
}
/* - content definitions - */
p {
    padding: 3px 20px 4px 0;
}
.card_hor {
	float: right;
	margin: 0 20px 16px 0;
}
.card_ver {
	margin: 0 0 10px 20px;
}
#card_alt {
	float: right;
	margin: 0 20px 20px 20px;
}
h1 {
    color: #999;
    font-size: 16pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
h1,h2,h3 {
	page-break-after: avoid;
}
.lead {
    color: #005aaa;
    font-size: 12pt;
    font-weight: normal;
}
#content ul {
	margin: 4px 0 8px 0;
}
#content li {
	margin: 2px 0 3px 16px;
}
/* - application form definitions - */
.formbox {
	clear: both;
	width: auto;
	margin: 10px 0 10px 0;
}
.formhead {
	padding: 4mm 0 2mm 0;
	    color: #005aaa;
	font-size: 14pt;
	font-weight: bold;
}
.formrow {
	padding: 2mm;
	border-bottom: 1px solid #fff;
}
.formrow h3 {
	font-size: 11pt;
}
.formrow.last {
	border-bottom: 1px solid #666666;
}
.formnote {
  color: #005aaa;
  font-size: 8pt;
}
label {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	min-height: 18pt;
}
.notbold {
	font-weight: normal;
}
.verticalspace {
	clear: both;
	height: 3mm;
}
/* - form elements - */
input, select {
	color: #4c8bc3;
}
select, .ipt_standard, .ipt_small, .ipt_smallest, .ipt_medium, .ipt_large  {
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #868686;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #868686;
	background: #fff url(../img/bgd_input.gif) no-repeat;
}
select {
 	width: 30%;
}
.ipt_standard {
 	width: 30%;
}
.ipt_small {
	width: 10%;
}
.ipt_smallest {
	width: 8%;
}
.ipt_medium {
	width: 35%;
}
.ipt_large {
	width: 45%;
}
#duettooption {
	margin: 10px 0 10px 0;
}
#duettooption input {
	float: left;
	vertical-align: middle;
}
#duettooption label {
	margin: 8px 0 12px 24px;
}
#confirmdisclaimer {
	float: left;
}
/* - info (& news) box definitions */
.infobox {
	width: auto;
    margin: 16px 0 16px 0;
}
.ib_topic {
	display: block;
	float: left;
	width: 45%;
}
.ib_value {
	font-weight: bold;
}
/* - - */

}