/* Vermeidung von Zeilenlücken
   bei Image-Tabellen (HTML 4.01-konform) */
.imgtd img, .imgtd a {
  display: block;
}
/* Unterbinden von Bildrändern */
img {
	border: 1px none transparent;
}
html {
		width: 76%;

}
body,
p,
td,th,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
select,input,textarea,
strong,b,em,i {
	color: #F8F8F8;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}
strong,b,th {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
em,i {
	font-style: oblique;
}
.italic {
	font-style: oblique;
}
sub,sup {
  font-size: 85%;
	letter-spacing: -1px;
}
.sm {
	font-size: 80%;
	font-weight: normal;
}
ul {
	list-style: none outside url('file:///Leo/Users/gabriele/Sites/Bilder/list-style-image.gif');
	margin: 0 0 .5em 20px;
}
ol {
	list-style: decimal outside none;
	margin: 0 0 .5em 29px;
}
h1 {
	color: #FF4C03;
	font-weight: bold;
	font-size: 1.8em;
}
h2 {
	color: #FFFF66;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 2em;
}
h3 {
	font-weight: bold;
	font-size: 11px;
}
body#kontakt {
	padding: 41px 10px 10px;
	margin: 0;
	background-image: url(../Bilder/sterne.jpg);
}
.links {
	float: left;
}
.rechts {
	float: right;
}
input.btn {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 104px;
	height:25px;
	cursor: pointer;
	border-right-style: solid;
	background-color: #FF4C03;
}
textarea.fld,
input.fld {
	color: #000;
	font-size: 0.9em;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	scrollbar-arrow-color: rgb(255,255,153);
	scrollbar-face-color: rgb(255,31,31);
	scrollbar-track-color: rgb(255,255,153);
	scrollbar-base-color: rgb(255,255,153);
	scrollbar-shadow-color: rgb(255,255,153);
	scrollbar-3dlight-color: rgb(255,255,153);
	scrollbar-darkshadow-color: rgb(255,255,153);
	scrollbar-highlight-color: rgb(255,255,153);
	height: 25px;
	margin-top: 1em;
	font-weight: normal;
}
.msgtype {
	display: none;
}

#kontakt .wrap {
	background-color: #164c82;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 550px;
	padding: 10px;
}
.header h1 {
	margin-top: 20px;
}
.header img {
	float: right;
	margin-top: -10px;
}
.header {
	height: 90px;
}
.buttons td {
	text-align: center;
	padding-right: 10px;
	padding-top: 10px;
}

