/* Stylesheet */

body {
  font-size: 62.5% ;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: silver ;
  text-align: center ;
  background: #dbe0ea url('../images/bg_01.png') repeat-x top ;
}

#page {
  margin: 0 auto ;
  width: 727px ;
}

#header {
  background: url('../images/body_top.png') no-repeat top left ;
  width : 100% ;
  height : 30px ;
}

#content {
  background: url('../images/body_line.png') repeat-y left;
  width: 100% ;
/*  height: 300px ; */
}

#footer {
  background: url('../images/body_bottom.png') no-repeat top left ;
  width : 100% ;
  height : 41px ;
}

#footer table {
/*	border: 1px solid silver ; */
	font-size: 1em ;
	width: 90% ;
  text-align: center ;
}

#footer table td {
 	width: 10%
}

#main {
  text-align: left ;
  font-size: 1.2em ;
  margin-left: 40px ;
  margin-right: 56px ;
}

#main table td {
  font-size: 12px ;
}


#imgBoxRight {
/*	width: 150px ;
  height: 200px ;
  border: 1px solid red ; */
  float: right ;
}

#imgBoxLeft {
/*	width: 150px ;
  height: 200px ;
  border: 1px solid red ; */
  float: left ;
  width: 180px ;
}

p {
	line-height: 1.6em ;
	margin: 1em 1em 1em 1em ;
/*	margin-left: 1em ; */
	text-indent: -1em ;
}

p.normal {
	margin-left: 0 ;
  text-indent: 0 ;
	text-align: left ;
}

p.button {
	margin-left: 0 ;
  text-indent: 0 ;
	text-align: center ;
}

p.mark {
	margin-left: 50px ;
	color: red ;
  font-weight: bold ;
}

p.yBox {
	text-indent: 0 ;
	margin-left: 100px ;
  width: 400px ;
  border: 1px solid black ;
  background: #fffec9 ;
  padding: 6px ;
  text-align: justify ;
  line-height: 1.4em ;
}

h1 {
  margin: 0 0 0 0 ;  /* Sonst Fehler bei Mozilla, Abstand top vorhanden ! */
	font-size: 3em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
	text-align: center;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
  margin: 0 0 0 0 ;  /* Sonst Fehler bei Mozilla, Abstand top vorhanden ! */
  text-indent: -1.6em ;
  margin-left: 1.6em ;
	font-size: 1.4em;
  line-height: 1.6em ;
	text-align: left;
}

table.payment {
	width: 500px ;
  margin-left: 60px ;
/*  padding: 10px ; */
  border: 1px solid green ;
}

table.payment td {
	width: 33% ;
  text-align: center ;
  font-weight: bold ;
  border: 1px solid gray ;
  padding: 0.4em ;
}

#main p.billingAddress {
	margin-left: 80px ;
  text-indent: 0 ;
	text-align: center ;
  padding: 6px ;
  background-color: #ededed ;
  width: 400px ;
  border: 1px solid gray ;
}
#main table.billingAddress {
	text-align: left ;
}