@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
body {
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #60595d;
	background-color: #ffffff;
}
a {
	color: #33272e;
	text-decoration: underline;
}
a:hover {
	color: #ed1066;
	text-decoration: underline;
}
#container {
	width: 500px;
	height: 713px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -380px;
	z-index: 1;
}
#logo {
	width: 500px;
	height: 289px;
	background-image: url('../image/logo.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 498px;
	height: 360px;
	padding: 32px 0px 32px 2px;
}
input[type="text"]{
	width: 326px;
	height: 15px;
	border: 1px solid #c9c9c9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	padding: 16px 20px;
}
#btn_send{
	position: absolute;
	margin-right: -14px;
	margin-left: 14px;
}
#quote{
	font-size: 17px;
	color: #000000;
}
#quote_pers{
	font-size: 17px;
	color: #ed1066;
}
#bedankt{
	color: #ed1066;
}
#error{
	color: #ff0000;
	display: none;
}
#line{
	position: absolute;
	z-index: 2;
	background-color: #cccccc;
	width: 50%;
	height: 1px;
	left: 0px;
}
