/* CSS Document */
*{
  margin:0;
  padding:0;
  text-decoration:none;
  outline:none;
  font:10pt/1.4 arial, helvetica, sans-serif;
}
/*Seitenpositionierung*/
body {
  height:100%;
  font-size:12pt;
  line-height:1.4em;
  background:#ffffff;
  color:#000000;
  text-align:left; /* horizontal centering for IE Win quirks */
}
p {
  margin-top:10px;
}
strong{
  font-weight:bold;
}
legend{
  margin-left:15px;
  font-weight:bold;
}
ul{
  margin-left:10px;
  list-style-type:none;
}
li {
  font-weight:bold;
}
ul a{
	text-decoration:underline;
	color:#000000;
}
fieldset{
  width:500px;
  padding-bottom:10px;
  margin-bottom:5px;
  margin-top:20px;
  float:none;
  clear:both;
}
h2{
	font-size:12pt;
	font-weight:bold;
	margin-top:10px;
}
input, textarea, select{
  margin-left:10px;
  margin-top:15px;
}
textarea{
  width:300px;
  height:150px;
}
.textinput{
  width:200px;
}
#header {
  height:126px;
  margin:0px 0 0;
  background:url(partner_img/tn_fill.gif) repeat-x bottom left;
}
#header1 {
  width:614px;
  height:126px;
  background:url(partner_img/paymentsupport_logo.gif) no-repeat top left;
  float:left;
}
#header2 {
	width:226px;
  height:126px;
  background:url(partner_img/tn_logo02.gif) no-repeat top right;
  float:right;
}
#main{
  margin-left:20px;
}
#nav {
  height:23px;
  margin:0px 0 0px;
  background:url(partner_img/tn_fill_bot.gif) repeat-x top left;
  font-size:80%;
	font-weight:bold;
}
#nav_right {
	color:#DADADA;
	height:23px;
	text-align:right;
	padding-right:10px;
	float:right;
	text-transform:uppercase;
}
#nav_left {
	color:#ffffff;
	height:23px;
	text-align:left;
	padding-left:10px;
	float:left;
	text-transform:uppercase;
}
#footer {
  margin-top:20px;
	height:26px;
	width:100%;
	font-weight:bold;
}
#footer a{
  color:#fff;
  text-decoration:underline;
}
#footerfill{
  float:left;
  text-align:right;
  width:100%;
  height:24px;
  background:url(partner_img/footer_fill.gif) repeat-x top left;
  border-top:solid 1px #000000;
  border-bottom:solid 1px #000000;
  color:#fff;
  padding-top:5px;
}
#confirm, #confirm_red{
  width:600px;
  height:200px;
}
#confirm p, #confirm_red p{
  font-size:12pt;
  color:#000;
}
#confirm_red p{
  font-weight:bold;
  color:#900000;
}
#formwrapper{
  width:600px;
}
#ticketnumber{
  padding:5px;
  background-color:#008800;
  font-weight:bold;
  font-size:14pt;
  letter-spacing:2px;
  font-weight:bold;
}

