/* Eric Meyer Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Styles */

body {padding: 5px; color: #000; background-color: #ddd; font-size: 0.9em; line-height: 1.2em; font-family: arial,serif;}
div#wrapper {width: 1031px; margin: 0 auto; padding: 5px 15px 5px 10px; border: 1px solid black; background-color: #fff;}
img#logo {float: right;}

h1 {color: red; font-size: 1.5em; margin: 1em 0; font-weight: bold;}
h2,h3 {color: blue; margin: 0 0 1em 0;}
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
p#einleitung {margin: 1em 0; width: 550px;}

dt {font-weight: bold; margin: 0.5em 0 0.25em 0;}
dd {margin:0; padding: 0; line-height: 1.5em;}
input,textarea {width: 100%;}
input#Uhrzeit {width: 12em;}
input#Ansprechperson {width: 25em;}
input#Telefonnummer  {width: 12em;}
input#E-Mail {width: 25em;}
input[type="radio"] {width: 5%; margin: 0 1em 0 0;}
input#send {margin-bottom: 2em;} 
dl#step2 {clear: right;}
dl#step2 dd {font-style: italic;}
input.confirm, input.deny {width: 200px; height: 40px; margin-top: 2em;}
input.confirm {background-color: #6f6; float: right;}
input.deny {background-color: #f66;}

