@charset "UTF-8";
/* CSS Document */

/* "html.*" direkt vor die Klasse setzen, um IE6 Kompatibelität zu erreichen (per gif) */




/* +++++++++++++++ ALLGEMEINE CSS-KLASSEN ++++++++++++++++ */

* {
margin:0px;
padding:0px;
}




/* +++++++++++++++ BROWSERHACK IE7 ++++++++++++++++ */

*+html #name_font {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: small-caps;
		color: #848484;
		height: 18px;
		width: 395px;
		margin-left: -65px;
		margin-top: 9px;
		border:none;
		background:none;
}

*+html #mail_font {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: small-caps;
		color: #848484;
		height: 18px;
		width: 395px;
		margin-left: -65px;
		margin-top: 9px;
		border:none;
		background:none;
}

*+html #text_font {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: small-caps;
		color: #848484;
		width: 395px;
		height:171px;
		margin-left: -65px;
		margin-top: 9px;
		border:none;
		background:none;
}








/* +++++++++++++++ FORMULARFELD ++++++++++++++++ */

#name_bg {
	background-image:url(Bilder/form.png);
	height: 39px;
	width: 434px;
	margin-left:83px;
}

#name_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #848484;
	height: 18px;
	width: 395px;
	margin-left: 20px;
	margin-top: 9px;
	border:none;
	background:none;
}

#name_font:focus {
	outline:none;
}

#mail_bg {
	background-image:url(Bilder/form.png);
	height: 39px;
	width: 434px;
	margin-left:83px;
}

#mail_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #848484;
	height: 18px;
	width: 395px;
	margin-left: 20px;
	margin-top: 9px;
	border:none;
	background:none;
}

#mail_font:focus {
	outline:none;
}

#text_bg {
	background-image:url(Bilder/form_text.png);
	height: 191px;
	width: 434px;
	margin-left:83px;
}

#text_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #848484;
	width: 395px;
	height:171px;
	margin-left: 20px;
	margin-top: 9px;
	border:none;
	background:none;
}

#text_font:focus {
	outline:none;
}

#buttons_bg {
	height: 70px;
	width:270px;
	margin-left:250px;
}

#clear_bg {
	margin-top: 15px;
}

#fonttype_clear {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	border:none;
	background:none;
	background-image:url(Bilder/delete.png);
	height: 42px;
	width: 128px;
}

#fonttype_clear:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	border:none;
	background:none;
	background-image:url(Bilder/delete_over.png);
	height: 42px;
	width: 128px;
}

#send_bg {
	margin-top: -42px;
	margin-left: 132px;
}

#fonttype_send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	border:none;
	background:none;
	background-image:url(Bilder/send.png);
	height: 42px;
	width: 128px;
}

#fonttype_send:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	border:none;
	background:none;
	background-image:url(Bilder/send_over.png);
	height: 42px;
	width: 128px;
}

