@charset "utf-8";
/* Reset CSS */

/*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;
}

/* 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: "" "";
}

/* Tags */

td {
	padding:2px;
	vertical-align:top;
}

input[type=text], input[type=submit], select, textarea {
	border:#999999 1px solid;
	background:#FFFFFF;
	color:#000000;
	font-size:12px;
}


/* Classes */
/* */
div.fieldok input, div.fieldok textarea, div.fieldok select {
	background: #FFFFFF url(../images/true.gif) top right no-repeat;
	border: #999999 1px solid;
}

div.fielderror input, div.fielderror textarea, div.fielderror select {
	background: #FFDDDD url(../images/false.gif) top right no-repeat;
	border:#FF6464 1px solid;
}

/* Ids */
#tt {
  position: absolute;
  display: none;
  background: url(../images/tt.gif) no-repeat top left;
  width:100px;
  height:54px;
  padding:5px 5px 5px 5px;
  z-index:1000;
  font-size:10px;
}

div#leftside {
	float:left;
	width:570px;
}

div.box_grey_top {
	background:#F0F0F0 url(../images/box_grey_top.jpg) center top no-repeat;
	width:570px;
	padding:16px 0px 0px 0px;
	margin:0px 0px 16px 0px;
}

div.box_grey_bottom {
	background:url(../images/box_grey_bottom.jpg) center bottom no-repeat;
	width:537px;
	padding:0px 16px 16px 16px;
}

div.box_pink_top {
	background:#FEEFDA url(../images/box_pink_top.jpg) center top no-repeat;
	width:300px;
	padding:58px 0 0;
	margin: 0px 0px 16px 600px;
}

div.box_pink_bottom {
	background:url(../images/box_pink_bottom.jpg) center bottom no-repeat;
	width:280px;
	padding:10px 0 20px 20px;
	font-size:0.9em;
}
div.box_blue_top {
	background:#EEF2FB url(../images/box_blue_top.jpg) center top no-repeat;
	width:209px;
	padding:16px 0px 0px 0px;
	margin: 0px 0px 0px 468px;
}

div.box_blue_bottom {
	background:url(../images/box_blue_bottom.jpg) center bottom no-repeat;
	width:177px;
	padding:0px 16px 16px 16px;
}

#pflichtfeld {
	font-size:8px;
	float:right;
}

div#wrapautohaus input, div#wrapvorname input, div#wrapnachname input, div#wrapfunktion input, div#wrapstrasse input, div#wrapland input, div#wrapbranche input, div#wrapemail input, div#wraptel input, div#wrapfax input, div#wrapnachricht textarea {
	width:375px;
}

div#wrapdienstleistungen select, div#wrapaufmerksam select {
	width:270px;
}

div#wrapfuhrparkgroesse select {
	width:150px;
}

div#wrapplz input {
	width:70px;
}

div#wraport input {
	width:193px;
}

div#wrapanrede {
	width:200px;
	float:left;
}

div#wrapnachricht textarea {
	height:120px;
}