/* Reset */
* {
	outline: 0;
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #5A5A5A;	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}
a {
	color: #151419;
	text-decoration: none;
}
/* Ende Reset */

/* Hier gehts los */
html, body {
	text-align: left;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px; /* siehe auch Angabe oben - sollte identisch sein  */
	color: #5A5A5A;	
	background: #fefefe;	
}

#formularTabelle {
	margin-top: 40px;
}

#formularTabelle td {
	vertical-align: top;
	height: 25px;
}

input {
	width: 300px;
	height: 20px;
	border: solid #5A5A5A 1px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
textarea {
	border: solid #5A5A5A 1px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 300px;
	height:150px;
}
input#abschicken {
	width: 100px;
	height: 23px;	
	border: solid #5A5A5A 1px;
	cursor: pointer;
	padding-bottom:3px;
}
input[type=submit]::-moz-focus-inner {border: 1px dotted transparent;}

