body {
	background-color: #F67C1B;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt
}

td, th {
	vertical-align: top;
	text-align: left;
	font-family: Verdana;
	font-size: 10pt
}

h2 {
	margin-top: 10x;
	margin-bottom: 6px;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	margin-top: 10x;
	margin-bottom: 6px;
	font-size: 10pt;
	font-weight: bold;
}
a {
/*	color: #FABE8D; */
	color: #FDDEC6;
}

hr {
	border: 1px solid #594900
}

input, textarea, select {
	width: 160px;
	border: 2px solid #594900;
	background-color: #FDDEC6;
}

input.small {
	width: 20px;
}

input.plz {
	width: 40px;
}

input.city {
	margin-left: 16px;
	width: 100px;
}


textarea {
	height: 60px;
}

textarea.big {
	width: 300px;
	height: 160px;

}

div#frame {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	border: 4px solid #594900;
}

div#head {
	width: 760px;
	line-height: 0px;
	white-space: nowrap;
}

div#content {
	width: 752px;
	padding: 20px 4px;
}

div#foot {
	width: 752px;
	padding: 4px 4px;
	border-top: 4px solid #594900;
	text-align: center;
	font-size: 8pt;
	color: #FDDEC6;
}

img.gfx {
	margin: 0px;
	border: 0px none;
}

table.list {
	width: 100%
}

table.list th {
	text-align: left;
}

table.info th {
	width: 100px;
}

div.showimg {
	float: right; 
	right: 12px;
	margin-left: 8px;
	margin-right: 8px;
}

div.solo_showimg {
	text-align: center;
}

form {

}

table.form {
	position: relative;
	left: 216px;
	width: 320px;
	border: 1px dashed #594900;
}

table.form .header {
	width: 320px;
	background-color: #594900;
	color: #F67C1B;
	text-align: center;
	font-weight: bold;
}

table.form th {
	vertical-align: middle;
	font-weight: normal;
	width: 120px;
}

table.form td {
	width: 200px;
}

table.form td.button {
	width: 320px;
	text-align: center;
}

table.subform {
	width: 310px;
	margin: 0px;
}

table.subform th {
	vertical-align: middle;
	font-weight: normal;
	width: 120px;
}

table.subform td {
	width: 190px;
}

p.msg {
	font-weight: bold;
	color: #FFFF00;
}

p.fullsize_msg_text {
	text-align: center;
}

p.fullsize_msg_url {
	text-align: center;
}

span.important {
	font-weight: bold;
	color: #FFFF00;
}

