/* CSS für Roadshow VFP 9.0 */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	// height: 100%;
}

body {
  	background: rgb(255,250,245);
	padding: 25px 15px 25px 15px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 100,1%;
	line-height: 18px;
  	color: rgb(12,0,0);
}

h1 {
	clear: both;
	display: block;
	margin-top: 2px;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: rgb(163,71,19);
}

td h1 {
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: rgb(163,71,19);
}

h2 {
	display: block;
	width: auto;
	margin: 18px -15px 15px -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid rgb(84,21,14);
	border-bottom: 1px solid rgb(84,21,14);
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	color: rgb(84,21,14);
}
td h2, th h2 {
	border: none;
}
h3 {
	display: block;
	width: auto;
	margin: 20px -15px 12px -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid rgb(84,21,14);
	border-bottom: 1px solid rgb(84,21,14);
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	color: rgb(84,21,14);
}
#table1 h3 {
	margin: 0px -15px 12px -15px;
	border: none 0px;
}
hr {
	visibility: hidden;
}
.h3klein {
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

p, ul li, ol li {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: rgb(12,0,0);
}
p {
	padding-top: 6px;
	padding-left: 0;
}
ul {
	list-style: outside url(bilder/list_zeich.gif);
}
ul li {
	margin-left: 24px;
}
.special {
	color: rgb(240,242,245);
}
table {
	margin-top: 18px;
}

#table1 ul {
	list-style: outside url(bilder/list_zeich.gif); 
	margin-left: 4px;
}
#table1 li {
	margin-left: 12px;
	padding-left: 2px; 
	padding-right: 30px;
}
th {
	text-align: left;
	vertical-align: top;
	padding-top: 18px;
}
td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	background-color: none;
	color: rgb(12,0,0);
}

a, td a{
	font-size: 12px;
	font-weight: bold;
	color: rgb(84,21,14);
	text-decoration: none;
}
a:hover, td a:hover {
	font-size: 12px;
	font-weight: bold;
	color: rgb(163,71,19);
	text-decoration: none;
}

img {
	float: left;
	margin: 2px 15px 6px 0; 
}
/* Formularformate */
input {
	background-color: rgb(255,230,190);
	border-bottom: 1px solid rgb(163,71,19);
	border-left: 1px solid rgb(163,71,19);
}
